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