Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

This object contains the information about a field extracted from a machine-readable zone (MRZ).

Properties

NameTypeDescription
ApplicationEngine, read-onlyReturns the Engine object.
ChecksumBSTRSpecifies the checksum of the field.

Note: This property makes sense only if the HasChecksum property is TRUE. If the HasChecksum property is FALSE, an error will be returned.
HasChecksumVARIANT_BOOL, read-onlyReturns TRUE if the field has a checksum.
IsChecksumVerifiedVARIANT_BOOL, read-onlyReturns TRUE if the checksum is verified.

Note: This property makes sense only if the HasChecksum property is TRUE. If the HasChecksum property is FALSE, an error will be returned.
RegionRegion, read-onlyReturns the field region.
TextBSTR, read-onlyReturns the field value.
TypeMrzFieldTypeEnum, read-onlyReturns the field type.

Methods

NameDescription
GetCharParamsReturns parameters of a single character in the field.
InsertInserts a text fragment.
RemoveDeletes a text fragment.
MrzField Object Diagram

See also

MrzData Machine-Readable Zone Fields Machine-Readable Zone Capture Working with Properties