RecognizeImageFast
RecognizeImageFast(string)
Recognize text on the image with good quality. Doesn’t use skew correction and areas detection. Works in fast mode.
public string RecognizeImageFast(string fullPath)
Parameter | Type | Description |
---|---|---|
fullPath | String | Full path to the image. |
Return Value
Recognized text.
See Also
- class AsposeOcr
- namespace Aspose.OCR
- assembly Aspose.OCR
RecognizeImageFast(MemoryStream)
Recognize text on the image with good quality. Doesn’t use skew correction and areas detection. Works in fast mode.
public string RecognizeImageFast(MemoryStream stream)
Parameter | Type | Description |
---|---|---|
stream | MemoryStream | Memory stream containing the image. |
Return Value
Recognized text.
See Also
- class AsposeOcr
- namespace Aspose.OCR
- assembly Aspose.OCR