サービス
サービスを探す
プロ人材を探す
仕事を探す
ブログを探す
モジュールとは別に Tesseract 本体をインストールしてパスを通しておく
Japanese (横書きの日本語)
Japanese (vertical) (縦書きの日本語)
※ Javanese はインドネシアのジャワ語なので不要
Japanese script (日本語の横書きに関するスクリプト)
Japanese vertical script (縦書きの文字構成に関する補助情報)
import pytesseract
pytesseract.image_to_string(画像)
pytesseract.image_to_string(画像, lang="jpn")
pip install pytesseract