public interface OcrRecModel
| 限定符和类型 | 方法和说明 |
|---|---|
default DetectionResponse |
detect(String imagePath)
人脸检测
|
default void |
detectAndDraw(String imagePath,
String outputPath)
检测并绘制结果
|
void |
loadModel(OcrRecModelConfig config)
加载模型
|
void loadModel(OcrRecModelConfig config)
config - default DetectionResponse detect(String imagePath)
imagePath - 图片路径Copyright © 2025. All rights reserved.