I have a document with text in two columns per page. While uploading a test file with this formatting I noticed that the space between the columns was ignored and text was recognized as if it were all a single column page.
The data looks like this:
text of first text of second
more text test second test
expected output:
text of first more text
text of second second test
Actual output:
text of first text of second
more text test second test
I should note: The file was a PDF file in Hebrew. The language was properly recognized and read from right to left as expected.
What can I do about this? Do I need to split it by column or something?