Metadata-Version: 2.3
Name: pylazypdfcore
Version: 0.1.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# pylazycore

## struct

- src/lib.rs # declare functions
- src/core/ # store all core logic
- src/core/pdf/ # all pdf related logic
- src/core/models/ # all models for the detection
- src/core/extract/ # all functionality to extract data
- src/core/extract/data/ # all data organization related
- src/core/extract/detect/ # document detection module  
- src/core/extract/ocr/ # ocr functionality
- src/core/utils/ # core utility functions
- src/core/utils/ # extra python utility

