Gmail Attachment to Document Pipeline Download attachments from email threads, extract data, save to repos. Use Cases 1. Payment analysis Excel from tenants/landlords → save to real estate repo 2. 1099-MISC PDFs from payers → save to tax docs 3. CRE listing brochures from brokers → extract → data table → delete 4. Engineering reports from clients → extract → code/analysis repo Workflow Step 1: Find the attachment in the thread Step 2: Parse the attachment Excel files (.xlsx) : PDF files : Images (.png, .jpg) : Step 3: Extract key data For payment analysis spreadsheets: Step 4: Save to repo St…