web-dev-qa-db-ja.com

tesseract OCRに言語をインストールする方法

Tesseract OCRをインストールしましたが、言語リストに「eng」と「osd」しかありません。ドイツ語が必要です。次のコマンドに疲れた

brew install tesseract-ocr-deu

エラーが発生します。

Error: No available formula with the name "tesseract-ocr-deu" 
==> Searching for a previously deleted formula (in the last month)...
Warning: homebrew/core is shallow clone. To get complete history run:
   git -C "$(brew --repo homebrew/core)" fetch --unshallow

Error: No previously deleted formula found.
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.
4
Lama Madan

MacOS Mojave(10.14.3)で動作します:

   brew install tesseract-lang
7
weivall

Tesseractリポジトリからダウンロードします。

現在、4.0のtessdata here と3.04のtessdata here が利用可能です。

2
Dmitrii Z.

Mac OSタイプ

brew install tesseract-lang 

すべての言語をインストールし、次の方法で確認できます。

tesseract --list-langs
1
Sahana M