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.
このメソッドは、複数のユーザーパターンファイルを1つのファイルにマージします。
HRESULT MergePatterns(
IStringsCollection* SourceFilesNames,
BSTR DestinationFileName
);
void MergePatterns(
IStringsCollection SourceFilesNames,
string DestinationFileName
);
Sub MergePatterns( _
SourceFilesNames As IStringsCollection, _
DestinationFileName As String _
)
SourceFilesNames
[in] この StringsCollection 型の変数には、マージ対象のユーザーパターンファイルのフルパスのコレクションが格納されます。これらのファイルは、IEngine::CreateEmptyUserPattern メソッドまたは ABBYY FineReader によって作成されたものである必要があります。
DestinationFileName
[in] この変数には、生成されるユーザーパターンファイルのフルパスが格納されます。
このメソッド固有の戻り値はありません。戻り値として、ABBYY FineReader Engine 関数の標準戻り値が返されます。
ユーザーパターンは、「文字の画像 — 対応する文字」の組を複数定義したファイルです。ユーザーパターンは、認識時に標準的でないフォントの文字を識別するために使用できます。認識時にユーザーパターンを使用するには、IRecognizerParams::UserPatternsFile プロパティにそのパスを設定します。
Engine
CreateEmptyUserPattern
トレーニングを使用した認識