ajitrajasekharan commited on
Commit
48d46e2
·
1 Parent(s): 8f0ad8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,8 +13,8 @@ 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
 
19
 
20
 
 
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
 
19
 
20