AsposeOcr.RecognizeLine
RecognizeLine(string)
识别包含单行文本的图像。 不应用自动图像倾斜校正。 支持 GIF、PNG、JPEG、BMP、TIFF、JFIF。
public string RecognizeLine(string fullPath)
范围 | 类型 | 描述 |
---|---|---|
fullPath | String | 图片的路径。 |
返回值
识别的文本。
也可以看看
- class AsposeOcr
- 命名空间 Aspose.OCR
- 部件 Aspose.OCR
RecognizeLine(MemoryStream)
识别包含单行文本的图像。 不应用自动图像倾斜校正。 支持 GIF、PNG、JPEG、BMP、TIFF、JFIF。
public string RecognizeLine(MemoryStream image)
范围 | 类型 | 描述 |
---|---|---|
image | MemoryStream | 包含图像的内存流。 |
返回值
识别的文本。
也可以看看
- class AsposeOcr
- 命名空间 Aspose.OCR
- 部件 Aspose.OCR