-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Tesseract development version server throws 404 on localhost:3000 #874
Comments
Running tesseract locally is getting very confusing. |
When I run tesseract using npm installation [basic
but when we use browser mode, does the processing and unpacking happen in the cdn? Am i right? |
This repo contains multiple examples, for both browser and Node.js. If you are having trouble getting started you should start by running those. If you want to run Tesseract.js recognition entirely from your local server and/or local system, without trying to access a CDN, review the instructions in the documentation here. The |
I did check the documentation and the examples, i tried to run the server, it it throwed up the |
The documentation mentioned that specific link, yes. And,
I did read these links, but where specifically is the |
Edit: the repo got updated, I'll try running it again. If it works, I'll close the issue |
Run
I do not understand what you mean by saying that the example code works but you were not able to run it locally. |
Sorry, I did not realize that Node version is also technically locally run . And yes thanks the local browser environment server now works. Earlier I failed to realize that actually both are same. |
Tesseract.js version (version number for npm/GitHub release, or specific commit for repo)
Latest version 5.0.4
Describe the bug
A clear and concise description of what the bug is.
After cloning the repo, running npm install and then npm start,
the command line shows up successful outputs but when I open the server link at http://localhost:3000/examples/browser/demo.html
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Locahost dev server running succesfully
Device Version:
The text was updated successfully, but these errors were encountered: