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

Add bitmap support for the InputImage used by text recogniser #753

Open
feinstein opened this issue Mar 13, 2025 · 0 comments · Fixed by #752
Open

Add bitmap support for the InputImage used by text recogniser #753

feinstein opened this issue Mar 13, 2025 · 0 comments · Fixed by #752

Comments

@feinstein
Copy link
Contributor

feinstein commented Mar 13, 2025

This is important to me because I am using the camera package, but I am manipulating the image and I want to recognise text in only a portion of the image, so in order to make this I am capturing the bitmap image from the widget and cropping it, before sending it to the text recogniser.

This simplifies also how we deal with images from the camera, as there are compatibility issues with the camera image formats for Android and iOS, with many open issues, so this can be used as a workaround.

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

Successfully merging a pull request may close this issue.

1 participant