manisandro / gImageReader

A Gtk/Qt front-end to tesseract-ocr.
GNU General Public License v3.0
1.6k stars 188 forks source link

Max image resolution as default #585

Closed AKmatiAK closed 1 year ago

AKmatiAK commented 2 years ago

It took me some time to finally discover why my OCR results were totally awful. By default, resolution is 100dpi. This doesn't make sense, please set it to 600dpi instead, or whatever is max resolution.

manisandro commented 2 years ago

Raster images generally don't contain any dpi information, so 100 actually just a scale factor in that case (admittedly I should rename the tooltip accordingly). For PDF documents, resolution is 300 dpi by default.