ajitrajasekharan commited on
Commit
e8a6369
·
1 Parent(s): 4352add

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -13,6 +13,7 @@ reader = easyocr.Reader(['en'])
13
 
14
  url = 'https://fki.tic.heia-fr.ch/static/img/a01-122-02-00.jpg'
15
  img = PIL.Image.open(requests.get(url, stream=True).raw).convert("RGB")
 
16
  #bound = reader.readtext(img)
17
  #print(bound)
18
 
 
13
 
14
  url = 'https://fki.tic.heia-fr.ch/static/img/a01-122-02-00.jpg'
15
  img = PIL.Image.open(requests.get(url, stream=True).raw).convert("RGB")
16
+ print(img)
17
  #bound = reader.readtext(img)
18
  #print(bound)
19