Name | Description | |
---|---|---|
![]() | getArea | Returns the area of the result object as a Rectangle. (Inherited from com.accusoft.ocrxpress.Result) |
![]() | getCharacters | Returns a list of recognized characters from the provided text block. |
![]() | getConfidence | Returns the confidence of the result object. Note: Only Character results will have a valid confidence level. (Inherited from com.accusoft.ocrxpress.Result) |
![]() | getOrientation | Returns the orientation of the result object with a value of either 0, 90, 180 or 270. (Inherited from com.accusoft.ocrxpress.Result) |
![]() | getText | Returns a string that contains the text data from the result object. (Inherited from com.accusoft.ocrxpress.Result) |
![]() | getTextLines | Returns a list of recognized text blocks from the provided text block. |
![]() | getWords | Returns a list of recognized words from the provided text block. |
![]() | toString | Returns a string that contains the text data from the result object. (Inherited from com.accusoft.ocrxpress.Result) |