The CogOCRMaxLineResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BinarizedLineImage |
Return an image of the line of the characters after normalization, and
binarization.
| |
| Count |
The number of elements contained in the Collection.
(Inherited from CogReadOnlyCollection T .) | |
| Item |
Gets the element at the specified index.
(Inherited from CogReadOnlyCollection T .) | |
| LineImage |
An image of the line of the characters.
| |
| NormalizedLineImage |
An image of the line of characters after normalization.
| |
| ResultString |
The result string read by the OCRMax tool.
| |
| Status |
The overall status of the result.
| |
| UnknownCharacterMarker |
Used to represent characters that could not be classified in the
ResultString.
|
See Also