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 image_url_to_string #415

Open
iPurya opened this issue Mar 5, 2022 · 3 comments · May be fixed by #526
Open

Add image_url_to_string #415

iPurya opened this issue Mar 5, 2022 · 3 comments · May be fixed by #526

Comments

@iPurya
Copy link

iPurya commented Mar 5, 2022

add image_url_to_string function to use image direct link instead filename.
tesseract 5.1 already have this feature.

@iPurya iPurya changed the title Add image_url_to_string [Feature Request] Add image_url_to_string Mar 5, 2022
@iPurya iPurya changed the title [Feature Request] Add image_url_to_string Add image_url_to_string Mar 5, 2022
@bozhodimitrov
Copy link
Collaborator

bozhodimitrov commented Mar 7, 2022

If tesseract 5.1 supports it, you can just try to use:

pytesseract.image_to_string('https://url')

@iPurya
Copy link
Author

iPurya commented Mar 7, 2022

this method tries to open the file and when im using url it raise error.

@bozhodimitrov
Copy link
Collaborator

Oh, makes sense.

@marosstruk marosstruk linked a pull request Nov 22, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants