You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: