conan-io / wishlist

This repo is to propose libraries, frameworks, and code in general that users would like to have in conan
MIT License
49 stars 5 forks source link

Tesseract OCR library #122

Closed db4 closed 6 years ago

db4 commented 6 years ago

Packaging Tesseract Open Source OCR Engine would be nice. It depends on leptonica that has been just packaged by bincrafters.

theirix commented 6 years ago

I'll package it when leptonica and its deps will be reviewed and accepted in conan-center – a few weeks I think.

theirix commented 6 years ago

Latest stable Tesseract 3.05.01 is packaged for Linux, macOS and Windows. Conan package is available at https://bintray.com/bincrafters/public-conan/tesseract%3Abincrafters, sources are at https://github.com/bincrafters/conan-tesseract .

Package includes the tesseract library and headers, pkgconfig and cmake config files.

Note that library is built at CI without training support (with_training option) which requires a lot of complex libraries not packaged yet: fontconfig #20, cairo #18, pango #17. When they will be available, we can add training support. You can probably build tesseract with training support at your machine.

danimtb commented 6 years ago

Already in conan-center thanks to bincrafters again: https://bintray.com/bincrafters/public-conan/tesseract%3Abincrafters

Enjoy!