mawady commited on
Commit
3e00cdc
·
1 Parent(s): 016515e

test print

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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