IRONSOFTWAREHOME
MICR 수표 읽기
using IronOcr;
using IronSoftware.Drawing;
using System;

// Create a new instance of IronTesseract for performing OCR operations
var ocr = new IronTesseract();

// Set the OCR language to MICR to recognize magnetic ink characters
// Must have MICR (IronOcr.Languages.MICR) installed beforehand
ocr.Language = OcrLanguage.MICR;

// Specify the file path of the input image containing MICR text
using (var input = new OcrInput())
{
    // Specify the MICR of the image to focus on for OCR (coordinates in pixels)
    var contentArea = new Rectangle(x: 124, y: 238, width: 309, height: 13);
    // Load the image with the defined content area
    input.LoadImage("micr.png", contentArea);
    // Run the OCR engine to read the MICR text from the input image
    var result = ocr.Read(input);

    // Output the recognized text to the console
    Console.WriteLine(result.Text);
}
Imports IronOcr
Imports IronSoftware.Drawing
Imports System

' Create a new instance of IronTesseract for performing OCR operations
Dim ocr = New IronTesseract()

' Set the OCR language to MICR to recognize magnetic ink characters
' Must have MICR (IronOcr.Languages.MICR) installed beforehand
ocr.Language = OcrLanguage.MICR

' Specify the file path of the input image containing MICR text
Using input = New OcrInput()
    ' Specify the MICR of the image to focus on for OCR (coordinates in pixels)
    Dim contentArea = New Rectangle(x:=124, y:=238, width:=309, height:=13)
    ' Load the image with the defined content area
    input.LoadImage("micr.png", contentArea)
    ' Run the OCR engine to read the MICR text from the input image
    Dim result = ocr.Read(input)

    ' Output the recognized text to the console
    Console.WriteLine(result.Text)
End Using
NuGet Download
PM > Install-Package IronOcr
MICR 수표 읽기

MICR 수표 읽기

수표는 중요한 거래를 처리하는 데 있어 신뢰할 수 있는 방법입니다. IronOCR 사용하면 E-13B MICR 수표를 안정적으로 처리하여 은행 예금 및 기타 금융 워크플로를 자동화할 수 있습니다. 특수 설계된 엔진은 라우팅 번호, 계좌 번호, 수표 번호 등 중요한 정보에 대해 최고의 정확도를 제공하도록 조정되었습니다.

다음 코드 예제는 몇 가지 간단한 단계만으로 MICR 수표를 스캔하는 방법을 보여줍니다.

코드 설명

MICR 수표를 읽기 위해서는 먼저 OCR.LanguageOcrLanguage.MICR로 설정하여 IronOCR이 이 읽기가 MICR 수표용임을 인식하도록 해야 합니다. 그러나 사용 전에 OcrLanguage.MICR 패키지를 설치해야 하며, 그렇지 않으면 오류가 발생할 수 있습니다.

그 후, IronOCR MICR 수표에서 MICR 부분을 찾도록 지정하기 위해 직사각형을 OCR 영역으로 정의하여 최고의 정확도를 보장합니다.

이후, 수표 이미지와 위에서 정의한 내용 영역을 로드하기 위해 LoadImage을 호출합니다. 마지막으로, 샘플 수표 이미지를 스캔하기 위해 Read 메서드를 호출합니다. 다음으로 OCR 과정에서 추출된 텍스트를 출력하세요.

저희가 제공하는 종합적인 C# 가이드를 통해 MICR 수표 인식의 강력한 기능을 활용해 보세요!
GitHub에서 보기

시작할 준비 되셨나요?

Nuget Downloads 6,236,385버전:2026.9방금 출시

Key in blue circle

무료 30일 체험 키를 즉시 받으세요.

Your trial license will be sent to your email address

제한 없음. 100% 무제한 이용. 신용카드 불필요.

bullet_checked신용카드나 계정 생성은 필요하지 않습니다.제한 없음. 100% 무제한 이용. 신용카드 불필요.
  • Logo Aetna
  • Logo NASA
  • Logo GE
  • Logo Porsche
  • Logo USDA
  • Logo Qatar
Join Millions of Engineers who’ve tried IronPDF
부담 없는 무료 상담을 받아보세요
아래 양식을 작성하시거나 sales@ironsoftware.com으로 이메일을 보내주세요.
고객님의 정보는 항상 비밀로 유지됩니다.
전 세계 수백만 엔지니어들이 신뢰하는 제품입니다.
Iron Software의 고객 로고
지금 바로 30일 무료 체험판 키를 받으세요.
신용카드나 계정 생성은 필요하지 않습니다.