tesseract-ocr
差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
tesseract-ocr [2020/05/19 01:00] – [日本語を認識させる] nabezo | tesseract-ocr [2020/12/11 17:10] (現在) – nabezo | ||
---|---|---|---|
行 3: | 行 3: | ||
Tesseract OCRで文字認識をする https:// | Tesseract OCRで文字認識をする https:// | ||
7セグメント読み取り [[ssocr]] | 7セグメント読み取り [[ssocr]] | ||
+ | 7セグメント読み取り https:// | ||
Pythonで書くTesseract 4の基本的な使い方。APIとCLIからOCRを実行する方法 | Pythonで書くTesseract 4の基本的な使い方。APIとCLIからOCRを実行する方法 | ||
+ | ===== 日本語学習データ ===== | ||
+ | ubuntu package(精度が一番良さそう) | ||
+ | github | ||
===== インストール ===== | ===== インストール ===== | ||
行 14: | 行 18: | ||
tesseract imagename outputbase [-l lang] [--oem ocrenginemode] [--psm pagesegmode] [configfiles...] | tesseract imagename outputbase [-l lang] [--oem ocrenginemode] [--psm pagesegmode] [configfiles...] | ||
tesseract infile outfile --psm 6 -l jpn | tesseract infile outfile --psm 6 -l jpn | ||
+ | | ||
+ | tesseract infile.png stdout | ||
行 36: | 行 42: | ||
===== 再学習 ===== | ===== 再学習 ===== | ||
https:// | https:// | ||
+ | |||
+ | |||
+ | 文字認識エンジンTesseract OCRで学習(jTessBoxEditor) | ||
+ | http:// | ||
+ | |||
+ | Tesseract4の再学習・追加学習手順まとめ | ||
+ | http:// | ||
+ | |||
tesseract-ocr.1589817617.txt.gz · 最終更新: 2020/05/19 01:00 by nabezo