ユーザ用ツール

サイト用ツール


tesseract-ocr

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
tesseract-ocr [2020/05/18 17:19] – [画像を修正して認識率を上げる] nabezotesseract-ocr [2020/12/11 17:10] (現在) nabezo
行 3: 行 3:
 Tesseract OCRで文字認識をする https://gihyo.jp/admin/serial/01/ubuntu-recipe/0577  \\ Tesseract OCRで文字認識をする https://gihyo.jp/admin/serial/01/ubuntu-recipe/0577  \\
 7セグメント読み取り [[ssocr]]   \\ 7セグメント読み取り [[ssocr]]   \\
 +7セグメント読み取り https://github.com/adrianlazaro8/Tesseract_sevenSegmentsLetsGoDigital \\
 Pythonで書くTesseract 4の基本的な使い方。APIとCLIからOCRを実行する方法  https://valmore.work/how-to-use-tesseract4-with-python/   \\ Pythonで書くTesseract 4の基本的な使い方。APIとCLIからOCRを実行する方法  https://valmore.work/how-to-use-tesseract4-with-python/   \\
  
 +===== 日本語学習データ =====
 +ubuntu package(精度が一番良さそう)  https://packages.ubuntu.com/focal/tesseract-ocr-jpn \\
 +github  https://github.com/tesseract-ocr/tessdata_best \\
  
 ===== インストール ===== ===== インストール =====
行 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  -l jpn_katakana
  
  
行 33: 行 39:
   /usr/share/tesseract-ocr/4.00/tessdata   /usr/share/tesseract-ocr/4.00/tessdata
   /usr/local/Cellar/tesseract/4.1.0/share/tessdata   /usr/local/Cellar/tesseract/4.1.0/share/tessdata
 +
 +===== 再学習 =====
 +https://qiita.com/aki_abekawa/items/418e069038fbdb77c59e
 +
 +
 +文字認識エンジンTesseract OCRで学習(jTessBoxEditor)
 +http://danglingfarpointer.hatenablog.com/entry/2015/01/28/215629
 +
 +Tesseract4の再学習・追加学習手順まとめ
 +http://laplace-daemon.com/training-tesseract/
  
  
tesseract-ocr.1589789990.txt.gz · 最終更新: 2020/05/18 17:19 by nabezo