manisandro / gImageReader

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

The application unnecessarily automatically rotates the image #652

Open Pawwwle opened 10 months ago

Pawwwle commented 10 months ago

The application unnecessarily automatically rotates the image and through it the detection is done on a crooked image.

Zrzut ekranu 2023-08-27 194802_obrot

manisandro commented 8 months ago

It is actually Tesseract who believes that the image needs to be rotated for optimal layout, gImageReader just uses the tesseract layout detection result.

jacob-44 commented 5 months ago

Can it be disabled please? I have perfectly perfect tables that get rotated without any reasons.

manisandro commented 5 months ago

Scanning through the tesseract code, I cannot find any option to disable it, but I might have missed something.