x2tTester README update

This commit is contained in:
Alexey
2022-10-14 17:52:54 +03:00
parent 6d3729a132
commit 2f553229a9

View File

@ -22,16 +22,16 @@ You need to create an xml configuration file. It must contain:
<cores> </cores>
# (non-required) input extensions of files
# if no value here, sets all input extensions
# if no this node, sets all input extensions
<input> </input>
# (non-required) output extensions of files, for example docx
# if no value here, sets all possible output extensions
# if no this node, sets all possible output extensions
<output> </output>
# input & output values example:
<input> docx txt pptx xlsx <input>
<output> txt doc pdf </output>
<input> docx txt pptx xlsx<input>
<output> txt doc pdf</output>