tools: Fix pdf2txt
- Ubuntu's package installs pdf2txt better than pip.
This commit is contained in:
parent
d10cd82150
commit
41e7c72ded
1 changed files with 2 additions and 2 deletions
|
|
@ -220,9 +220,9 @@ tools_for_extensions = [
|
|||
success_status = "normal"
|
||||
|
||||
[pdf2txt]
|
||||
dependencies = ["pip/pdfminer.six", "pip/chardet"]
|
||||
dependencies = ["python3-pdfminer"]
|
||||
url = "https://github.com/pdfminer/pdfminer.six"
|
||||
command = "pdf2txt.py"
|
||||
command = "pdf2txt"
|
||||
success_status = "normal"
|
||||
|
||||
[html2text]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue