Тессеракт ubuntu python

Примерен код

5
0

питессеракт

pip install pytesseract
5
0

библиотека на 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

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

задайте tesseract 5 ubuntu

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

На други езици

Тази страница на други езици

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