RecognizeLine
RecognizeLine(string)
识别包含单行文本的图像。未应用自动图像倾斜校正。支持 GIF、PNG、JPEG、BMP、TIFF、JFIF。
public string RecognizeLine(string fullPath)
| Parameter | Type | 描述 |
|---|---|---|
| fullPath | String | 图像的路径。 |
返回值
已识别的文本。
另请参见
- class AsposeOcr
- namespace Aspose.OCR
- assembly Aspose.OCR
RecognizeLine(MemoryStream)
识别包含单行文本的图像。未应用自动图像倾斜校正。支持 GIF、PNG、JPEG、BMP、TIFF、JFIF。
public string RecognizeLine(MemoryStream image)
| Parameter | Type | 描述 |
|---|---|---|
| 图像 | MemoryStream | 包含图像的内存流。 |
返回值
已识别的文本。
另请参见
- class AsposeOcr
- namespace Aspose.OCR
- assembly Aspose.OCR