IRONSOFTWAREHOME
차량 번호판 읽기
using IronOcr;
using IronSoftware.Drawing;

// Instantiate OCR engine
var ocr = new IronTesseract();

using var inputLicensePlate = new OcrInput();

inputLicensePlate.LoadImage("LicensePlate.jpeg");

// Perform OCR
OcrLicensePlateResult result = ocr.ReadLicensePlate(inputLicensePlate);

// Retrieve license plate coordinates
Rectangle rectangle = result.Licenseplate;

// Retrieve license plate value
string output = result.Text;
Imports IronOcr
Imports IronSoftware.Drawing

' Instantiate OCR engine
Dim ocr = New IronTesseract()

Using inputLicensePlate = New OcrInput()

    inputLicensePlate.LoadImage("LicensePlate.jpeg")

    ' Perform OCR
    Dim result As OcrLicensePlateResult = ocr.ReadLicensePlate(inputLicensePlate)

    ' Retrieve license plate coordinates
    Dim rectangle As Rectangle = result.Licenseplate

    ' Retrieve license plate value
    Dim output As String = result.Text

End Using
NuGet Download
PM > Install-Package IronOcr
차량 번호판 읽기

차량 번호판 읽기

이 방법은 IronTesseract OCR 엔진을 사용하여 이미지에서 차량 번호판 번호를 효과적으로 추출합니다. 예시는 다음을 보여줍니다:

  1. IronTesseract 초기화: OCR 작업을 처리하기 위해 IronTesseract 인스턴스를 생성합니다.
  2. 이미지 로딩: 차량 번호판이 포함된 이미지 파일은 OcrInput 클래스를 사용하여 로드됩니다.
  3. OCR 프로세스: Read 메서드는 OcrInput 객체에서 사용되어, 이미지를 처리하고 텍스트를 식별합니다.
  4. 결과 분석 : 인식된 단어들을 반복해서 분석합니다. 만약 어떤 단어가 차량 번호판으로 식별되면, 해당 단어의 텍스트와 테두리 상자가 인쇄됩니다.

이 코드는 주차 관리, 차량 접근 제어 및 자동 인식 시스템과 관련된 애플리케이션에서 특히 유용할 수 있습니다.

IronOCR 로 차량 번호판을 읽는 방법을 알아보세요
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일 무료 체험판 키를 받으세요.
신용카드나 계정 생성은 필요하지 않습니다.