File size: 331 Bytes
14990f1
001b1d5
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
"""DocField Extract: key-value field extraction from business documents.

A reusable core pipeline turns an invoice/receipt document into a validated,
structured record and decides whether to auto-accept it or route it to review.
See ``docs/`` for the requirements, architecture, and data specification.
"""

__version__ = "0.1.0"