thejagstudio commited on
Commit
f953065
·
verified ·
1 Parent(s): 5cee033

Update api/views.py

Browse files
Files changed (1) hide show
  1. 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-23.05.0/Library/bin/"
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()