← 返回
未分类 中文

Tesseract Receipt Tracker

OCR-based receipt tracker for expense, travel, freelance logging using tesseract. Extracts date, vendor, amount, tax, mileage, items from receipts/invoices/i...
基于OCR的收据跟踪器,用于费用、旅行和自由职业记录,使用Tesseract从收据或发票中提取日期、供应商、金额、税费、里程、项目等信息。
skunnyo skunnyo 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 323
下载
💾 0
安装
1
版本
#latest

概述

Tesseract Receipt Tracker

Workflow

  1. Acquire Image: read tool on image path (supports jpg, png, pdf first page).
  1. Setup tesseract:

```

exec pip install tesseract

```

Tesseract: exec sudo apt update && sudo apt install tesseract-ocr

  1. Extract Text:

```

# Variant command for tesseract

exec tesseract --image_path image.jpg --output ocr.txt

```

  1. Parse Fields: exec python3 scripts/parse_receipt.py ocr.txt
  1. Log Data: Write to expense_log.csv or json.

Post-Processing

Use regex/scripts for receipt-specific fields: total, subtotals, taxes, odometer, dates.

scripts/

Custom parsers for structured extraction.

references/

Field mappings and examples.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 07:45 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

office-efficiency

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 940 📥 188,384
office-efficiency

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 482 📥 159,671
business-ops

Freelance Proposal Bot

skunnyo
自由职业提案机器人自动化技能
★ 1 📥 590