Community

Generating a SIMPLE XML output

Hello,

I've downloaded the Python code sample from GitHub and I am trying to generate a SIMPLE XML output file.

I've seen on this page that I can generate an XML file containing one line for each text line in the input, instead of one line for each character in the input file. I think that I need to use the 'XCA_None'  parameter.

I'm launching the program like this :

./process.py -xml Input.jpg Output.xml

It works, but the XML output is not what I want. It is the 'XCA_Ascii' by default (one line for each char).

How can I change this option? I did not find it in docs...

Thanks!

Was this article helpful?

0 out of 0 found this helpful

Comments

1 comment

Please sign in to leave a comment.