Answers for "python install tesseract data linux"

0

install tesseract 5 ubuntu

sudo apt update
sudo apt install snapd
sudo snap install tesseract --edge
Posted by: Guest on May-03-2021
0

how to install tesseract in other language in linux

# select your language code from link
# https://tesseract-ocr.github.io/tessdoc/Data-Files-in-different-versions.html
sudo apt-get install tesseract-ocr-[lang] # you can use all # like eng


tesseract image_path text_result.txt -l eng    # select your language
Posted by: Guest on February-15-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language