GetTemplateProcessor
GetTemplateProcessor(string)
Get processor for specific data set to start recognition
public BatchTemplateProcessor GetTemplateProcessor(string domrPath)
| Parameter | Type | Description |
|---|---|---|
| domrPath | String | Path to .domr file |
Return Value
a tool, that uses recognition pattern to specific images
See Also
- class BatchTemplateProcessor
- class BatchOmrEngine
- namespace Aspose.OMR.BatchProcessings
- assembly Aspose.OMR
GetTemplateProcessor(Stream)
Get processor for specific data set to start recognition
public BatchTemplateProcessor GetTemplateProcessor(Stream domrFile)
| Parameter | Type | Description |
|---|---|---|
| domrFile | Stream | FileStream of .domr file |
Return Value
a tool, that uses recognition pattern to specific images
See Also
- class BatchTemplateProcessor
- class BatchOmrEngine
- namespace Aspose.OMR.BatchProcessings
- assembly Aspose.OMR