LICENSE
README.md
pyproject.toml
setup.cfg
fast_text_detect/__init__.py
fast_text_detect/detect.py
fast_text_detect.egg-info/PKG-INFO
fast_text_detect.egg-info/SOURCES.txt
fast_text_detect.egg-info/dependency_links.txt
fast_text_detect.egg-info/entry_points.txt
fast_text_detect.egg-info/requires.txt
fast_text_detect.egg-info/top_level.txt
fast_text_detect/core/__init__.py
fast_text_detect/core/core.py
fast_text_detect/core/vocabs.py
fast_text_detect/detection/__init__.py
fast_text_detect/detection/fast/__init__.py
fast_text_detect/detection/fast/base.py
fast_text_detect/detection/fast/detect_core.py
fast_text_detect/detection/fast/pytorch.py
fast_text_detect/layers/__init__.py
fast_text_detect/layers/pytorch.py
fast_text_detect/predictor/__init__.py
fast_text_detect/predictor/pytorch.py
fast_text_detect/preprocessor/__init__.py
fast_text_detect/preprocessor/pytorch.py
fast_text_detect/textnet/__init__.py
fast_text_detect/textnet/pytorch.py
fast_text_detect/transforms/__init__.py
fast_text_detect/transforms/functional/__init__.py
fast_text_detect/transforms/functional/base.py
fast_text_detect/transforms/functional/pytorch.py
fast_text_detect/transforms/modules/__init__.py
fast_text_detect/transforms/modules/base.py
fast_text_detect/transforms/modules/pytorch.py
fast_text_detect/utils/__init__.py
fast_text_detect/utils/common_types.py
fast_text_detect/utils/data.py
fast_text_detect/utils/file_utils.py
fast_text_detect/utils/fonts.py
fast_text_detect/utils/geometry.py
fast_text_detect/utils/metrics.py
fast_text_detect/utils/multithreading.py
fast_text_detect/utils/pytorch.py
fast_text_detect/utils/reconstitution.py
fast_text_detect/utils/repr.py
fast_text_detect/utils/visualization.py