Skip to content

Commit

Permalink
feat(pdf): use JtR to automatically unlock PDFs
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-awd committed Oct 2, 2023
1 parent e495a3d commit 049490d
Show file tree
Hide file tree
Showing 40 changed files with 317,781 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ __pycache__
*.tfstate.backup
credentials.json
token.json
.hash
.pot
_ignore*
*.tfvars
!tests/fixtures/*/**
Expand Down
1 change: 1 addition & 0 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ brew "tesseract"
brew "terraform"
brew "precommit"
brew "make"
brwe "john-jumbo"
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN apt-get update \
&& apt-get -y install tesseract-ocr

COPY monopoly ./monopoly
COPY build ./build
COPY tests ./tests
RUN poetry install

Expand All @@ -40,5 +41,6 @@ RUN apt-get update \
&& apt-get -y install tesseract-ocr

COPY monopoly ./monopoly
COPY build ./build

CMD ["python", "-m", "monopoly.main"]
Loading

0 comments on commit 049490d

Please sign in to comment.