如何使用OCR讀取7段數字液晶顯示器

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

IronOcr能讀取七段數字顯示器嗎?

七段數字顯示器的文字在每個字符中有多個斷裂,這與標準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