RecognizeImage
Contents
[
Hide
]RecognizeImage(string, int)
Recognizes image
public RecognitionResult RecognizeImage(string imagePath, int recognitionThreshold = -100)
Parameter | Type | Description |
---|---|---|
imagePath | String | The path to the image to recognize |
recognitionThreshold | Int32 | (Optional) The recognition threshold in range (0..100). Only elements filled above threshold will be counted as filled. |
Return Value
The recognition result
See Also
- class RecognitionResult
- class TemplateProcessor
- namespace Aspose.OMR.Api
- assembly Aspose.OMR
RecognizeImage(MemoryStream, int)
Recognizing image from memory stream
public RecognitionResult RecognizeImage(MemoryStream stream, int recognitionThreshold = -100)
Parameter | Type | Description |
---|---|---|
stream | MemoryStream | Memory stream of image. |
recognitionThreshold | Int32 | (Optional) The recognition threshold in range (0..100). Only elements filled above threshold will be counted as filled. |
Return Value
The recognition result
See Also
- class RecognitionResult
- class TemplateProcessor
- namespace Aspose.OMR.Api
- assembly Aspose.OMR