-
Notifications
You must be signed in to change notification settings - Fork 118
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
passing in a buffer? #23
Comments
+1 |
1 similar comment
+1 |
+1 |
I use tesseract very heavily from Java nowadays, and I don't think this problem can be solved in this project. You will need to use a library that provides bindings to the native tesseract API, such as https://github.com/7eggs/node-tesseract This is what I use in Java, which provides similar bindings - https://github.com/bytedeco/javacpp-presets/tree/master/tesseract |
writing shit to the HD first is slow and error prone
The text was updated successfully, but these errors were encountered: