tools: Force pdf2txt to be run by python3.8.

This commit is contained in:
Andrew Hamilton 2020-04-25 17:30:58 +10:00
parent 310451ae4d
commit bbf062d561

View file

@ -222,7 +222,7 @@ tools_for_extensions = [
[pdf2txt] [pdf2txt]
dependencies = ["python3-pdfminer"] dependencies = ["python3-pdfminer"]
url = "https://github.com/pdfminer/pdfminer.six" url = "https://github.com/pdfminer/pdfminer.six"
command = "pdf2txt" command = "python3.8 /usr/bin/pdf2txt"
success_status = "normal" success_status = "normal"
[html2text] [html2text]