使用 PB 、 EZTWAIN 和 TOCR 3.0 无法识别带有希腊文字的 pdf 扫描页面

发布于 2024-08-28 02:24:02 字数 426 浏览 6 评论 0原文

我使用 Dosadi 的 PB 10.5.2 和 EZTwain 3.30.0.28、XDefs 1.36b1 进行扫描。

我还使用 TOCR 3.0 进行 OCR 管理。

在一个函数中,我们使用以下内容:

...

Long ll_acquire

(as_path_filename is a function argument)

...

...

TWAIN_SetAutoOCR(1)

ll_acquire = TWAIN_AcquireMultipageFile(0, as_path_filename) 

问题是扫描的 pdf 页面包含拉丁语(英语)和希腊语单词。 英文字符的搜索非常精确,但希腊字符则根本没有。

您认为这与 TOCR 软件有关吗? 我只想搜索 AND 希腊单词

提前致谢

Iam using PB 10.5.2 and EZTwain 3.30.0.28, XDefs 1.36b1 by Dosadi for scanning.

Also Iam using the TOCR 3.0 for OCR management.

In a function we use the following among all others :

...

Long ll_acquire

(as_path_filename is a function argument)

...

...

TWAIN_SetAutoOCR(1)

ll_acquire = TWAIN_AcquireMultipageFile(0, as_path_filename) 

the problem is that the scanned pdf page has latin (english) and greek words.
The English characters are searched quite precisely but the greek don't at all.

Do you think this that this has to do with the TOCR software.
I just want to search AND for greek words

Thanks in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

时间你老了 2024-09-04 02:24:02

OCR 软件应该无法将希腊语单词转换为 OCR 文本。看起来您正在使用 EZTwain 作为 OCR 部分,该部分使用 TOCR 作为其实际的 OCR 引擎。您可能需要查看该软件的文档,看看它们是否提到了可以修改以供多语言使用的任何设置。

The OCR software should be where it is failing to convert the Greek words into OCR'd text. It looks like you are using EZTwain for the OCR portion which uses TOCR for its actual OCR engine. You may want to look at the docs for that software and see if they mention any settings that can be modified for multilingual usage.

抱猫软卧 2024-09-04 02:24:02

根据网站 TOCR 可识别英语、法语、意大利语、德语、荷兰语、瑞典语、芬兰语、挪威语、丹麦语、西班牙语和葡萄牙语。您需要能够处理希腊语和英语混合文本的软件。 ABBYY FineReader Professional 列出了对英语和希腊语以及其他数十种语言的支持。

According to the website TOCR recognizes English, French, Italian, German, Dutch, Swedish, Finnish, Norwegian, Danish, Spanish and Portuguese. You'll need software that can handle mixed Greek and English text. ABBYY FineReader Professional lists support for English and Greek, along with dozens of others.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文