Skip to content

Commit

Permalink
refactor(pdf): import PdfHashExtractor from pdf2john 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-awd committed Oct 16, 2023
1 parent 194339a commit dc6437b
Show file tree
Hide file tree
Showing 5 changed files with 340 additions and 357 deletions.
Empty file removed monopoly/helpers/__init__.py
Empty file.
355 changes: 0 additions & 355 deletions monopoly/helpers/pdf2john.py

This file was deleted.

2 changes: 1 addition & 1 deletion monopoly/pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

import fitz
import pytesseract
from pdf2john import PdfHashExtractor
from PIL import Image

from monopoly.config import PdfConfig
from monopoly.helpers.pdf2john import PdfHashExtractor

logger = logging.getLogger(__name__)

Expand Down
Loading

0 comments on commit dc6437b

Please sign in to comment.