IOcrService.RecognizeText method
小于 1 分钟
IOcrService.RecognizeText method
识别图像中的文本。
public string? RecognizeText(Mat bin)| parameter | description |
|---|---|
| bin | 待识别图像。 |
Return Value
识别文本;识别失败时返回 null。
See Also
- interface IOcrService
- namespace neo_bpsys_wpf.Core.Abstractions.Services
