I have next image, with multiple orientation on text, 0 and 180 degree, without red notes.
I need convert to text, but text on the middle block return trash of data. I don't edit image in external editor.
How to get data for all paragraph correctly?
I'm testing this command:
tesseract --oem 1 --psm 1 -l eng "img.jpg" "imgdata"

Thanks