ocropus / hocr-tools

Tools for manipulating and evaluating the hOCR format for representing multi-lingual OCR results by embedding them into HTML.
Other
359 stars 78 forks source link

Updated README - added python-setuptools... #159

Closed hellocatfood closed 2 years ago

hellocatfood commented 4 years ago

...as dependency on Debian/Ubuntu

stweil commented 4 years ago

You did not say why python-setuptools is required.

I think we need a different update: Python 2.x ist deprecated, so all dependencies should be updated for Python 3.x.

hellocatfood commented 4 years ago

My fault, I should have mentioned. I tried to build this using the instructions and it complained about not being able to find setuptools. Once python-setuptools was installed it built ok

stweil commented 4 years ago

Thank you. You are right, it is required in setup.py.