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

How to use in a mobile app, without downloading Tesseract Library ? #40

Open
pinpontitit opened this issue Aug 2, 2022 · 1 comment

Comments

@pinpontitit
Copy link

Hi,
I would like to use this tesseract wrapper in a mobile app. The server would use Express and be hosted online.

But it says in the README that for using this module, we first need to download Tesseract Library to the computer.
Of course the people using the app will not download this library to their phone.

Is it possible to download the tesseract library in the Express Server ?

Thanks

@Spixz
Copy link

Spixz commented Nov 8, 2022

Hi, to use this module you need to install the "tesseract software" on the system that host your express sever.
You can directly integrate tesseract in your mobile app (react native for example) with tesseract.js project. It's tesseract software "rewrite" in javascript.

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

2 participants