 | OcrApiAnalyseLayout Method |
Namespace:
Patagames.Ocr
Assembly:
Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.2.411
Syntaxpublic OcrPageIterator AnalyseLayout()
Public Function AnalyseLayout As OcrPageIterator
public:
OcrPageIterator^ AnalyseLayout()
member AnalyseLayout : unit -> OcrPageIterator
public OcrPageIterator AnalyseLayout()
function AnalyseLayout();
Return Value
Type:
OcrPageIteratorReturns an iterator to the results or throw an exception on any error or an empty page.
Remarks
May optionally be called prior to Recognize to get access to just
the page layout results.
If merge_similar_words is true, words are combined where suitable for use
with a line recognizer.Use if you want to use AnalyseLayout to find the
textlines, and then want to process textline fragments with an external
line recognizer.
Note |
---|
WARNING! This class points to data held within the TessBaseAPI class, and
therefore can only be used while the TessBaseAPI 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