mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-12-27 15:08:17 +00:00
add blank to android demo
This commit is contained in:
parent
deed114e27
commit
7c04ff55c7
@ -160,6 +160,7 @@ public class Predictor {
|
||||
for (String content : contents) {
|
||||
wordLabels.add(content);
|
||||
}
|
||||
wordLabels.add(" ");
|
||||
Log.i(TAG, "Word label size: " + wordLabels.size());
|
||||
} catch (Exception e) {
|
||||
Log.e(TAG, e.getMessage());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user