큐브 ubuntu python

코드 예제

5
0

pytesseract

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

우분투 설치 큐브 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

설치 큐브 5ubuntu

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
..................................................................................................................