Spaces:
Runtime error
Runtime error
Commit
·
e1bfb70
1
Parent(s):
f62db75
Update app.py
Browse files
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(
|
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(url)
|
16 |
print(img)
|
17 |
bound = reader.readtext(img)
|
18 |
print(bound)
|