scipdf_parser icon indicating copy to clipboard operation
scipdf_parser copied to clipboard

No module named fitz error

Open prateek-dagar opened this issue 1 year ago • 2 comments

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.

image

prateek-dagar avatar Mar 16 '24 13:03 prateek-dagar

PR https://github.com/titipata/scipdf_parser/pull/25 raised for this

prateek-dagar avatar Mar 16 '24 14:03 prateek-dagar

Potential close via #25. Please confirm if it solves the issue!

titipata avatar Mar 19 '24 12:03 titipata

PR#25 solves this issue

prateek-dagar avatar Sep 28 '25 17:09 prateek-dagar