CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
.github/workflows/parse-notes.yml
docs/API.md
examples/basic_usage.py
examples/sample_config.yml
src/noteparser/__init__.py
src/noteparser/cli.py
src/noteparser/core.py
src/noteparser/exceptions.py
src/noteparser.egg-info/PKG-INFO
src/noteparser.egg-info/SOURCES.txt
src/noteparser.egg-info/dependency_links.txt
src/noteparser.egg-info/entry_points.txt
src/noteparser.egg-info/requires.txt
src/noteparser.egg-info/top_level.txt
src/noteparser/converters/__init__.py
src/noteparser/converters/latex.py
src/noteparser/integration/__init__.py
src/noteparser/integration/org_sync.py
src/noteparser/parsers/__init__.py
src/noteparser/parsers/audio.py
src/noteparser/parsers/ocr.py
src/noteparser/plugins/__init__.py
src/noteparser/plugins/base.py
src/noteparser/plugins/builtin/__init__.py
src/noteparser/plugins/builtin/cs_plugin.py
src/noteparser/plugins/builtin/math_plugin.py
src/noteparser/utils/__init__.py
src/noteparser/utils/academic.py
src/noteparser/utils/metadata.py
src/noteparser/web/__init__.py
src/noteparser/web/app.py
src/noteparser/web/templates/base.html
src/noteparser/web/templates/dashboard.html
src/noteparser/web/templates/error.html
src/noteparser/web/templates/parse.html
tests/__init__.py
tests/test_core.py
tests/test_plugins.py