11
29

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Tesseract OCRの始め方

Last updated at Posted at 2018-07-08

##Tesseract OCRを始める(自分用まとめ)
開発環境:windows 10 64bit

####Tesseract OCRをGitHubからダウンロードする
https://github.com/tesseract-ocr/tesseract/wiki
※ダウンロードした場所 C:\user\abc\tesseract-ocr

####Tesseract OCRをインストールする
ダウンロードしたファイルを実行する
ファイル名 tesseract-ocr-setup-3.05.02-20180621.exe

####Tesseract OCRの使い方
Tesseract OCRをインストールした場所でcmdを開く
#####インストールされているか確認する方法 

>tesseract -v

#####使い方の表示

>tesseract

#####画像ファイルから文字を読み、.txtに出力

>tesseract 画像ファイル名.png テキストファイル名

画像ファイルから文字を読み取り、テキストファイルに出力する
もし、テキストファイルが無いなら、新しくファイルを作る

11
29
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
11
29

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?