You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
On which target platforms have you observed this bug?
Android, iOS
Flutter Doctor output
Doctor output
Doctor summary (to see all details, run flutter doctor -v):[✓] Flutter (Channel stable, 3.24.2, on macOS 14.0 23A344 darwin-arm64, locale en-US)[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)[✓] Xcode - develop for iOS and macOS (Xcode 15.1)[✓] Chrome - develop for the web[✓] Android Studio (version 2024.1)[✓] Connected device (4 available) ! Error: Browsing on the local area network for iPhone. Ensure the device is unlocked and attached with a cable or associated with the same local area network as this Mac. The device must be opted into Developer Mode to connect wirelessly. (code -27)[✓] Network resources• No issues found!
The text was updated successfully, but these errors were encountered:
I am also experiencing this issue with searching Arabic text in syncfusion_flutter_pdfviewer. When I use the searchText feature for Arabic words, it fails to find the correct results or sometimes does not locate the text at all.
My Setup:
Flutter Version: 3.22.2
Syncfusion Version: ^27.1.58
Steps to Reproduce:
Load a PDF with Arabic content.
Attempt to search for an Arabic word or phrase using the searchText function.
Observe that the function does not return the expected results.
I’d appreciate any updates on resolving this issue. Thank you!
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: