Class ReceiptRecognitionSettings
Nom dels espais: Aspose.OCR Assemblea: Aspose.OCR.dll (25.4.0)
Configuració del reconeixement de la recepci.Conté elements que permeten personalitzar el procés de reconeixement.
public class ReceiptRecognitionSettings
Inheritance
object ← ReceiptRecognitionSettings
Derived
IDCardRecognitionSettings , InvoiceRecognitionSettings , PassportRecognitionSettings
Membres heretats
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
ReceiptRecognitionSettings(Language)
Inicia una nova instància de la classe Aspose.OCR.ReceiptRecognitionSettings amb un conjunt complet de propietats.
public ReceiptRecognitionSettings(Language language)
Parameters
language
Language
Llenguatge utilitzat per OCR.
ReceiptRecognitionSettings()
Inicialitza una nova instància de la classe Aspose.OCR.ReceiptRecognitionSettings amb un conjunt de propietats estàndard.
public ReceiptRecognitionSettings()
Properties
AllowedCharacters
Defineix el tipus de caràcters permès per al resultat de reconeixement.
public CharactersAllowedType AllowedCharacters { get; set; }
Valor de la propietat
AutomaticColorInversion
Detectar imatges amb text blanc en un fons fosc/negre i triar automàticament un algoritme especial OCR per a ells.
public bool AutomaticColorInversion { get; set; }
Valor de la propietat
IgnoredSymbols
Llista negra per a símbols de reconeixement.
public string IgnoredSymbols { get; set; }
Valor de la propietat
Language
Obté o estableix el llenguatge utilitzat per a OCR.
public Language Language { get; set; }
Valor de la propietat
ThreadsCount
Obté o col·loca el nombre de files fo per al processament.
public int ThreadsCount { get; set; }