pragnakalp commited on
Commit
5ea74a9
1 Parent(s): f6127e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ def generate_ocr(Method,img):
141
  new_data=img.reshape(img.shape)
142
  print("^^^^^^^^^^^^^^^",new_data)
143
  imge = Image.fromarray(new_data.astype(np.uint8),'RGB')
144
- print("^^^^^^^^^^^^^^^",imge)
145
  # save_details(Method,text_output,img)
146
  # sender="[email protected]"
147
  # password="httscgatatbbxxur"
 
141
  new_data=img.reshape(img.shape)
142
  print("^^^^^^^^^^^^^^^",new_data)
143
  imge = Image.fromarray(new_data.astype(np.uint8),'RGB')
144
+ imge.show()
145
  # save_details(Method,text_output,img)
146
  # sender="[email protected]"
147
  # password="httscgatatbbxxur"