Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ import pytesseract
|
|
20 |
from pdf2image import convert_from_path
|
21 |
from PIL import Image
|
22 |
import os
|
23 |
-
|
24 |
|
25 |
|
26 |
# Function to perform OCR
|
|
|
20 |
from pdf2image import convert_from_path
|
21 |
from PIL import Image
|
22 |
import os
|
23 |
+
import tempfile
|
24 |
|
25 |
|
26 |
# Function to perform OCR
|