I am trying to fix okular bug #207748 (RTL languages searches text backwards), I trace it to textList() reverse Arabic characters. so, if the pdf text is "testing تجربة " textlist() will return something likes this: [0] = "testing" [1] = "ةبرجت" It should be: [0] = "testing" [1] = "تجربة"
Can we have such a pdf?
Created attachment 137274 [details] rtl-1 test First Test Text ="testing تجربة "
Created attachment 137275 [details] rtl-1 test2 Text = "مو بن"
I think if we can run reorderText() through it, the problem will be fixed.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/poppler/poppler/issues/412.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.