thejagstudio commited on
Commit
33e4a96
·
verified ·
1 Parent(s): f953065

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-24.05.0/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/utils/"
89
  )
90
  for img in images:
91
  buffer = io.BytesIO()