Class ReceiptRecognitionSettings
Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.1.0)
영수증 인식을 위한 설정입니다.
인식 프로세스를 사용자 정의할 수 있는 요소를 포함합니다.
public class ReceiptRecognitionSettings
상속
object ← ReceiptRecognitionSettings
파생
IDCardRecognitionSettings, InvoiceRecognitionSettings, PassportRecognitionSettings
상속된 멤버
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
생성자
ReceiptRecognitionSettings(Language)
Aspose.OCR.ReceiptRecognitionSettings 클래스의 새 인스턴스를 전체 속성 집합으로 초기화합니다.
public ReceiptRecognitionSettings(Language language)
매개변수
language
Language
OCR에 사용되는 언어입니다.
ReceiptRecognitionSettings()
Aspose.OCR.ReceiptRecognitionSettings 클래스의 새 인스턴스를 기본 속성 집합으로 초기화합니다.
public ReceiptRecognitionSettings()
속성
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
처리할 스레드 수를 가져오거나 설정합니다.
ThreadsCount = 1은 이미지가 메인 스레드에서 처리됨을 의미합니다.
public int ThreadsCount { get; set; }