- はじめに
- ベスト プラクティス
- 機能
- スキル
- CLI
- 例
- Advanced (カスタム)
- ヘルプ
This recipe builds an IXP (Intelligent Xtraction and Processing) project that reads invoices and returns structured data — including invoice fields and line items. It shows the full loop from a folder of sample documents to a published project you can call from an automation.
コーディング エージェントを使用した IXP プロジェクトの構築はパブリック プレビューの段階であるため、正確なコマンドと機能は一般提供前に変更される可能性があります。
前提条件
- インストールされている
uipCLI とスキル、および認証されたセッション ( 「インストールと設定」を参照)。 - 3 〜 5 個の請求書のサンプル (PDF または画像) を含む作業フォルダー。
Build the project
-
サンプルの請求書が格納されているフォルダーでコーディング エージェントを開きます。
-
次のタスクでプロンプトを送信します。
このフォルダーにある請求書から IXP プロジェクトを作成してください。請求書番号、請求日、合計金額、および明細項目を抽出し、各ドキュメントに対する予測を確認します。
エージェントがプロジェクトを作成し、IXP がタクソノミーを提案して値を予測します。そして、エージェントが各予測をレビューして正しいフィールドを確認し、間違ったフィールドは検証用に残します。
-
Ask the agent how the project is performing:
各フィールドの抽出スコアを表示する
-
スコアが低いフィールドを改善します。
"The total amount is scoring poorly. Improve its extraction instructions."
-
Publish the project once the scores are strong:
"Publish the project and tag it as live."
Result: a published IXP project that extracts structured data from invoices, ready to be consumed by an RPA or API workflow.
IXP が予測を生成します。エージェントは、手動で値を入力するのではなく、ドキュメントと照合してレビューします。フィールドへの明確な指示と確認済みの例の増加により、抽出の品質が向上します。5 件から 10 件の請求書から始めて、エッジ ケースに達したら請求書を追加します。
ウェビナーに参加
For building, deploying, and consuming projects in depth, see the IXP documentation.