Class PassportRecognitionSettings
Именује се: Aspose.OCR Асамблеја: Aspose.OCR.dll (25.4.0)
Подешавања за препознавање пасоша.Садржи елементе који омогућавају прилагођавање процеса препознавања.
public class PassportRecognitionSettings : ReceiptRecognitionSettings
Inheritance
object ← ReceiptRecognitionSettings ← PassportRecognitionSettings
Наслеђени чланови
ReceiptRecognitionSettings.ThreadsCount , ReceiptRecognitionSettings.Language , ReceiptRecognitionSettings.IgnoredSymbols , ReceiptRecognitionSettings.AllowedCharacters , ReceiptRecognitionSettings.AutomaticColorInversion , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
PassportRecognitionSettings(Language)
Иницијалише нову инстанцију класе Aspose.OCR.PassportRecognitionSettings са пуним сетом својстава.
public PassportRecognitionSettings(Language language)
Parameters
language
Language
Језик који се користи за ОЦР.
PassportRecognitionSettings()
Иницијалише нову инстанцију класе Aspose.OCR.PassportRecognitionSettings са подразумеваним сетом својстава.
public PassportRecognitionSettings()
Properties
Country
Поставите шаблон за препознавање пасоша и извуците кључне речи.
public Country Country { get; set; }