Spaces:
Sleeping
Sleeping
Commit
·
6a6acde
1
Parent(s):
f1a47e2
comment save details function
Browse files
app.py
CHANGED
|
@@ -114,7 +114,7 @@ def generate_ocr(Method,img):
|
|
| 114 |
text_output = ocr_with_keras(img)
|
| 115 |
if Method == 'PaddleOCR':
|
| 116 |
text_output = ocr_with_paddle(img)
|
| 117 |
-
save_details(Method,text_output,img)
|
| 118 |
|
| 119 |
return text_output
|
| 120 |
# hostname = socket.gethostname()
|
|
|
|
| 114 |
text_output = ocr_with_keras(img)
|
| 115 |
if Method == 'PaddleOCR':
|
| 116 |
text_output = ocr_with_paddle(img)
|
| 117 |
+
# save_details(Method,text_output,img)
|
| 118 |
|
| 119 |
return text_output
|
| 120 |
# hostname = socket.gethostname()
|