Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged: #install #tesseract #language #linux
ADD COMMENT
Topic
Name
9+1 =