summarylogtreecommitdiffstats
path: root/python-easyocr-git.install
blob: 9a642b1774caf3ecf8670c34968111e7e6f2fc93 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    echo ""
    echo "---------------------------- TIPS ----------------------------"
    echo "Model weight for chosen language will be automatically downloaded"
    echo "or you can download it manually from the following links and put"
    echo "it in '~/.EasyOCR/model' folder"
    echo "See https://github.com/JaidedAI/EasyOCR#Usage"
    echo ""
}