このメソッドでは、パターンの学習を実行できます。指定したパターンに、「文字画像—対応する文字」の新しいペアを追加します。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 _
)
このページは役に立ちましたか?