Spaces:
Build error
Build error
debu das
commited on
Commit
·
73c084f
1
Parent(s):
1e2650f
Update app.py
Browse files
app.py
CHANGED
@@ -52,8 +52,10 @@ async def pytess(cell_pil_img):
|
|
52 |
for idx in range(len(result)):
|
53 |
res = result[idx]
|
54 |
for line in res:
|
55 |
-
|
56 |
-
|
|
|
|
|
57 |
print(paddle_output)
|
58 |
print("paddleocr$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$")
|
59 |
return pytess_output
|
|
|
52 |
for idx in range(len(result)):
|
53 |
res = result[idx]
|
54 |
for line in res:
|
55 |
+
print(line)
|
56 |
+
print("____________________________@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@")
|
57 |
+
paddle_output=paddle_output.join(' ').join(line)
|
58 |
+
print("pytess_output@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@")
|
59 |
print(paddle_output)
|
60 |
print("paddleocr$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$")
|
61 |
return pytess_output
|