ocrを使用して日本語の文字認識を行いたい

10 views (last 30 days)
有輝 後藤
有輝 後藤 on 11 Jul 2022
Edited: Hernia Baby on 11 Jul 2022
ocrの言語データファイルを用いて日本語の認識を行いたいのですが、どのファイルをインストールすればいいですか?
またインストールした後のデータファイルの使い方も同時に知りたいです。

Accepted Answer

Hernia Baby
Hernia Baby on 11 Jul 2022
Edited: Hernia Baby on 11 Jul 2022
こちらにあります。
txt = ocr(img,'Language','Japanese');
でいけそうですね。
----
ファイルのインストールは以下のリンクになります。

More Answers (0)

Categories

Find more on Language Support in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!