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
Езикът, използван за OCR.
PassportRecognitionSettings()
Aspose.OCR.PassportRecognitionSettings.
public PassportRecognitionSettings()
Properties
Country
Поставете шаблона за разпознаване на паспорта и да извлечете ключовите думи.
public Country Country { get; set; }