OCR-D / ocrd_tesserocr

Run tesseract with the tesserocr bindings with @OCR-D's interfaces
MIT License
38 stars 11 forks source link

Any need for libxml2-utils and libimage-exiftool-perl #42

Closed kba closed 5 years ago

kba commented 5 years ago

In Makefile:

deps-ubuntu:
   apt-get update
   apt-get install -y \
      libxml2-utils \
      libimage-exiftool-perl \

Are these just legacy or are there callouts to xmllint or exiftool?

cd1a0f91

bertsky commented 5 years ago

Yes, I think those can be removed. The xmllint dep (originally 281e31f1) has since been removed from core, and exiftool-perl (originally 401faf3d) probably once depended on pyexiftool (but that uses the CLI as backend, not Perl)...

kba commented 5 years ago

Dropped in https://github.com/OCR-D/ocrd_tesserocr/commit/12d2e2baa48f5f2ca002da634b79304ea2feb028#diff-b67911656ef5d18c4ae36cb6741b7965