If I have a document that is two columns per page and I need to OCR the document into a page with single column of text (so page 1 has two columns, OCR'd document has page 1 column A and page 2 column B) is this possible using the Cloud SDK and how would I go about doing this?
Columned documents
Was this article helpful?
0 out of 0 found this helpful
Comments
1 comment
Dear David,
Yes, this is possible. Cloud OCR SDK supports column detection. If the columns were detected successfully, then the columns will appear in resulting XML as text blocks A and B. After that, you may apply any transformation of the export XML, including extraction of formatted text, where block B follows block A.
Please sign in to leave a comment.