scipdf_parser
scipdf_parser copied to clipboard
No module named fitz error
In PR #22 (https://github.com/titipata/scipdf_parser/commit/d7d537e0baea536ccbbc96ac052aa8497ce5d6bb) a new dependency fitz library has been added (line number 9 in parse_pdf.py file) which has not been added in dependencies list. Due to which when installing scipdf_parser "fitz"dependency is not installed and get module not found error when tries to use scipdf_parser.
PR https://github.com/titipata/scipdf_parser/pull/25 raised for this
Potential close via #25. Please confirm if it solves the issue!
PR#25 solves this issue