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