-
Notifications
You must be signed in to change notification settings - Fork 818
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
pdf viewer - Search Arabic words #2158
Comments
I am also experiencing this issue with searching Arabic text in My Setup:
Steps to Reproduce:
I’d appreciate any updates on resolving this issue. Thank you! |
For a similar issue, we have already provided the details in the following forum thread. Kindly let us know if you have any further questions. Regards, |
We are have analyzed further with the provided document unable to replicate the reported issue with the latest version of syncfusion_flutter_pdfviewer package and the text search working properly on the provided document. Please find the video recording of the issue replication and the sample which we used for issue replication. Could you please check the reported case with the latest version and let us know whether the issue is resolved on your end? Sample: sfpdfviewer_gh2158.zip |
We wanted to follow up on our previous communication regarding the issue you reported. As we haven't received any further information or response from you since our last update, we are proceeding to close this issue. If you experience the issue again or have any additional information to share, you can easily reopen this ticket at any time. |
Bug description
When searching for a word in Arabic pdf file no results found, while copying this word from the file and past it inside searchController the controller find it
_searchResult = _pdfViewerController.searchText("ﻛﯿﻒ");
Steps to reproduce
Use this file as ref "https://www.ed.gov/sites/ed/files/about/offices/list/ocr/docs/qa-201405-arabic.pdf"
Try to give the controller a direct word "simulate a user search" => pdfViewerController.searchText("ﻛﯿﻒ");
Expected: The controller could find the word
Actual: The controller can not find this word
Try copy any word from the file and past as it inside the controller
Here the controller can find the word
Code sample
Code sample
Screenshots or Video
Screenshots / Video demonstration
Stack Traces
Stack Traces
No strack trace availabe
On which target platforms have you observed this bug?
Android, iOS
Flutter Doctor output
Doctor output
The text was updated successfully, but these errors were encountered: