I have some code which uses the yob/pdf-reader gem to fetch the text from a PDF file and search for certain strings in it. Recently I got the issue that vertical text may interfere with my logic to identify text that belongs to the same line.
My question is: Does someone know a way to distinguish text orientation with pdf-reader?