MergePatterns Method of the Engine Object
This method merges several user pattern files into one file.
Syntax
HRESULT MergePatterns( IStringsCollection* SourceFilesNames, BSTR DestinationFileName );
Parameters
- SourceFilesNames
- [in] This variable of the StringsCollection type contains a collection of the full paths to the user pattern files that are to be merged. These files should be created by the IEngine::CreateEmptyUserPattern method or by ABBYY FineReader.
- DestinationFileName
- [in] This variable contains the full path to the resulting user pattern file.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
Remarks
User patterns are files that define a number of pairs "image of a character — the character itself". User patterns may be used during recognition to identify characters of non-standard fonts. To use a user pattern during recognition, set the path to it in the IRecognizerParams::UserPatternsFile property.
See also
7/3/2024 8:50:25 AM