pdfOCR 1.0.2
pdfOCR 1.0.2 is already the third release of our newest project.
It brings some important improvements which allow you to process documents more precisely. These are:
- Refinement of the symbol position based on the HOCR data that fixes output for Thai and some CJK fonts. This is especially important for our pdfCalligraph customers.
You can turn it on with: tesseract4OcrEngineProperties.setUseTxtToImproveHocrParsing(true);
- Possibility for configuration of image preprocessing. That allows smoothing out fluctuations in a document's brightness to give you better results in cases of images taken by a camera.
You can pass the parameters which are described on http://www.leptonica.org/binarization.html usingtesseract4OcrEngineProperties.setImagePreprocessingOptions
Improvements
- Combine HOCR and TXT outputs for more precise text recognition
- Add possibility to set image preprocessing properties (adaptive threshold tile size, threshold smoothing)