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

OCR #51

Open
gsemyong opened this issue Apr 13, 2024 · 1 comment
Open

OCR #51

gsemyong opened this issue Apr 13, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@gsemyong
Copy link

Haven't found any reference of OCR in the mupdf.js docs, but see that tesseract is mupdf's optional dependency. Is there an option do OCR using mupdf.js?

@jamie-lemon
Copy link
Collaborator

There is no option for OCR - this would add considerable megabytes to the codebase, something we can't afford for web runtime. OCR depends on a big and heavy set of libraries and also needs per-language training data files that we need to provide it access to.
Possibly at some point we might consider a plugin for OCR, but this would have to be a separate project.

@jamie-lemon jamie-lemon added the enhancement New feature or request label Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants