Advanced OCR - Analyze Document
Advanced OCR - Analyze Document
Performs advanced character recognition (OCR) on a document, extracting words, lines, forms, tables and answers to questions. This must be the first action executed before using any other Advanced OCR action.
Options
File path
Enter the full path of the file (image or PDF) to be analyzed by the OCR.
Pages to work on
Enter the document pages to be processed (for multi-page PDFs). Leave it empty to process every page.
Extract words and lines
Enable it to include word and line extraction in the result.
Analyze forms
Enable it to extract key-value pairs from forms present in the document.
Analyze tables
Enable it to extract structured tables from the document.
Analyze questions
Enable it to send questions to the OCR and get answers extracted from the document.
Questions to be answered
Enter the questions the OCR must answer based on the document content.
Waiting time
Enter the maximum time (in seconds) to wait for the analysis to complete.
Returns
- Document content — Returns the full content of the analyzed document.
- Words found — Returns the list of words identified by the OCR.
- Lines found — Returns the list of word lines identified.
- Forms found — Returns the key-value pairs of the forms identified.
- Tables found — Returns the tables identified in the document.
- Answers to the questions — Returns the OCR answers for the questions provided.
Rules and Conditions
- The File path field is required.
- Enable the desired analysis options before running the action.
- The ID of this action is used by every other Advanced OCR action.