Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -89,7 +89,7 @@ def read_img(img):
|
|
89 |
print("[img]", img)
|
90 |
# text = pytesseract.image_to_string(img)
|
91 |
text = 'bhooo'
|
92 |
-
|
93 |
|
94 |
app = FastAPI()
|
95 |
class ImageType(BaseModel):
|
|
|
89 |
print("[img]", img)
|
90 |
# text = pytesseract.image_to_string(img)
|
91 |
text = 'bhooo'
|
92 |
+
return(text)
|
93 |
|
94 |
app = FastAPI()
|
95 |
class ImageType(BaseModel):
|