LICENSE
README.md
pyproject.toml
tests/test_basic.py
tests/test_decoders.py
tests/test_language_models.py
tests/test_language_profiles.py
tests/test_metrics.py
thulium/__init__.py
thulium/version.py
thulium/api/__init__.py
thulium/api/recognize.py
thulium/api/types.py
thulium/cli/main.py
thulium/cli/commands/__init__.py
thulium/cli/commands/benchmark_cmd.py
thulium/data/datasets.py
thulium/data/language_profiles.py
thulium/data/loaders.py
thulium/data/noise_injection.py
thulium/data/transforms.py
thulium/evaluation/__init__.py
thulium/evaluation/benchmarking.py
thulium/evaluation/metrics.py
thulium/evaluation/reporting.py
thulium/models/__init__.py
thulium/models/backbones/cnn_backbones.py
thulium/models/backbones/vit_backbones.py
thulium/models/decoders/attention_decoder.py
thulium/models/decoders/ctc_decoder.py
thulium/models/language_models/__init__.py
thulium/models/language_models/char_lm.py
thulium/models/language_models/ngram_lm.py
thulium/models/language_models/word_lm.py
thulium/models/segmentation/__init__.py
thulium/models/segmentation/line_segmentation.py
thulium/models/segmentation/word_segmentation.py
thulium/models/sequence/lstm_heads.py
thulium/models/sequence/transformer_heads.py
thulium/models/wrappers/htr_model.py
thulium/pipeline/__init__.py
thulium/pipeline/config.py
thulium/pipeline/form_pipeline.py
thulium/pipeline/htr_pipeline.py
thulium/pipeline/multi_language_pipeline.py
thulium/pipeline/segmentation_pipeline.py
thulium/xai/__init__.py
thulium/xai/attention_maps.py
thulium/xai/confidence_analysis.py
thulium/xai/error_analysis.py
thulium_htr.egg-info/PKG-INFO
thulium_htr.egg-info/SOURCES.txt
thulium_htr.egg-info/dependency_links.txt
thulium_htr.egg-info/entry_points.txt
thulium_htr.egg-info/requires.txt
thulium_htr.egg-info/top_level.txt