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 installed tessercat lib on windows for tesseract.js? #924

Closed
orange-jacky opened this issue May 12, 2024 · 1 comment
Closed

Comments

@orange-jacky
Copy link

how to use installed tessercat lib on windows for tesseract.js

using cdn sometimes can't not loadload this wasm and it's too slow, i need to install tesseract package in my window or macos sytem and use tesseract.js to call it. how to realize it

@Balearica
Copy link
Collaborator

If the core issue is that you do not like the CDNs Tesseract.js uses by default, it is already possible to bypass the CDNs and use your own copy of all files. See this page for details.

It is not possible to use Tesseract.js with a non-webassembly version of Tesseract that you installed separately. The purpose of Tesseract.js is to provide a portable webassembly version of Tesseract that can be run in the browser or Node.js. If you want to use a version of Tesseract installed on your local system, you should use the main Tesseract project, not Tesseract.js.

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