Add Document Extraction Task to a process automation
- Updated: 2025/09/03
You can configure the task using Process Composer to customize and control your Document Automation workflows. See Automation Co-Pilot for Business Users process in Document Automation for details.
Procedure
Customer Use Case: Invoice Processing Automation with Cloud Document Extraction
- Challenge: Manual invoice data entry from hundreds of daily vendor submissions was error-prone, slow, and resource-intensive.
- Business Goal: Automate the extraction of invoice data using Automation Anywhere's Cloud Extraction service, improving accuracy and reducing turnaround time.
Solution Overview and Workflow:
Acme implemented a document automation workflow in Automation 360 using the Cloud Extraction service to extract and process invoice data in real time.
Key components:
-
Vendor invoices submitted via email or upload portal.
-
Cloud-based extraction of structured/unstructured data.
-
Seamless integration into the company’s ERP system (SAP).
- Trigger: Vendor uploads an invoice (PDF) to a secure portal.
- Bot Initiation: Process automation as defined in Process Composer is triggered.
- Cloud Extraction Task:
-
The automation includes a Document Extraction task using Cloud extraction.
-
The input file is passed as a
File
object ($InputFile$
). -
The system references the trained Learning Instance called
Invoice_AI_Model
and
-
- Cloud Processing:
-
The document is uploaded to the Automation Anywhere Cloud.
-
AI extracts invoice fields: Invoice Number, Vendor Name, PO Number, Line Items, Amount, and Due Date.
-
- Validation (Optional):
If configured, extracted data is routed to a human validator for low-confidence entries.
- Integration: Upon validation or auto-approval, structured data is pushed to SAP using an API integration.
- Audit and Notification:
- Output variables like
DocumentID
,Status
, andStatusMessage
are logged. - Finance team receives an Automation Co-Pilot notification with summary and exceptions (if any).
- Output variables like
Metric | Before Automation | After Cloud Extraction |
---|---|---|
Average Invoice Handling Time | 10 minutes | 1.5 minutes |
Data Entry Errors | ~5% | <0.2% |
Monthly Cost | $8,000 (manual labor) | $1,200 (Bot+Cloud cost) |
-
No infrastructure needed: Extraction handled securely in the cloud.
-
AI-powered accuracy: Consistent extraction across varied invoice formats.
-
Scalable & flexible: Handles peak loads (such as, end-of-month rush).
-
Audit-ready: Full tracking of status, messages, and errors.