Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,8 @@ from PIL import Image
|
|
22 |
import pytesseract
|
23 |
import cv2
|
24 |
import numpy as np
|
25 |
-
import fitz
|
|
|
26 |
import zipfile
|
27 |
|
28 |
# Setup logging with detailed configuration
|
|
|
22 |
import pytesseract
|
23 |
import cv2
|
24 |
import numpy as np
|
25 |
+
import fitz
|
26 |
+
import PyMuPDF
|
27 |
import zipfile
|
28 |
|
29 |
# Setup logging with detailed configuration
|