Installing Tesseract-OCR on CentOS 6

前端 未结 6 1113
终归单人心
终归单人心 2020-12-11 02:50

I\'m trying to install Tesseract-OCR on my server however when I install all what I believe to be the correct repos. When I try to install it the package is not found

<
6条回答
  •  北海茫月
    2020-12-11 03:25

    I have written a bash script to install Tesseract 3.05 on Centos 7. This fetches and installs all dependencies, and also installs language files for English, Hindi, Bengali and Thai.

    Code available on GitHub

    https://github.com/EisenVault/install-tesseract-redhat-centos

    Hope this helps.

提交回复
热议问题