🧾
DataPython

Vat Invoice OCR To Excel

by CoderWanFeng

Vat Invoice OCR To Excel is a Data skill for Claude Code, published by CoderWanFeng in python-office.

1.3K stars301 forkson CoderWanFeng/python-officeAdded 2026/08/12Repository updated 2026/08/04
officepippypipythonweixin
Install in seconds
Install Vat Invoice OCR To Excel
Copy Vat Invoice OCR To Excel into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/CoderWanFeng/python-office/tree/develop/skills/ocr/VatInvoiceOCR2Excel ~/.claude/skills/VatInvoiceOCR2Excel

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/CoderWanFeng/python-office.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/ocr/VatInvoiceOCR2Excel/SKILL.md in CoderWanFeng/python-office
Installs to
~/.claude/skills/VatInvoiceOCR2Excel
Collection
One of 50 skills cataloged from this repository
Category
Data668 skills

What Vat Invoice OCR To Excel does

Vat Invoice OCR To Excel uses OCR to extract Chinese VAT invoice details from images and export them to Excel. Use it for invoice recognition, batch invoice processing, and optional translation.

Vat Invoice OCR To Excel is cataloged under Data on DirSkills. Vat Invoice OCR To Excel comes from a repository tagged office, pip, pypi, python and weixin.

Documentation

README

VatInvoiceOCR2Excel Skill

使用 OCR 技术将增值税发票信息提取并导出到 Excel 文件

功能描述

使用光学字符识别(OCR)技术识别增值税发票图片中的信息,并将结果导出到 Excel 文件中。支持批量处理多个发票图片。

所属分类

office/skills/ocr/VatInvoiceOCR2Excel/

调用方式

from skills.ocr import VatInvoiceOCR2Excel

VatInvoiceOCR2Excel(
    input_path='./invoices',
    output_path='./',
    output_excel='invoices.xlsx',
    id='your_baidu_id',
    key='your_baidu_key'
)

参数说明

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Vat Invoice OCR To Excel

  • What else does CoderWanFeng publish alongside Vat Invoice OCR To Excel?

    Vat Invoice OCR To Excel is one of 50 skills that DirSkills catalogs from CoderWanFeng/python-office, the repository it ships in. Its siblings there include Add Image Watermark, Add Line by Type and Add Text Watermark. Each one is a separate skill with its own page in this directory, installs the same way Vat Invoice OCR To Excel does, and is maintained by CoderWanFeng in that same repository. The rest of the collection is listed on the CoderWanFeng/python-office page.

  • How does Vat Invoice OCR To Excel compare to other Data skills?

    Vat Invoice OCR To Excel ranks #414 by stars among the 668 Data skills in this catalog. The most-starred ones next to it are Benchmark Methodology, Jupyter Notebook and Solana. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Vat Invoice OCR To Excel against them. Open each page to compare what they document and how they install.