Class ReceiptRecognitionSettings

Class ReceiptRecognitionSettings

名称: Aspose.OCR 組み合わせ: Aspose.OCR.dll (25.4.0)

受信認証の設定認識プロセスをカスタマイズできる要素が含まれています。

public class ReceiptRecognitionSettings

Inheritance

object ReceiptRecognitionSettings

Derived

IDCardRecognitionSettings , InvoiceRecognitionSettings , PassportRecognitionSettings

相続人

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

ReceiptRecognitionSettings(Language)

Aspose.OCR.ReceiptRecognitionSettingsクラスの新しい例を開始し、特性の完全なセットを提供します。

public ReceiptRecognitionSettings(Language language)

Parameters

language Language

OCRで使われている言語。

ReceiptRecognitionSettings()

Aspose.OCR.ReceiptRecognitionSettingsクラスの新しい例をデフォルトセットの属性で開始します。

public ReceiptRecognitionSettings()

Properties

AllowedCharacters

許可されたキャラクター設定. 認識結果のために許可されたキャラクターの種類を決定します。

public CharactersAllowedType AllowedCharacters { get; set; }

不動産価値

CharactersAllowedType

AutomaticColorInversion

暗黒/黒の背景に白文字の画像を検出し、自動的に特別なOCRアルゴリズムを選択します。

public bool AutomaticColorInversion { get; set; }

不動産価値

bool

IgnoredSymbols

認識シンボルのためのブラックリストを設定します。

public string IgnoredSymbols { get; set; }

不動産価値

string

Language

OCR に使用される言語を取得または設定します。認識時に使用されるアルファベットを決定する。デフォルトで多言語。

public Language Language { get; set; }

不動産価値

Language

ThreadsCount

取得または処理のためのフォーライン番号を設定します。デフォルトで、0 は、画像があなたのプロセッサの数に等しい線数で処理されることを意味します。ThreadsCount = 1 は、画像が主線で処理されることを意味します。

public int ThreadsCount { get; set; }

不動産価値

int

 日本語