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.