이 메서드를 사용하면 패턴 학습을 수행할 수 있습니다. 이 메서드는 지정된 패턴에 “문자 이미지 — 해당 문자”의 새 쌍을 추가합니다.Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
이 메서드를 사용하면 패턴 학습을 수행할 수 있습니다. 이 메서드는 지정된 패턴에 “문자 이미지 — 해당 문자”의 새 쌍을 추가합니다.Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
HRESULT TrainUserPattern(
BSTR FileName,
ITrainingImagesCollection* TrainingImages,
BSTR CharacterOrLigature,
int Flags,
TextTypeEnum TextType
);
void TrainUserPattern(
string FileName,
ITrainingImagesCollection TrainingImages,
string CharacterOrLigature,
int Flags,
TextTypeEnum TextType
);
Sub TrainUserPattern( _
FileName As String, _
TrainingImages As ITrainingImagesCollection, _
CharacterOrLigature As String, _
Flags As Integer, _
TextType As TextTypeEnum _
)
이 페이지가 도움이 되었나요?