LICENSE
README.md
pyproject.toml
chou/__init__.py
chou/__version__.py
chou.egg-info/PKG-INFO
chou.egg-info/SOURCES.txt
chou.egg-info/dependency_links.txt
chou.egg-info/entry_points.txt
chou.egg-info/requires.txt
chou.egg-info/top_level.txt
chou/cli/__init__.py
chou/cli/main.py
chou/core/__init__.py
chou/core/author_parser.py
chou/core/extractor.py
chou/core/filename_gen.py
chou/core/models.py
chou/core/ocr_extractor.py
chou/core/processor.py
chou/core/year_parser.py
chou/gui/__init__.py
chou/gui/main.py
chou/gui/main_window.py
chou/gui/models/__init__.py
chou/gui/models/paper_model.py
chou/gui/widgets/__init__.py
chou/gui/widgets/drop_zone.py
chou/gui/widgets/preview_table.py
chou/utils/__init__.py
chou/utils/constants.py
tests/test_author_parser.py
tests/test_filename_gen.py
tests/test_ocr_extractor.py
tests/test_processor.py
tests/test_year_parser.py