Return complete result
Browse files
app.py
CHANGED
@@ -115,10 +115,7 @@ def inference(img, lang):
|
|
115 |
|
116 |
print("Detecci贸n de Nombre:")
|
117 |
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
return im_show
|
122 |
|
123 |
|
124 |
# title = 'PaddleOCR'
|
|
|
115 |
|
116 |
print("Detecci贸n de Nombre:")
|
117 |
|
118 |
+
return result
|
|
|
|
|
|
|
119 |
|
120 |
|
121 |
# title = 'PaddleOCR'
|