Abandon pretenses of building a PDF/A version of the document and go with what works. Add a requirements.txt file for the extraction tool.

This commit is contained in:
Matt McWilliams 2022-09-08 09:08:53 -04:00
parent 616166b6e9
commit f8ea1e3ae7
2 changed files with 4 additions and 0 deletions

4
extract/requirements.txt Normal file
View File

@ -0,0 +1,4 @@
pytesseract
PyMuPDF
Pillow
opencv-python