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

Save preprocessing result or overwrite old file? #3

Closed skvark closed 9 years ago

skvark commented 9 years ago

Currently Textractor overwrites the old preprocessed image when new recognition is run. Do we need to save all the results or is it enough to see the latest preprocessed image?

skvark commented 9 years ago

I don't see a reason why every preprocessing result should be saved. If every result is saved, the images just use space for no reason.