Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import pandas as pd
|
|
8 |
from doctr.io import DocumentFile
|
9 |
from doctr.models import ocr_predictor
|
10 |
from PIL import Image, ImageDraw
|
11 |
-
path = r"/ocr_vst"
|
12 |
|
13 |
if os.path.exists('tp'):
|
14 |
img_temp = r"/ocr_vst/tp"
|
|
|
8 |
from doctr.io import DocumentFile
|
9 |
from doctr.models import ocr_predictor
|
10 |
from PIL import Image, ImageDraw
|
11 |
+
path = r"/ocr_vst/"
|
12 |
|
13 |
if os.path.exists('tp'):
|
14 |
img_temp = r"/ocr_vst/tp"
|