RecognizeLine
RecognizeLine(string)
Recognizes image that contains single line of text. Automatic image skew correction is not applied. Supports GIF, PNG, JPEG, BMP, TIFF, JFIF.
public string RecognizeLine(string fullPath)
Parameter | Type | Description |
---|---|---|
fullPath | String | Path to the image. |
Return Value
Recognized text.
See Also
- class AsposeOcr
- namespace Aspose.OCR
- assembly Aspose.OCR
RecognizeLine(MemoryStream)
Recognizes image that contains single line of text. Automatic image skew correction is not applied. Supports GIF, PNG, JPEG, BMP, TIFF, JFIF.
public string RecognizeLine(MemoryStream image)
Parameter | Type | Description |
---|---|---|
image | MemoryStream | Memory stream containing the image. |
Return Value
Recognized text.
See Also
- class AsposeOcr
- namespace Aspose.OCR
- assembly Aspose.OCR