AsposeOcr.RecognizeImageFast
RecognizeImageFast(string)
以良好的质量识别图像上的文本。不使用歪斜校正和区域检测。在快速模式下工作。
public string RecognizeImageFast(string fullPath)
范围 | 类型 | 描述 |
---|---|---|
fullPath | String | 图片的完整路径。 |
返回值
识别的文本。
也可以看看
- class AsposeOcr
- 命名空间 Aspose.OCR
- 部件 Aspose.OCR
RecognizeImageFast(MemoryStream)
以良好的质量识别图像上的文本。不使用歪斜校正和区域检测。在快速模式下工作。
public string RecognizeImageFast(MemoryStream stream)
范围 | 类型 | 描述 |
---|---|---|
stream | MemoryStream | 包含图像的内存流。 |
返回值
识别的文本。
也可以看看
- class AsposeOcr
- 命名空间 Aspose.OCR
- 部件 Aspose.OCR