Obtains the information of the edition register (log).
1 ocr.getLog
<ocr.getLog>
<OCRPageHandler /> !
</ocr.getLog>
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
EOCRPageHandler | Object which includes the string analysis functions through a text. |
Returns | |
---|---|
Type | Description |
log | Returns the log information. |
Example
Copy
<xsql-script name='ocr_get_Log'> <body> <set name='m_ocr'> <ocr> <ocr text> </ocr> </set> <println> <ocr.getLog> <m_ocr/> </ocr.getLog> </println> </body> </xsql-script>