Tesseract-ul ubuntu python

Exemple de cod

5
0

pytesseract

pip install pytesseract
5
0

recunoașterea textului bibliotecă python

import cv2 
import pytesseract

img = cv2.imread('image.jpg')

# Adding custom options
custom_config = r'--oem 3 --psm 6'
pytesseract.image_to_string(img, config=custom_config)
1
0

instalare ubuntu Tesseract OCR

sudo apt install tesseract-ocr

# If you wish to install the Developer Tools which can be used 
# for training, run the following command:
sudo apt install libtesseract-dev 
0
0

instalați tesseract 5 ubuntu

sudo apt update
sudo apt install snapd
sudo snap install tesseract --edge

În alte limbi

Această pagină este în alte limbi

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................