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
Fix the timeout in OCR scanning, sometimes a scan can take more than 10 seconds.
Also if this is fixed the threads can be closed when scanning is complete or user exits the activity.
Right now, when the stopScanning() is called, the current scanning task is completed and then the thread exits
The text was updated successfully, but these errors were encountered:
Fix the timeout in OCR scanning, sometimes a scan can take more than 10 seconds.
Also if this is fixed the threads can be closed when scanning is complete or user exits the activity.
Right now, when the stopScanning() is called, the current scanning task is completed and then the thread exits
The text was updated successfully, but these errors were encountered: