C# Класс Glass.LeadTools.Recognition.LeadToolsZoneBasedOcrService

Наследование: OcrService
Показать файл Открыть проект

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