Hands-on test of Claude Cowork for file-based tasks. One example highlighted using Cowork to extract dates and amounts from receipt/bill screenshots and compile the results into a spreadsheet.
📊 数据处理 Reddit
截图收据转表格
用 Cowork 从收据/账单截图中提取日期和金额,自动生成可审计的表格
★☆☆ 初级 5-15 min
📋
使用场景
我有一批收据或账单的截图,想把日期、金额等关键信息整理成表格用于报销或记账。
💬
提示词
Extract the date, amount, merchant, and filename from all screenshots in ~/Finance/ReceiptScreenshots. Output a CSV with columns: Date, Amount, Merchant, Filename. Use OCR and flag any unclear values for review.
✨
预期结果
Claude 使用 OCR 识别每张截图,提取日期、金额和商户信息,生成结构化 CSV,并标注不确定的条目以便人工复核。
💡
使用技巧
- • 明确字段定义(日期格式、金额币种、是否包含税)可提高准确率
- • 建议添加 Filename 列,便于回溯原截图