Hi,
How to export pdf into alto XML format (XCA_Basic , XCA_Extended). I am using submitImage/processDocument method to perform recognition.
Hi,
How to export pdf into alto XML format (XCA_Basic , XCA_Extended). I am using submitImage/processDocument method to perform recognition.
0 out of 0 found this helpful
Comments
1 comment
ABBYY Cloud OCR SDK supports the following export formats that should be useful for you:
To get the output in this format set the exportFormat parameter of the processDocument method to alto.
Two XML results are available in this case: so called basic variant of XML result and extended one, which contains the variants of characters recognition. Use the xml:writeRecognitionVariants parameter of the processDocument method to specify if you need to get one or another XML. This parameter can have the false or true values correspondingly.
Please sign in to leave a comment.