Nechba commited on
Commit
e648dd7
·
verified ·
1 Parent(s): bd1580d

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -2
utils.py CHANGED
@@ -54,8 +54,7 @@ def process_local_pdf(pdf_bytes: bytes):
54
  7. *Provide Location:* For every identified item (missing signature/initial, checked box, required paperwork status, party identification, conflict), specify the approximate line number(s) or clear location on the page (e.g., Bottom Right Initials, Seller Signature Block).
55
  8. *Format Output:* Present all findings comprehensively in CSV format. The CSV columns should be:
56
  * Category (e.g., Parties, Missing Item, Checked Box, Required Paperwork, Conflict)
57
- * Location (Document Name/Page, e.g., Sale Contract Pg 2)
58
- * Image number (just make image number {} done)
59
  * Item Type (e.g., Seller Initials, Home Warranty Waiver, Lead Paint Addendum Check, Lead Paint Addendum Document)
60
  * Status (e.g., Identified, Missing, Checked, Found, Potentially Missing, Conflict Detected)
61
  * Details (Specifics like names, text of the checkbox, description of the issue or document status)
 
54
  7. *Provide Location:* For every identified item (missing signature/initial, checked box, required paperwork status, party identification, conflict), specify the approximate line number(s) or clear location on the page (e.g., Bottom Right Initials, Seller Signature Block).
55
  8. *Format Output:* Present all findings comprehensively in CSV format. The CSV columns should be:
56
  * Category (e.g., Parties, Missing Item, Checked Box, Required Paperwork, Conflict)
57
+ * Image number (just make this number {})
 
58
  * Item Type (e.g., Seller Initials, Home Warranty Waiver, Lead Paint Addendum Check, Lead Paint Addendum Document)
59
  * Status (e.g., Identified, Missing, Checked, Found, Potentially Missing, Conflict Detected)
60
  * Details (Specifics like names, text of the checkbox, description of the issue or document status)