diff options
| author | J08nY | 2022-07-07 15:52:58 +0200 |
|---|---|---|
| committer | J08nY | 2022-07-09 12:39:42 +0200 |
| commit | 30fd16199cc1f5daa0ac85e3899b4fa4171449c6 (patch) | |
| tree | 1f1d23998a2bc70da35704657d6f7284c9308978 /docs | |
| parent | e5eee18c18a008d07686da0c8f2542b2f8c27fa1 (diff) | |
| download | sec-certs-30fd16199cc1f5daa0ac85e3899b4fa4171449c6.tar.gz sec-certs-30fd16199cc1f5daa0ac85e3899b4fa4171449c6.tar.zst sec-certs-30fd16199cc1f5daa0ac85e3899b4fa4171449c6.zip | |
Add tesseract to Docker and docs.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/installation.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/installation.md b/docs/installation.md index cf76ec8a..d9b32414 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -47,4 +47,5 @@ If you're not using Docker, you must install the dependencies as described below - [Java](https://www.java.com/en) is needed to parse tables in FIPS pdf documents, must be available from `PATH`. - Some imported libraries have non-trivial dependencies to resolve: - [pdftotext](https://github.com/jalan/pdftotext) requires [Poppler](https://poppler.freedesktop.org/) to be installed. We've experienced issues with older versions of Poppler (`0.x`), make sure to install `20.x` version of these libraries. - - [graphviz](https://pypi.org/project/graphviz/) requires `graphviz` to be on the path
\ No newline at end of file + - [graphviz](https://pypi.org/project/graphviz/) requires `graphviz` to be on the path + - [tesseract](https://github.com/tesseract-ocr/tesseract) is required for OCR of malformed PDF documents, together with data files for English, French and German.
\ No newline at end of file |
