Hi, I'm running Ocropus through Java, using the following commands: ocropus-sauvola tests/testpage.png -o temp ocropus-gpageseg 'temp/????.bin.png' ocropus-rpred 'temp/????/??????.bin.png'
I then clean the output from rpred. However, is it possible to speed up the whole process or parts of it (ocropus-rpred)? I saw the FAQ with the: find book -name '*.bin.png' | xargs -P 4 -n 200 ocroups-lattices But can this be used with the above commands like: ocropus-rpred 'temp/????/??????.bin.png' -P 4 -n 200 or is there a config file where I can change the number of cores for OCROpus to use? I must admit I am not that well traversed in Linux commands, so I don't know how to construct a working command like the one in the FAQ. Ps. thanks for a great piece of software. Regards John -- You received this message because you are subscribed to the Google Groups "ocropus" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ocropus/28ff8a96-6648-4df7-b3e4-0f96a377b6be%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
