Metadata-Version: 2.4
Name: einvoice-lens
Version: 0.1.2
Summary: Einvoice Lens is a package that uses OCR and rule-based parsing to transform Vietnam's electronic invoices into structured data
Project-URL: Documentation, https://github.com/thuyetbao/einvoice-lens#README
Project-URL: Issues, https://github.com/thuyetbao/einvoice-lens/issues
Project-URL: Source, https://github.com/thuyetbao/einvoice-lens
Author-email: Thuyet Bao <trthuyetbao@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: ocr,python3,rule-based-parsing,vietnam-electronic-invoices
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.12
Requires-Dist: google-crc32c<2.0,>=1.7.1
Requires-Dist: pdfplumber<0.12,>=0.11.5
Requires-Dist: polars<1.35,>=1.7.1
Description-Content-Type: text/markdown

<div align="center">
  <a href="https://github.com/thuyetbao/einvoice-lens.git">
    <img src="docs/assets/images/banner.png" alt="Package Banner" height="200" width="100%">
  </a>
</div>

<div align="center">
  <h3>Einvoice Lens</h3>
  <p><b>Scan Vietnam's electronic invoices into structured data</b></p>
</div>

<div align="center">
  <a href="https://github.com/thuyetbao/einvoice-lens.git" target="_blank">
    <img src="https://img.shields.io/pypi/v/einvoice_lens.svg?logo=pypi" alt="Package Version">
  </a>
</div>

<div align="center">
  <a href="https://www.python.org/" target="_blank">
    <img src="https://img.shields.io/pypi/pyversions/einvoice_lens.svg?logo=python" alt="Supported Python Version">
  </a>
  <br>
  <a href="https://pre-commit.com/" target="_blank">
    <img src="https://img.shields.io/badge/pre--commit-enabled-teal?logo=pre-commit" alt="pre-commit enabled">
  </a>
  <a href="https://pre-commit.com/" target="_blank">
    <img src="https://img.shields.io/badge/pep8-enabled-teal?logo=python" alt="pep8 enabled">
  </a>
  <a href="https://github.com/features/actions" target="_blank">
    <img src="https://img.shields.io/badge/cicd-github--action-teal?logo=github-actions" alt="Github Action">
  </a>
</div>

---

**einvoice-lens** is a package that uses OCR and rule-based parsing to transform Vietnam's electronic invoices into structured data.

**Features**:

- Extracts structured output of sale invoice

## **Usage**

Install package from PyPI distribution [`einvoice-lens`](https://pypi.org/project/einvoice-lens/)

```bash
pip install einvoice-lens
```

**Documentation**:

Documentation document at folder [docs/](/docs/)

**Code Storage**:

Repository: [GitHub > Repository:`einvoice-lens`](https://github.com/thuyetbao/einvoice-lens)

**Releases**:

Releases: [GitHub > Repository:`einvoice-lens` > Releases](https://github.com/thuyetbao/einvoice-lens/releases)
