Skip to main content
Advanced OCR

Advanced OCR - Get form

Advanced OCR - Get form

Gets the first occurrence of a specific form in an Advanced OCR result, searching by the key value.


Options

Document analysis

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

Form key (partial or complete)

Enter the key (partial or complete) of the form field to be searched for.

Page (optional)

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

Returns

  • Form exists? — Returns true if the form was found.
  • Exists more occurrences? — Indicates whether there are more occurrences.
  • Form key — Returns the key of the field found.
  • Form value — Returns the value of the field found.
  • Page — Returns the page number.

Rules and Conditions

  • The Document analysis and Form key fields are required.