OcrFieldData
¶
Describes the result of performing optical character recognition (OCR) on a specific field or area on a given document. It combines the type of field (e.g. first name, last name…), the actual text that was recognised and the coordinates based on the original document image from which the recognised text was extracted from.
- OcrFieldData.Field¶
=
Field
Type of field that was recognised (e.g. first name, last name…).
See also
OcrField for more information about the referenced field.
- OcrFieldData.Text¶
=
Text
The recognised text.
- OcrFieldData.Label¶
=
Label
The label for the field that is used by some documents, especially driving licences, like 4a, 4b, 4c etc.
- OcrFieldData.Coordinates¶
=
Coordinates
The coordinates based on the original image where the text was recognised.
See also
OcrCoordinates for more information about OCR coordinates.