Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 682 Bytes

File metadata and controls

19 lines (13 loc) · 682 Bytes

English Documentation

Versão em Português (Brasil)

Overview

pydf is a Python library created from the original project while preserving its core idea: read invoice PDFs, extract invoice number and date, generate an Excel spreadsheet, and optionally persist the data to MySQL.

This version also includes a CLI, commented examples, and recommended GitHub Actions workflows.

Start here