Spaces:
Runtime error
Runtime error
test print
Browse files
app.py
CHANGED
@@ -35,6 +35,7 @@ def do_process(img):
|
|
35 |
# img.save(path_output)
|
36 |
result = ocr(path_input, out_dir=path_img_output_folder, save_vis=True)
|
37 |
img_res = Image.open(path_output)
|
|
|
38 |
return img_res
|
39 |
|
40 |
|
|
|
35 |
# img.save(path_output)
|
36 |
result = ocr(path_input, out_dir=path_img_output_folder, save_vis=True)
|
37 |
img_res = Image.open(path_output)
|
38 |
+
print(result)
|
39 |
return img_res
|
40 |
|
41 |
|