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