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 1b1406e
Show file tree
Hide file tree
Showing 39 changed files with 317,756 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ _ignore*
*.tfvars
!tests/fixtures/*/**
!tests/fixtures/*.pdf

# john files
john.log
.hash
.pot
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"
brew "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 1b1406e

Please sign in to comment.