Advanced OCR - Get word
Advanced OCR - Get word
Gets the first occurrence of a specific word in an Advanced OCR result.
Options
Document analysis
Select the advanced OCR analysis configured in the flow by the Analyze Document action.
Word (partial or complete)
Enter the word (partial or complete) to be searched for in the document.
Page (optional)
Enter the number of the page to be processed. Leave it empty to process every page.
Returns
- Word exists? — Returns true if the word was found.
- Exists more occurrences? — Indicates whether there are occurrences beyond the first one.
- Word — Returns the content of the word found.
- Page — Returns the number of the page where the word was found.
Rules and Conditions
- The Document analysis and Word fields are required.