C# 클래스 Glass.LeadTools.Recognition.LeadToolsZoneBasedOcrService

상속: OcrService
파일 보기 프로젝트 열기: SuperJMN/Glass

Private Properties

프로퍼티 타입 설명
CreateOcrZoneForField OcrZone
GetCharacterFilters OcrZoneCharacterFilters
GetConfidence double
GetLanguage string
GetZoneType OcrZoneType
RecognizeCore IEnumerable

공개 메소드들

메소드 설명
LeadToolsZoneBasedOcrService ( ILeadToolsLicenseApplier licenseApplier ) : System
Recognize ( System.Windows.Media.Imaging.BitmapSource bitmap, ZoneConfiguration config ) : IEnumerable
RecognizeScaleEachVariation ( System.Windows.Media.Imaging.BitmapSource bitmap, ZoneConfiguration config ) : IEnumerable

비공개 메소드들

메소드 설명
CreateOcrZoneForField ( System.Windows.Media.Imaging.BitmapSource bitmap, ZoneConfiguration zoneConfiguration ) : OcrZone
GetCharacterFilters ( ZoneConfiguration filterType ) : OcrZoneCharacterFilters
GetConfidence ( IOcrPage page ) : double
GetLanguage ( ZoneConfiguration zoneConfiguration ) : string
GetZoneType ( ZoneConfiguration fieldType ) : OcrZoneType
RecognizeCore ( ZoneConfiguration config, System.Windows.Media.Imaging.BitmapSource bmp ) : IEnumerable

메소드 상세

LeadToolsZoneBasedOcrService() 공개 메소드

public LeadToolsZoneBasedOcrService ( ILeadToolsLicenseApplier licenseApplier ) : System
licenseApplier ILeadToolsLicenseApplier
리턴 System

Recognize() 공개 메소드

public Recognize ( System.Windows.Media.Imaging.BitmapSource bitmap, ZoneConfiguration config ) : IEnumerable
bitmap System.Windows.Media.Imaging.BitmapSource
config ZoneConfiguration
리턴 IEnumerable

RecognizeScaleEachVariation() 공개 메소드

public RecognizeScaleEachVariation ( System.Windows.Media.Imaging.BitmapSource bitmap, ZoneConfiguration config ) : IEnumerable
bitmap System.Windows.Media.Imaging.BitmapSource
config ZoneConfiguration
리턴 IEnumerable