skvark / Textractor

OCR application for Sailfish OS. Based on Tesseract OCR engine and Leptonica image processing library.
MIT License
20 stars 6 forks source link

Skip image processing #17

Open cosminadrianpopescu opened 6 years ago

cosminadrianpopescu commented 6 years ago

Is it possible to completely skip the image processing? Send the image directly to tesseract?

Thank you for your work, Cosmin Popescu.

skvark commented 6 years ago

A setting to skip the preprocess step can be added. However, I'm pretty sure that the results won't be very good since Tesseract does not preprocess the image properly (if I remember correctly).