This folder contains small, commented examples showing the most common ways to use the library.
basic_usage.py: minimal API usagecustom_regex_usage.py: custom regex patterns for different PDF layoutsmysql_usage.py: optional MySQL persistencerecursive_usage.py: recursive PDF discovery in nested folders
From the project root:
pip install -e .[dev]
python examples/basic_usage.py
python examples/custom_regex_usage.py
python examples/recursive_usage.pyThe MySQL example requires a running MySQL server and a pre-created table.