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
รับหรือตั้งค่าเส้น fo จํานวนสําหรับการประมวลผล
public int ThreadsCount { get; set; }