Click or drag to resize

OcrApiMutableIterator Property

Get a mutable 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 OcrMutableIterator MutableIterator { get; }

Property Value

OcrMutableIterator
Remarks
WARNING! This class points to data held within the TessBaseAPI 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