C# Class Glass.LeadTools.Recognition.LeadToolsZoneBasedOcrService

Inheritance: OcrService
ファイルを表示 Open project: SuperJMN/Glass

Private Properties

Property Type Description
CreateOcrZoneForField OcrZone
GetCharacterFilters OcrZoneCharacterFilters
GetConfidence double
GetLanguage string
GetZoneType OcrZoneType
RecognizeCore IEnumerable

Public Methods

Method Description
LeadToolsZoneBasedOcrService ( ILeadToolsLicenseApplier licenseApplier ) : System
Recognize ( System.Windows.Media.Imaging.BitmapSource bitmap, ZoneConfiguration config ) : IEnumerable
RecognizeScaleEachVariation ( System.Windows.Media.Imaging.BitmapSource bitmap, ZoneConfiguration config ) : IEnumerable

Private Methods

Method Description
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

Method Details

LeadToolsZoneBasedOcrService() public method

public LeadToolsZoneBasedOcrService ( ILeadToolsLicenseApplier licenseApplier ) : System
licenseApplier ILeadToolsLicenseApplier
return System

Recognize() public method

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

RecognizeScaleEachVariation() public method

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