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; }
不動産価値
AutomaticColorInversion
暗黒/黒の背景に白文字の画像を検出し、自動的に特別なOCRアルゴリズムを選択します。
public bool AutomaticColorInversion { get; set; }
不動産価値
IgnoredSymbols
認識シンボルのためのブラックリストを設定します。
public string IgnoredSymbols { get; set; }
不動産価値
Language
OCR に使用される言語を取得または設定します。
public Language Language { get; set; }
不動産価値
ThreadsCount
取得または処理のためのフォーライン番号を設定します。
public int ThreadsCount { get; set; }