-
Notifications
You must be signed in to change notification settings - Fork 727
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
Pass multiple images at once #254
Comments
You can pass the path for this list.txt as string to pytesseract and it should do the same. |
It worked thank you, also can I pass to it an array of images? @int3l |
If you mean Python lists - unfortunately, there is not built-in support for that at the moment. |
I searched and got it: tesseract-ocr/tesseract#1268 |
Hi, I know that I can pass multiple images to tesseract using the command line like this
tesseract list.txt list.out.txt
where list.txt is a file containing images paths. How can I do that in pytesseract without using a loop?The text was updated successfully, but these errors were encountered: