- Erste Schritte
- Best Practices
- Capabilities
- Fähigkeiten
- CLI
- Beispiele
- Beispielübersicht
- Schema: Erstellen Sie einen Agent
- Menü: Automatisieren mit RPA
- Schema: Geben Sie Daten in eine Web-App ein
- Konzept: Extrahieren Sie Daten aus einer Desktop-App
- Menü: Refaktorieren und testen Sie einen Workflow
- Menü: Ein warteschlangenbasierter Prozess mit REFramework
- Menü: Erstellen Sie einen Maestro Flow
- Rezept: codierte App und API-Workflow
- Schema: Überprüfen Sie ein Release mit dem Test Manager
- Konzept: Daten aus Dokumenten mit IXP extrahieren
- Erweitert (Advanced)
- Hilfe
Das Erstellen von IXP-Projekten mit Codierungs-Agents befindet sich in der öffentlichen Vorschau. Funktionen und Befehle können sich vor der allgemeinen Verfügbarkeit ändern.
IXP, also known as Intelligent Xtraction and Processing, turns unstructured documents — invoices, receipts, forms, contracts — into structured data your automations can use. With a coding agent, you point IXP at sample documents, review the data it predicts, and improve the project until it extracts reliably.
Was Sie erstellen
You build an IXP project. The agent creates the project from your sample documents, IXP suggests a taxonomy and predicts field values, and the agent reviews those predictions against each document — confirming what is correct and refining the extraction instructions where it is not. The result is a published project your RPA and API workflows can call to read documents.
This suits document-heavy work: reading totals and line items from invoices, or pulling fields from forms and contracts.
Die Fähigkeit zu diesem Zweck
This work is powered by the uipath-ixp skill, which manages IXP projects — creating projects, reviewing predictions, improving extraction prompts, and publishing projects. You can see it alongside the rest in the Skills catalog.
Ein typischer Startprompt
Eine erste Anfrage könnte so aussehen:
„Erstellen Sie ein IXP-Projekt aus den Rechnungen in diesem Ordner, extrahieren Sie die Rechnungsnummer, das Datum, den Gesamtbetrag und die Zeilenelemente, überprüfen Sie dann die Vorhersagen und teilen Sie mir die Extraktionspunktzahlen mit.“
From there you refine the project conversationally — improving the instructions for low-scoring fields, then publishing it when the scores are strong.
Tiefer eintauchen
For the full picture of IXP — building, deploying, and consuming projects — see the IXP documentation.