Skip to content
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

Scanning Result not Working #1

Closed
BILLXZY1215 opened this issue Aug 7, 2022 · 2 comments
Closed

Scanning Result not Working #1

BILLXZY1215 opened this issue Aug 7, 2022 · 2 comments

Comments

@BILLXZY1215
Copy link

Hi, I'm using XCode 14.0 beta 4 and iOS 16.0 Beta 2, I installed the app successfully but when I'm trying to scan text, it does not shown on the CameraScanner, actually I think it did not call the func dataScanner but keeping showing me the warning message:

截屏2022-08-07 13 29 28

Any workaround? Thanks in advance.

@HuangRunHua
Copy link
Owner

Hi, I'm using XCode 14.0 beta 4 and iOS 16.0 Beta 2, I installed the app successfully but when I'm trying to scan text, it does not shown on the CameraScanner, actually I think it did not call the func dataScanner but keeping showing me the warning message:

截屏2022-08-07 13 29 28

Any workaround? Thanks in advance.

Hi there, my dev environment is Xcode 14.0 beta 3, and I found the issue you described. The reason why this happens is because I set my camera to only scan text objects, it means only String can be recognized, if the picture you scan contains not only String or some words that can't be recognized as a string, it will show this alert.

And for this project, when you open the scan view, you need to tap the region which is surrounded by yellow markers, and then tap the cancel button to hide the scan view, you will find that the words you recognize is shown in the screen.

If the above method can't fix your problem, please let me know.

Please let me know the result. Enjoy coding.

@BILLXZY1215
Copy link
Author

Hi, I'm using XCode 14.0 beta 4 and iOS 16.0 Beta 2, I installed the app successfully but when I'm trying to scan text, it does not shown on the CameraScanner, actually I think it did not call the func dataScanner but keeping showing me the warning message:
截屏2022-08-07 13 29 28
Any workaround? Thanks in advance.

Hi there, my dev environment is Xcode 14.0 beta 3, and I found the issue you described. The reason why this happens is because I set my camera to only scan text objects, it means only String can be recognized, if the picture you scan contains not only String or some words that can't be recognized as a string, it will show this alert.

And for this project, when you open the scan view, you need to tap the region which is surrounded by yellow markers, and then tap the cancel button to hide the scan view, you will find that the words you recognize is shown in the screen.

If the above method can't fix your problem, please let me know.

Please let me know the result. Enjoy coding.

I see, thanks for the demonstration, now it's working properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants