Class PassportRecognitionSettings
Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.2.0)
Settings for the passport recognition. Contains elements that allow customizing the recognition process.
public class PassportRecognitionSettings : ReceiptRecognitionSettings
Inheritance
object ← ReceiptRecognitionSettings ← PassportRecognitionSettings
Inherited Members
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)
Initializes a new instance of the Aspose.OCR.PassportRecognitionSettings class with full set of properties.
public PassportRecognitionSettings(Language language)
Parameters
language
Language
Language used for OCR.
PassportRecognitionSettings()
Initializes a new instance of the Aspose.OCR.PassportRecognitionSettings class with default set of properties.
public PassportRecognitionSettings()
Properties
Country
Set the template for passport recognition and to extract the keywords.
public Country Country { get; set; }