Obtains the debug information of the execution of the OCRPageHandler object.
1 ocr.debug
<ocr.debug>
<OCRPageHandler /> +
</ocr.debug>
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
EOCRPageHandler |
Returns | |
---|---|
Type | Description |
Debug | Returns the debuf of the OCR object. |
Example
Obtains the text through a HOCR document of which its debug information is printed.
Copy
<xsql-script name='ocr'> <body> <ocr.debug> <ocr> <m_ocr_text /> </ocr> </ocr.debug> </body> </xsql-script>