Accusoft.OCRXpress.Java - Updated
getTextLines Method
Collapse All
Expand All
View with Navigation Tools
Accusoft.OCRXpress.Java Project
>
com.accusoft.ocrxpress Package
>
Region Class
: getTextLines Method
Returns a list of recognized text blocks from the provided region. A text line is composed of words and characters.
Syntax
public
com.accusoft.ocrxpress.ResultContainer<TextLine> getTextLines()
Return Value
ResultContainer of TextLine results.
Exceptions
Exception
Description
OcrxException
An OCRXpress exception may throw on an internal engine error.
See Also
Reference
Region Class
Region Members