docs(core): 精简 lib/types/error 文档注释并新增快速开始示例
This commit is contained in:
@@ -128,7 +128,7 @@ fn test_full_classification() {
|
||||
// .expect("识别过程出错")
|
||||
// .into_text();
|
||||
let result = Ocr::builder()
|
||||
.runner(&ocr_runtime)
|
||||
.build_with(&ocr_runtime)
|
||||
.predict(&img)
|
||||
.expect("识别过程出错")
|
||||
.into_text();
|
||||
|
||||
Reference in New Issue
Block a user