7段数字/液晶显示器

This article was translated from English: Does it need improvement?
Translated
View the article in English

IronOcr 能否读取 7 段数字显示?

七段数码显示文本的每个字符都有多个断点,这与标准 OCR 程序所寻求的恰恰相反--这就是所谓的字符可分性原则。

有必要对图像进行一些预处理,以模糊字符,消除断点。

要进行更深层次的处理以获得可靠的 OCR 结果,我们推荐 ImageMagick for .NET,它是一款免费且文档齐全的工具,其过滤器可与 Photoshop 相媲美。

https://www.nuget.org/packages/Magick.NET-Q8-AnyCPU/

IronOCR 还可以使用自定义语言包,因此可以尝试使用 LetsGoDigital Tesseract 语言包:

https://github.com/adrianlazaro8/Tesseract_sevenSegmentsLetsGoDigital

有关在 IronOCR 中添加自定义语言包的更多信息,请访问 https://ironsoftware.com/csharp/ocr/languages/#custom-language-example