Skip to content

Commit

Permalink
Close #LGVISIUM-57: Downgraded the PyMuPDF version and updated the RE…
Browse files Browse the repository at this point in the history
…ADME
  • Loading branch information
dcleres committed Aug 22, 2024
1 parent 98b17ef commit 048d271
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ pip install -e '.[all]'

Alternatively you can replace the `pip install -e '.[all]'` command with `pip install git+https://github.com/swisstopo/swissgeol-boreholes-dataextraction.git` in production scenarios.

Adding pip packages can be done by editing the `pyproject.toml` of the project and adding the required package.

## Run data extraction
To execute the data extraction pipeline, follow these steps:

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies = [
"langdetect>=1.0.9",
"regex",
"backoff",
"PyMuPDF>=1.23.26",
"PyMuPDF>=1.23.26,<1.24.2",
"opencv-python-headless",
"quads>=1.1.0",
"numpy<2",
Expand Down

0 comments on commit 048d271

Please sign in to comment.