點陣式光學字符識別

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

我可以在 IronOCR 中讀取點陣列打印輸出/掃描件嗎?

是的,準確性取決於輸入圖像的質量。一些圖像的預處理也可以幫助提高結果,所以我們建議參考這篇提供建議的文章—— https://jeffreymorgan.io/articles/improve-dot-matrix-ocr-performance-tutorial/

為了進行深入處理以實現可靠的OCR結果,我們推薦ImageMagick for .NET,這是一個免費且有良好文檔記錄的工具,其濾鏡可媲美Photoshop。 https://www.nuget.org/packages/Magick.NET-Q8-AnyCPU/

您也可以嘗試加載點陣圖特定語言包。我們沒有這個,但一個很好的起點是GitHub上的這個項目 - https://github.com/ameera3/OCR_Expiration_Date

有關在IronOCR中添加自定義語言包的更多信息 - https://ironsoftware.com/csharp/ocr/languages/#custom-language-example