-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
feb68cc
commit 7dd94dc
Showing
1 changed file
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |