How to Read MICR Cheque using IronOCR

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

手动处理检查既慢又容易出错。 IronOCR 通过专门的引擎简化了这一工作流程,该引擎可准确读取 MICR(磁性墨水字符识别)线,让您自动提取路由号码、账号和其他关键数据。

as-heading:2(快速入门:从支票图像 OCR 读取 MICR)</em

使用 IronOCR 快速抓取 MICR 行--只需将语言设置为 MICR,指定 MICR 文本出现的矩形区域,运行 Read(),即可立即获得 result.Text 字符串。 非常适合希望以最少的设置提取可靠的财务数据的开发人员。

Nuget IconGet started making PDFs with NuGet now:

  1. Install IronOCR with NuGet Package Manager

    PM > Install-Package IronOcr

  2. Copy and run this code snippet.

    string micrText = new IronOcr.IronTesseract { Language = IronOcr.OcrLanguage.MICR }.Read(new IronOcr.OcrInput().LoadImage("micr.png", new System.Drawing.Rectangle(125, 240, 310, 15))).Text;
  3. Deploy to test on your live environment

    Start using IronOCR in your project today with a free trial
    arrow pointer
MICR OCR 结果验证 MICR 支票的 OCR 区域输出
MICR cropped