Tax Return Data Capture and Archival When automating tax return downloads from web-based tax software (e.g., FreeTaxUSA), capture the summary page data as structured YAML with year-over-year columns instead of relying solely on PDFs. This enables programmatic comparison across tax years and products. If PDF downloads open in popups the automation cannot access, parse the summary HTML and save as YAML, then create a manual download issue. After manual download to the Downloads folder, use file operations to rename (with year/form-type) and relocate to the appropriate archive path ( ). ---