Obtains the information of the edition register (log).

1 ocr.getLog

<ocr.getLog>
    <OCRPageHandler /> !
</ocr.getLog>
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>