ocr请求接口

segment2.0
linrf 2 years ago
parent 20c4c95ecf
commit 91db89d619

@ -47,7 +47,9 @@ public class OcrServiceImpl implements OcrApi {
sorts.forEach(s -> s.forEach(l -> {
String text = l.getText();
texts.add(text);
if (Func.isNotBlank(text)) {
texts.add(text);
}
}));
}

Loading…
Cancel
Save