Spaces:
Running
Running
Commit
·
c327093
1
Parent(s):
5a6f415
Update app.py
Browse files
app.py
CHANGED
@@ -124,6 +124,7 @@ def generate_ocr(Method,img):
|
|
124 |
try:
|
125 |
text_output = ''
|
126 |
add_csv = []
|
|
|
127 |
print("Method___________________",Method)
|
128 |
if Method == 'EasyOCR':
|
129 |
text_output = ocr_with_easy(img)
|
|
|
124 |
try:
|
125 |
text_output = ''
|
126 |
add_csv = []
|
127 |
+
print(img)
|
128 |
print("Method___________________",Method)
|
129 |
if Method == 'EasyOCR':
|
130 |
text_output = ocr_with_easy(img)
|