Fetch Labels from a Document
Fetches specified labels from a document using OCR technology.
Overview
This procedure fetches specified labels or keywords from a document using OCR technology. It extracts text based on given labels from documents that have been processed by OCR, returning matching text snippets sorted by their location within the document.
Make sure to add the Document Processing Book to your agent before using this automation procedure.
Syntax
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
Examples
1. Fetch Invoice Labels
This example fetches invoice-related labels from a document.
get the file as a scanned document
the labels are "Invoice Number", "Total Amount"
fetch the labels from the document
2. Fetch Customer Information Labels
This example fetches customer-related labels with a higher confidence threshold.
get the file as a scanned document
the labels are "Date", "Customer Name"
the department's OCR confidence threshold is 95
fetch the labels from the document
3. Fetch Multiple Document Fields
This example fetches various document fields for comprehensive extraction.
get the file as a scanned document
the labels are "Contract Number", "Effective Date", "Expiration Date", "Party Names"
fetch the labels from the document
Last updated
Was this helpful?