FormPage Class

Definition

Represents a page recognized from the input document. Contains lines, words, tables, selection marks, and page metadata.

public class FormPage
type FormPage = class
Public Class FormPage
Inheritance
FormPage

Properties

Height

The height of the image/PDF in pixels/inches, respectively.

Lines

When 'IncludeFieldElements' is set to true, a list of recognized lines of text. An empty list otherwise. The maximum number of lines returned is 300 per page. The lines are sorted top to bottom, left to right, although in certain cases proximity is treated with higher priority. As the sorting order depends on the detected text, it may change across images and OCR version updates. Thus, business logic should be built upon the actual line location instead of order. For calls to recognize content, this list is always populated and the sorting algorithm for the returned lines can be changed with the option ReadingOrder.

PageNumber

The 1-based page number in the input document.

SelectionMarks

A list of recognized selection marks contained in this page.

Tables

A list of recognized tables contained in this page.

TextAngle

The general orientation of the text in clockwise direction, measured in degrees between (-180, 180].

Unit

The unit used by the width, height and FieldBoundingBox properties. For images, the unit is pixel. For PDF, the unit is inch.

Width

The width of the image/PDF in pixels/inches, respectively.

Applies to