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

UnicodeDecoreError en el tesseract.py #1

Open
iamdeit opened this issue Sep 10, 2014 · 0 comments
Open

UnicodeDecoreError en el tesseract.py #1

iamdeit opened this issue Sep 10, 2014 · 0 comments

Comments

@iamdeit
Copy link

iamdeit commented Sep 10, 2014

El posprocesamiento no estaba finalizando correctamente, ya que cuando el tesseract trabajaba terminaba con este error: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 1214: ordinal not in range(128)

Empezamos a debuguear y logramos corregirlo agregando el parametro encoding = 'utf8' en todos los open() del tesseract.py

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

1 participant