Click or drag to resize

OcrApiIterator Property

Get a reading-order iterator to the results of LayoutAnalysis and/or Recognize.

Namespace: Patagames.Ocr
Assembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntax
public OcrResultIterator Iterator { get; }

Property Value

OcrResultIterator
Exceptions
ExceptionCondition
CantGetIteratorException
Remarks
WARNING! This class points to data held within the OcrApi class, and therefore can only be used while the OcrApi class still exists and has not been subjected to a call of Init, SetImage, Recognize, Clear, Release, or anything else that changes the internal PAGE_RES.
See Also