-
Notifications
You must be signed in to change notification settings - Fork 824
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
Chore: don't pass empty language code to tesseract CLI #1996
Conversation
@yuming-long, do you use pyenv for env management? I'm having trouble installing the local changes to |
Hi @Coniferish, yes I use pyenv. |
Sounds good. It's probably because I set 'local' envs for the different repos and need to clear out the config or something |
Summary:
Close: #1920
languages
to tesseract, which will result in passing empty string to language config-l
for the tesseract CLIlanguages
to tesseract OCRlanguages
parameter, proceed OCR witheng
as defaultTest
Estimating resolution as X
before this:unstructured-api
repo with main branch, runmake run-web-app
-F 'languages="eng,de"'
:pip install -e .
make run-web-app
again in api repo