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 列を残して元のスクリーンショットに追跡できるようにする