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; }