Class PassportRecognitionSettings
Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.8.0)
Settings for the passport recognition. Contains elements that allow customizing the recognition process.
public class PassportRecognitionSettings : BaseRecognitionSettings
Inheritance
object ← BaseRecognitionSettings ← PassportRecognitionSettings
Inherited Members
BaseRecognitionSettings.ThreadsCount , BaseRecognitionSettings.Language , BaseRecognitionSettings.IgnoredSymbols , BaseRecognitionSettings.AllowedSymbols , BaseRecognitionSettings.AllowedCharacters , BaseRecognitionSettings.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; }