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人中0人がこの記事が役に立ったと言っています
コメント
1件のコメント
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.
サインインしてコメントを残してください。