简体   繁体   English

将日语支持添加到 OCR | RPA

[英]Add Japnese Support to OCR | RPA

How can I add Japanese language with OCR ?如何使用OCR添加Japanese language I would like to know where the language files are located and how to select them.我想知道language files的位置以及如何选择它们。

Intellibot supports the following ocr engines Tesseract 4.0 (LSTM) ABBYY Abbyy Cloud Google Cloud Microsoft Cloud Amazon Cloud Modi (should be installed separately on the machine) Intellibot支持以下ocr engines Tesseract 4.0 (LSTM) ABBYY Abbyy Cloud Google Cloud Microsoft Cloud Amazon Cloud Modi(应单独安装在机器上)

Tesseract 4.0 is a good OCR engine and is free to use. Tesseract 4.0是一款不错的 OCR 引擎,可以免费使用。 By default, the OCR Text component is set to use Tesseract with the English language.默认情况下, OCR Text组件设置为将TesseractEnglish使用。 The engine and language can be selected in the Ocr settings window which can be accessed by double-clicking on the title of the OCR TEXT component.可以在 OCR 设置窗口中选择引擎和语言, double-clicking OCR TEXT组件的title可以访问该窗口。

在此处输入图片说明

To use the Japanese language with Tesseract Please download the Japanese trained data file from the link mentioned below要在Tesseract使用Japanese请从下面提到的链接下载日语培训数据文件

https://github.com/tesseract-ocr/tessdata/blob/master/jpn.traineddata https://github.com/tesseract-ocr/tessdata/blob/master/jpn.traineddata

then place it at the following file path然后把它放在下面的文件路径

"%localappdata%\\INTELLIBOT\\ed611e32-2c12-4040-a1f0-4f8184df3000\\0a634a0b-d535-4343-9963-23ab0d5a8702\\293745f8-12ea-4a86-be5f-8cea9576f0b5\\tessdata" "%localappdata%\\INTELLIBOT\\ed611e32-2c12-4040-a1f0-4f8184df3000\\0a634a0b-d535-4343-9963-23ab0d5a8702\\293745f8-168cea-a5a5f8-120a-a55a5a-168c5a5a5a5

then reopen Intellibot Studio .然后reopen Intellibot Studio

Now select "jpn" under Language drop-down as shown below:现在在语言下拉列表中选择“jpn”,如下所示:

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM