Class ReceiptRecognitionSettings
Pôvodný názov: Aspose.OCR Zhromaždenie: Aspose.OCR.dll (25.4.0)
Nastavenie prijímacieho rozpoznania.Obsahuje prvky, ktoré umožňujú prispôsobenie procesu rozpoznávania.
public class ReceiptRecognitionSettings
Inheritance
object ← ReceiptRecognitionSettings
Derived
IDCardRecognitionSettings , InvoiceRecognitionSettings , PassportRecognitionSettings
Z dedičných členov
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
ReceiptRecognitionSettings(Language)
Iniciuje novú inštanciu triedy Aspose.OCR.ReceiptRecognitionSettings s kompletným súborom vlastností.
public ReceiptRecognitionSettings(Language language)
Parameters
language
Language
Jazyk používaný pre OCR.
ReceiptRecognitionSettings()
Iniciuje novú inštanciu triedy Aspose.OCR.ReceiptRecognitionSettings s predvoleným súborom vlastností.
public ReceiptRecognitionSettings()
Properties
AllowedCharacters
Nastavenie povolených znakov. určuje typ znakov povolených pre výsledok rozpoznávania.
public CharactersAllowedType AllowedCharacters { get; set; }
Hodnota nehnuteľnosti
AutomaticColorInversion
Detekujte obrázky s bielym textom na tmavom/čiernom pozadí a automaticky pre ne vyberte špeciálny algoritmus OCR.
public bool AutomaticColorInversion { get; set; }
Hodnota nehnuteľnosti
IgnoredSymbols
Vytvorte čierny zoznam pre rozpoznávanie symbolov.
public string IgnoredSymbols { get; set; }
Hodnota nehnuteľnosti
Language
Získať alebo nastaviť jazyk používaný pre OCR.
public Language Language { get; set; }
Hodnota nehnuteľnosti
ThreadsCount
Získať alebo nastaviť číslo fo pruhy na spracovanie.
public int ThreadsCount { get; set; }