tools: Force pdf2txt to be run by python3.8.
This commit is contained in:
parent
310451ae4d
commit
bbf062d561
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue