Skip to main content
Advanced OCR

Advanced OCR - Get line

Advanced OCR - Get line

Gets the first occurrence of a specific line in an Advanced OCR result.


Options

Document analysis

Select the advanced OCR analysis configured in the flow by the Analyze Document action.

Line content (partial or complete)

Enter the text (partial or complete) of the line to be searched for.

Page (optional)

Enter the number of the page to be processed. Leave it empty to process every page.

Returns

  • Line exists? — Returns true if the line was found.
  • Exists more occurrences? — Indicates whether there are more occurrences.
  • Line content — Returns the text of the line found.
  • Page — Returns the number of the page where the line was found.

Rules and Conditions

  • The Document analysis and Line content fields are required.