-
Notifications
You must be signed in to change notification settings - Fork 539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hebrew text displayed in reverse #398
Comments
Can you provide a PDF (for our test suite) which causes this error? It must be free of charge and without any obligations. |
Hello Konrad, Yes, sure, file attached. It will help me very much, because my solution that fix it, not so good. Thank you. |
Thank you for the PDF.
We had similar issues in the past. Can you post your solution here please? It might help to create a fix. |
My fix is very simple and not so good (need to think over all cases), I didn't have for this issue so much time (did it in an hour). I'm just filter output text and make reverse for every word, except for the text in english and numbers. The problem in this solution that some words stick together after parsing, and it not easy to separate it correctly. I don't think that it will help you. |
@bredisvictor can you please test again with #402?
In my opinion it is better to have a half solution than nothing. Your code showed a way to deal with the problem. I am not sure but it might helped @smalot to create a patch faster. |
I tested it and received the same result as before fix. As a result, it is not enters to the part of the code that does reverse. And i did some temporary solution that work This condition checks the hebrew characters in the string |
Hi @bredisvictor |
Hello Sebastien, Yes, you are right, i am test it with other one, Try this file: In additional, i add one more example. In this case reverse is works, but words break into several parts. Thank you |
Can we use these PDFs in our test environment? They must be free of charge and without any obligations. |
These are resume examples in hebrew downloaded from free, open source. |
Adding support for right to left language makes me crazy. |
Can i help some how? Your parser very important for my business. |
The Hebrew text in the sample documents are displaying in the correct direction. The only remaining issue left here is that they are spaced out unnaturally. This is a result of |
Hello, for first thank you for the great parser.
The issue that when i parsing documents in Hebrew, all the text displayed reverse.
Thank you.
The text was updated successfully, but these errors were encountered: