gImageReader icon indicating copy to clipboard operation
gImageReader copied to clipboard

The application unnecessarily automatically rotates the image

Open Pawwwle opened this issue 2 years ago • 3 comments
trafficstars

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

Pawwwle avatar Sep 07 '23 18:09 Pawwwle

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

manisandro avatar Nov 20 '23 21:11 manisandro

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

jacob-44 avatar Jan 27 '24 12:01 jacob-44

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

manisandro avatar Feb 02 '24 22:02 manisandro