.commitlintrc.json
.gitignore
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
SECURITY.md
app.py
pyproject.toml
pytest.ini
requirements-dev.txt
requirements.txt
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/changelog.yml
.github/workflows/ci.yml
.github/workflows/commitlint.yml
.github/workflows/publish.yml
.github/workflows/release.yml
docs/OHADA_STANDARDS.md
docs/OUTPUT_SCHEMA.md
docs/README.md
examples/basic_extraction.py
examples/batch_processing.py
examples/example_metadata_extraction.py
examples/example_notes_usage.py
examples/example_visualization_streamlit.py
examples/data/DSF_Normal_Tantanpion_2024.xlsx
examples/data/DSF_Normal_Tantanpion_2025.xlsx
src/ohada_extractor/__init__.py
src/ohada_extractor/_version.py
src/ohada_extractor/core/__init__.py
src/ohada_extractor/core/extractor.py
src/ohada_extractor/core/metadata_extractor.py
src/ohada_extractor/core/schemas.py
src/ohada_extractor/core/statement.py
src/ohada_extractor/formatters/__init__.py
src/ohada_extractor/formatters/json_formatter.py
src/ohada_extractor/parsers/__init__.py
src/ohada_extractor/validation/__init__.py
src/ohada_extractor/validation/coherence_validator.py
src/ohada_extractor/visualization/__init__.py
src/ohada_extractor/visualization/base_plotter.py
src/ohada_extractor/visualization/utils.py
src/ohada_extractor/visualization/dynamic/__init__.py
src/ohada_extractor/visualization/dynamic/plot_dynamic_all.py
src/ohada_extractor/visualization/dynamic/plot_dynamic_overview.py
src/ohada_extractor/visualization/dynamic/plot_dynamic_single.py
src/ohada_extractor/visualization/dynamic/plot_dynamic_summary.py
src/ohada_extractor/visualization/dynamic/plot_dynamic_tabs.py
src/ohada_extractor/visualization/static/__init__.py
src/ohada_extractor/visualization/static/plot_static_all.py
src/ohada_extractor/visualization/static/plot_static_single.py
src/ohada_extractor/visualization/static/plot_static_summary.py
src/ohada_extractor/visualization/themes/__init__.py
src/ohada_extractor/visualization/themes/colors.py
src/ohada_extractor/visualization/themes/styles.py
src/ohada_extractor/visualization/themes/templates.py
src/ohada_financial_extractor.egg-info/PKG-INFO
src/ohada_financial_extractor.egg-info/SOURCES.txt
src/ohada_financial_extractor.egg-info/dependency_links.txt
src/ohada_financial_extractor.egg-info/requires.txt
src/ohada_financial_extractor.egg-info/top_level.txt
tests/test_basic_extraction.py