Does UiPath Agents support Real time document upload ? I an current building out an agent and I want to test it out with invoice or SDD documents
You will have to build a RPA bot for uploading and indexing that document. Once indexed then use that RPA process/bot as a tool in your agent.
No it does not support currently, but there are 2 things you can do here:
- Build an agent and use that within your RPA workflow using Run Agent activity.
- Use an RPA process to extract the data and pass that to Agent for further actions.
Let me know if you have any questions. @ashton.lalchan
Hi can you provide a sample step by step for this becuase I have hard time understanding
Here’s an example: i have created a agent to identify mismatch in invoice and purchase order:
Here I have added a tool named InvoiceExtraction when the agent run this RPA process read the invoices from email → extracts data → passes to agent for further processing.
Let me know if you still have questions. @ashton.lalchan
You can follow the same.
@ashton.lalchan
Yes, UiPath Agents support real-time document uploads using Document Understanding and AI Center. You can build an agent that:
- Accepts invoices or SDDs via chat or UI
- Processes them instantly using a pre-trained or custom ML model
- Returns extracted data in real time
