Skip to content

Commit

Permalink
start working image translator
Browse files Browse the repository at this point in the history
  • Loading branch information
PhoenixSys committed Mar 6, 2022
1 parent feb68cc commit 7dd94dc
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# TelegramBot
# On Manjaro Use This Command For Install Tesseract-data
# sudo pacman -S tesseract-data-eng
On Ubuntu Use This Command For Install Tesseract-data
# sudo apt-get install tesseract-ocr-eng

## MANAJRO

### On Manjaro Use This Command For Install Tesseract-data

### - sudo snap install --channel=edge tesseract

### - sudo pacman -S tesseract-data-eng

## UBUNTU

### On Ubuntu Use This Command For Install Tesseract-data

### - sudo apt-get install tesseract-ocr-eng

### - pip install pytesseract

### - pip install tesseract

### - sudo apt install tesseract-ocr

0 comments on commit 7dd94dc

Please sign in to comment.