Character / Characters


Object tree Character branch

The Character object provides information about a single recognized character, such as the character code, coordinates of the character on the image, and confidence information. The character coordinates are treated as OCR image coordinates.

The Characters collection is a sorted set of Character objects, where each element represents a single character in the recognition result. By accessing its properties, the Characters collection enables you to gather information about the recognition result. The collection is sorted by the OCR zone indices (OCRZoneIndex property).

By default, this collection is empty. After the Recognize method of the Document or Page object is called, it is filled with the recognition result. The returned Characters can be filtered by zone index and cell number.