ajitrajasekharan commited on
Commit
b4b1cd5
·
1 Parent(s): 51c4b4f

Update app.py

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