Spaces:
Running
Running
Update api/views.py
Browse files- api/views.py +1 -1
api/views.py
CHANGED
@@ -85,7 +85,7 @@ def dataExtract(request, link):
|
|
85 |
fmt="png",
|
86 |
output_file=f"image",
|
87 |
thread_count=5,
|
88 |
-
poppler_path="./poppler-
|
89 |
)
|
90 |
for img in images:
|
91 |
buffer = io.BytesIO()
|
|
|
85 |
fmt="png",
|
86 |
output_file=f"image",
|
87 |
thread_count=5,
|
88 |
+
poppler_path="./poppler-24.05.0/poppler/"
|
89 |
)
|
90 |
for img in images:
|
91 |
buffer = io.BytesIO()
|