GetOCRResultText Method (GdPictureOCR)
In This Topic
Returns the recognized text of the provided OCR result, identifiable by its unique ID, as a formatted string.
The empty lines, if recognized, are not provided in the resulting text.
Overload List
Overload | Description |
GetOCRResultText(String) | Returns the recognized text of the provided OCR result, identifiable by its unique ID, as a formatted string.
The empty lines, if recognized, are not provided in the resulting text. |
GetOCRResultText(String,Boolean) | Returns the recognized text of the provided OCR result, identifiable by its unique ID, as a string.
The empty lines, if recognized, are not provided in the resulting text. |
See Also