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

passing in a buffer? #23

Open
yocontra opened this issue Mar 26, 2015 · 4 comments
Open

passing in a buffer? #23

yocontra opened this issue Mar 26, 2015 · 4 comments

Comments

@yocontra
Copy link

writing shit to the HD first is slow and error prone

@reecefenwick
Copy link

+1

1 similar comment
@fabriciobeltran
Copy link

+1

@cburatto
Copy link

cburatto commented May 4, 2017

+1
This discussion on the original Tesseract-OCR group may shed a light:
how to pass image "directly" to tesseract
https://groups.google.com/forum/#!topic/tesseract-ocr/2lbpirc4Pto

@reecefenwick
Copy link

reecefenwick commented May 5, 2017

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

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

No branches or pull requests

4 participants