コミュニティ

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!

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

1件のコメント

サインインしてコメントを残してください。