LICENSE
MANIFEST.in
README.md
pyproject.toml
src/shardsub/__init__.py
src/shardsub/band_detector.py
src/shardsub/cleaner.py
src/shardsub/config.py
src/shardsub/image_ops.py
src/shardsub/ocr_engine.py
src/shardsub/ocr_parser.py
src/shardsub/pipeline.py
src/shardsub/segment_builder.py
src/shardsub/similarity.py
src/shardsub/types.py
src/shardsub/video_io.py
src/shardsub/writer.py
src/shardsub.egg-info/PKG-INFO
src/shardsub.egg-info/SOURCES.txt
src/shardsub.egg-info/dependency_links.txt
src/shardsub.egg-info/requires.txt
src/shardsub.egg-info/top_level.txt
tests/test_cleaner.py
tests/test_segment_builder.py