manabb commited on
Commit
c57e003
·
verified ·
1 Parent(s): f9d5770

Update CQgenerationOEMImport.py

Browse files
Files changed (1) hide show
  1. 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 compliance_tech(file: str, client, MANUAL_RULES):
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()