Spaces:
Sleeping
Sleeping
ardakshalkar
commited on
Commit
•
43287d2
1
Parent(s):
2da07c2
updated self.reader
Browse files- KZReader.py +1 -1
KZReader.py
CHANGED
@@ -28,7 +28,7 @@ class KZReader:
|
|
28 |
) # this needs to run only once to load the model into memory
|
29 |
def readtext(self, image,paragraph):
|
30 |
|
31 |
-
result = reader.readtext(image = image, paragraph=True)
|
32 |
return result
|
33 |
|
34 |
"""
|
|
|
28 |
) # this needs to run only once to load the model into memory
|
29 |
def readtext(self, image,paragraph):
|
30 |
|
31 |
+
result = self.reader.readtext(image = image, paragraph=True)
|
32 |
return result
|
33 |
|
34 |
"""
|