Search
 
SCRIPT & CODE EXAMPLE
 

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
Comment

PREVIOUS NEXT
Code Example
Shell :: add flathub repository fedora 
Shell :: reset gpg passphrase 
Shell :: git change message specific commit 
Shell :: ubuntu see date of last modification to file 
Shell :: sh increment variable 
Shell :: Git - checkout a specific remote branch 
Shell :: powershell script enable tls 1.2 
Shell :: github api fetch 
Shell :: wsl settings 
Shell :: grep without 
Shell :: PowerShell read CSV file line by line 
Shell :: ping to my localhost in windows 
Shell :: linux bash clean up log files 
Shell :: brave installation ubuntu 
Shell :: cara install laravel 
Shell :: win add to startup 
Shell :: git pull if exist and clone 
Shell :: docker container with powershell 
Shell :: kill cron proccess ubuntu terminal 
Shell :: how to ssh in termux 
Shell :: mac see current path 
Shell :: enable ssh linux 
Shell :: shell remove file 
Shell :: how to use gitignore to ignore a folder 
Shell :: git remove added file to commint 
Shell :: how to add opt/homebrew/bin to the PATH m1 macbook 
Shell :: install python 3.10 on raspberry pi 
Shell :: get history command without line numbers 
Shell :: run mongodb on docker linux 
Shell :: git commit message editor vscode 
ADD CONTENT
Topic
Content
Source link
Name
4+7 =