We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, How do I OCR a specific zone of the image. Thanks.
The text was updated successfully, but these errors were encountered:
You can create a second, off screen canvas that pulls the area you want from the first canvas and then canvas2.toDataURL and parse that into OCRAD
https://stackoverflow.com/questions/35033357/how-do-i-extract-a-portion-of-an-image-in-canvas-and-use-it-as-background-image/35033622#35033622
Sorry, something went wrong.
No branches or pull requests
Hi,
How do I OCR a specific zone of the image.
Thanks.
The text was updated successfully, but these errors were encountered: