 | OcrApiMutableIterator Property |
Get a mutable iterator to the results of LayoutAnalysis and/or
Recognize.
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic OcrMutableIterator MutableIterator { get; }Public ReadOnly Property MutableIterator As OcrMutableIterator
Get
public:
property OcrMutableIterator^ MutableIterator {
OcrMutableIterator^ get ();
}member MutableIterator : OcrMutableIterator with get
/** @property */
public OcrMutableIterator get_MutableIterator()
function get_MutableIterator();
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