In This Topic

RunOCR Method (GdPictureOCR)

In This Topic
Executes the OCR using the available parameters you have specified within the current GdPictureOCR object.
Overload List
OverloadDescription
Runs the OCR on the image previously set by the SetImage method and using the available parameters you have previously specified within the current GdPictureOCR object. The result of this process, identifiable by its unique ID, is internally attached to the current GdPictureOCR object as well.

Please note, that the accuracy and the speed depend on the selected OCR mode (balance between speed and accuracy).

 
Runs the OCR on the image previously set by the SetImage method and using the available parameters you have previously specified within the current GdPictureOCR object. You are allowed to set the custom result identifier you prefer using this method. The result of this process, identifiable by this custom ID, is internally attached to the current GdPictureOCR object as well.

Please note, that the accuracy and the speed depend on the selected OCR mode (balance between speed and accuracy).

 
Runs the OCR on the image previously set by the SetImage method and using a special context.

A special context allows triggering a specific layout analysis and OCR engines in order to maximize accuracy and speed on the detection of specific items.

 
See Also