Class ReceiptRecognitionSettings

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

CharactersAllowedType

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

bool

IgnoredSymbols

Vytvorte čierny zoznam pre rozpoznávanie symbolov.

public string IgnoredSymbols { get; set; }

Hodnota nehnuteľnosti

string

Language

Získať alebo nastaviť jazyk používaný pre OCR.Určuje abecedu používanú pri uznávaní.Multi-jazyky podľa predvoleného nastavenia.

public Language Language { get; set; }

Hodnota nehnuteľnosti

Language

ThreadsCount

Získať alebo nastaviť číslo fo pruhy na spracovanie.V predvolenom nastavení znamená 0, že obrázok bude spracovaný s počtom pruhov rovnakým počtom procesorov.ThreadsCount = 1 znamená, že obrázok bude spracovaný v hlavnej drôte.

public int ThreadsCount { get; set; }

Hodnota nehnuteľnosti

int

 Slovenčina