Spaces:
Running
Running
KarthickAdopleAI
commited on
Commit
•
d6069ee
1
Parent(s):
591af0b
Update contract_missing_clausses.py
Browse files
contract_missing_clausses.py
CHANGED
@@ -81,7 +81,7 @@ class ContractMissingClauses:
|
|
81 |
LOGGER.error(f"Error occurred while extracting missing clauses: {str(e)}")
|
82 |
|
83 |
|
84 |
-
def iterate_each_page(self,
|
85 |
|
86 |
"""
|
87 |
Iterate through each page of a PDF contract, extract text, and call get_missing_clauses for each page.
|
|
|
81 |
LOGGER.error(f"Error occurred while extracting missing clauses: {str(e)}")
|
82 |
|
83 |
|
84 |
+
def iterate_each_page(self,pdf_file_path):
|
85 |
|
86 |
"""
|
87 |
Iterate through each page of a PDF contract, extract text, and call get_missing_clauses for each page.
|