Marthee commited on
Commit
5a7a602
·
verified ·
1 Parent(s): 6135a02

Update dxf__omar3_2.py

Browse files
Files changed (1) hide show
  1. dxf__omar3_2.py +1 -1
dxf__omar3_2.py CHANGED
@@ -90,7 +90,7 @@ def get_paper_size_in_inches(width, height):
90
  return size
91
  return "Unknown Size"
92
 
93
- def analyze_pdf(file_path):
94
  # Open the PDF file
95
  pdf_document = fitz.open('pdf',datadoc)
96
 
 
90
  return size
91
  return "Unknown Size"
92
 
93
+ def analyze_pdf(datadoc):
94
  # Open the PDF file
95
  pdf_document = fitz.open('pdf',datadoc)
96