Skip to content

Commit

Permalink
chore: mention pdftotext in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
smotornyuk committed Mar 15, 2023
1 parent 4e1ce1e commit b2e2f60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@ In order to enable it:
```sh
pip install 'ckanext-resource-indexer[pdf]'
```
or, if you've already installed the extension itself, just install `pdftotext`:
```sh
pip install pdftotext
```
* add `pdf_resource_indexer` to the list of enabled plugins and
* install system packages for PDF processing. This will be different depending on your system. Examples:
* CentOS
Expand Down

0 comments on commit b2e2f60

Please sign in to comment.