Spaces:
Sleeping
Sleeping
Update CQgenerationOEMImport.py
Browse files- CQgenerationOEMImport.py +1 -1
CQgenerationOEMImport.py
CHANGED
|
@@ -20,7 +20,7 @@ def normalize_text(s: str) -> str:
|
|
| 20 |
# strip
|
| 21 |
return s.strip()
|
| 22 |
|
| 23 |
-
def
|
| 24 |
# Extract full PDF text (handles layout/tables well)
|
| 25 |
loader = PyMuPDFLoader(file)
|
| 26 |
docs = loader.load()
|
|
|
|
| 20 |
# strip
|
| 21 |
return s.strip()
|
| 22 |
|
| 23 |
+
def compliance_import_OEM(file: str, client, MANUAL_RULES):
|
| 24 |
# Extract full PDF text (handles layout/tables well)
|
| 25 |
loader = PyMuPDFLoader(file)
|
| 26 |
docs = loader.load()
|