AUTHORS.md
CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
SUPPORT.md
mkdocs.yml
pyproject.toml
config/augmentations/standard.yaml
config/augmentations/strong.yaml
config/eval/baltic_mixed.yaml
config/eval/caucasus_mixed.yaml
config/eval/eval_latin_multilingual.yaml
config/eval/global_mixed.yaml
config/eval/iam_en.yaml
config/eval/scandi_mixed.yaml
config/lm/arabic_char_ngram.yaml
config/lm/cjk_char_ngram.yaml
config/lm/cyrillic_char_ngram.yaml
config/lm/latin_char_ngram.yaml
config/models/htr_arabic_multilingual.yaml
config/models/htr_armenian.yaml
config/models/htr_cjk_multilingual.yaml
config/models/htr_cnn_lstm_ctc.yaml
config/models/htr_cnn_lstm_ctc_base.yaml
config/models/htr_cnn_lstm_ctc_large.yaml
config/models/htr_cnn_lstm_ctc_small.yaml
config/models/htr_cnn_lstm_ctc_tiny.yaml
config/models/htr_cnn_transformer_ctc.yaml
config/models/htr_cnn_transformer_ctc_base.yaml
config/models/htr_cnn_transformer_ctc_large.yaml
config/models/htr_cnn_transformer_ctc_small.yaml
config/models/htr_cnn_transformer_ctc_tiny.yaml
config/models/htr_cyrillic_multilingual.yaml
config/models/htr_georgian.yaml
config/models/htr_indic_multilingual.yaml
config/models/htr_latin_multilingual.yaml
config/models/htr_lightweight_student.yaml
config/models/htr_vit_transformer_seq2seq.yaml
config/models/htr_vit_transformer_seq2seq_base.yaml
config/models/htr_vit_transformer_seq2seq_large.yaml
config/models/htr_vit_transformer_seq2seq_small.yaml
config/models/htr_vit_transformer_seq2seq_tiny.yaml
config/pipelines/htr_az_default.yaml
config/pipelines/htr_en_default.yaml
config/pipelines/htr_multi_latin.yaml
config/pipelines/htr_nordic_latin.yaml
config/pipelines/htr_tr_default.yaml
config/training/htr_finetune_template.yaml
config/training/htr_latin_multilingual.yaml
config/training/htr_low_resource_transfer.yaml
config/training/self_supervised_vit.yaml
config/training/train_cnn_lstm_base_multilingual.yaml
config/training/train_transformer_base_multilingual.yaml
config/training/train_vit_transformer_seq2seq_multilingual.yaml
docs/README.md
docs/architecture.md
docs/getting_started.md
docs/index.md
docs/api/cli_usage.md
docs/api/reference.md
docs/development/dev_guide.md
docs/development/style_guide.md
docs/evaluation/benchmarks.md
docs/evaluation/metrics.md
docs/evaluation/robustness.md
docs/models/language_support.md
docs/models/model_zoo.md
docs/theory/htr_foundations.md
docs/training/self_supervised.md
docs/training/training_guide.md
docs/xai/attention_and_saliency.md
docs/xai/error_analysis.md
examples/00_quickstart.ipynb
examples/01_basic_recognition.ipynb
examples/02_benchmarking.ipynb
examples/03_error_analysis.ipynb
examples/README.md
examples/recognize_baltic.py
examples/recognize_caucasus.py
examples/recognize_multilingual.py
examples/recognize_scandinavian.py
thulium/__init__.py
thulium/py.typed
thulium/version.py
thulium/api/__init__.py
thulium/api/recognition.py
thulium/api/recognize.py
thulium/api/types.py
thulium/cli/__init__.py
thulium/cli/main.py
thulium/cli/commands/__init__.py
thulium/cli/commands/analyze_errors_cmd.py
thulium/cli/commands/benchmark_cmd.py
thulium/cli/commands/pipelines_cmd.py
thulium/cli/commands/profiles_cmd.py
thulium/cli/commands/train_cmd.py
thulium/config/__init__.py
thulium/data/__init__.py
thulium/data/collate.py
thulium/data/datasets.py
thulium/data/language_profiles.py
thulium/data/loaders.py
thulium/data/noise_injection.py
thulium/data/samplers.py
thulium/data/transforms.py
thulium/evaluation/__init__.py
thulium/evaluation/benchmarking.py
thulium/evaluation/calibration.py
thulium/evaluation/metrics.py
thulium/evaluation/reporting.py
thulium/evaluation/robustness.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/text/__init__.py
thulium/text/normalization.py
thulium/training/__init__.py
thulium/training/checkpointing.py
thulium/training/early_stopping.py
thulium/training/trainer.py
thulium/xai/__init__.py
thulium/xai/attention_maps.py
thulium/xai/confidence_analysis.py
thulium/xai/error_analysis.py
thulium/xai/saliency.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