Skip to content

Adding support to Tesseract Layout

Jerome Flesch requested to merge vehrka:master into master

Created by: vehrka

Hello Ross,

recently I had to use it in some documents that had to be processed using the tesseract option '-psm' set to 6 (the default is 3).

Please consider adding these modifications to your code in order to allow modifying the option values.

Modifying the TextBuilder in order to accept parameters for the tesseract '-psm' option, it defaults to 3 the default tesseract configuration.

Merge request reports