thejagstudio commited on
Commit
5f43184
·
verified ·
1 Parent(s): b3e7db9

Update api/views.py

Browse files
Files changed (1) hide show
  1. api/views.py +2 -2
api/views.py CHANGED
@@ -84,8 +84,8 @@ def dataExtract(request, link):
84
  dpi=150,
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()
 
84
  dpi=150,
85
  fmt="png",
86
  output_file=f"image",
87
+ thread_count=5
88
+
89
  )
90
  for img in images:
91
  buffer = io.BytesIO()