C# 클래스 SimpleOCR.OCRReader

파일 보기 프로젝트 열기: evlntnt/SimpleOCR 1 사용 예제들

공개 메소드들

메소드 설명
Crop ( Bitmap img ) : Bitmap
OCRReader ( OCRFont font, Color bgOrFontColor, bool useForeColor ) : System.Drawing
Recognize ( Bitmap &img ) : string
Recognize ( Bitmap &img, Bitmap &last ) : string

비공개 메소드들

메소드 설명
CropLeft ( Bitmap img ) : Bitmap
RecognizeSymbol ( Bitmap &img ) : OCRSymbol

메소드 상세

Crop() 공개 메소드

public Crop ( Bitmap img ) : Bitmap
img System.Drawing.Bitmap
리턴 System.Drawing.Bitmap

OCRReader() 공개 메소드

public OCRReader ( OCRFont font, Color bgOrFontColor, bool useForeColor ) : System.Drawing
font OCRFont
bgOrFontColor System.Drawing.Color
useForeColor bool
리턴 System.Drawing

Recognize() 공개 메소드

public Recognize ( Bitmap &img ) : string
img System.Drawing.Bitmap
리턴 string

Recognize() 공개 메소드

public Recognize ( Bitmap &img, Bitmap &last ) : string
img System.Drawing.Bitmap
last System.Drawing.Bitmap
리턴 string