C# Class Glass.LeadTools.Recognition.LeadToolsZoneBasedOcrService

Inheritance: OcrService
Afficher le fichier Open project: SuperJMN/Glass

Private Properties

Свойство Type Description
CreateOcrZoneForField OcrZone
GetCharacterFilters OcrZoneCharacterFilters
GetConfidence double
GetLanguage string
GetZoneType OcrZoneType
RecognizeCore IEnumerable

Méthodes publiques

Méthode 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

Méthode 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 méthode

public LeadToolsZoneBasedOcrService ( ILeadToolsLicenseApplier licenseApplier ) : System
licenseApplier ILeadToolsLicenseApplier
Résultat System

Recognize() public méthode

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

RecognizeScaleEachVariation() public méthode

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