Hi UiPath Community
,
I need some advice or best practices for extracting structured data from invoices that have different layouts and designs.
My goal is to automate data extraction for fields like:
- Vendor Name
- Invoice Number
- Invoice Date
- Item Code (SKU/HSN if available)
- Item Description
- Unit Price
- Tax Amount
- Total Amount
My scenario:
- I receive multiple scanned PDF invoices via email.
- The invoices come from different vendors and have different templates β each looks different (position of fields, table formats, headings, etc.).
- I canβt rely on a single fixed position or line number.
- Some invoices have multiple line items, some only one.
- I want to automate extraction in UiPath Studio.