Skip to content

Commit

Permalink
changes pdfjs to text path
Browse files Browse the repository at this point in the history
  • Loading branch information
actlikewill committed May 24, 2024
1 parent 1664713 commit f1909d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions peachjam/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
"SEARCH_JURISDICTION_FILTER": False,
"MULTIPLE_JURISDICTIONS": False,
"MULTIPLE_LOCALITIES": False,
"PDFJS_TO_TEXT": "bin/pdfjs-to-text" if DEBUG else "pdfjs-to-text",
}

PEACHJAM["ES_INDEX"] = os.environ.get("ES_INDEX", slugify(PEACHJAM["APP_NAME"]))
Expand Down

0 comments on commit f1909d4

Please sign in to comment.