Used pypdf to create extract_specification_document_tables in parsing.py. Should allow easier indexing of the various file types in future. Will need to adapt for files other than .MCA and look at formalising into a local database.
This commit is contained in:
+4
-1
@@ -7,7 +7,10 @@ authors = [
|
||||
]
|
||||
requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
"requests (>=2.34.2,<3.0.0)"
|
||||
"requests (>=2.34.2,<3.0.0)",
|
||||
"pypdf (>=6.12.0,<7.0.0)",
|
||||
"pandas (>=3.0.3,<4.0.0)",
|
||||
"pandas-stubs (>=3.0.0.260204,<4.0.0.0)"
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user