LICENSE
MANIFEST.in
README.md
setup.py
ScreenTranslator/API.py
ScreenTranslator/__init__.py
ScreenTranslator/__main__.py
ScreenTranslator/constants.py
ScreenTranslator.egg-info/PKG-INFO
ScreenTranslator.egg-info/SOURCES.txt
ScreenTranslator.egg-info/dependency_links.txt
ScreenTranslator.egg-info/entry_points.txt
ScreenTranslator.egg-info/requires.txt
ScreenTranslator.egg-info/top_level.txt
ScreenTranslator/resources/3_gramm_index.json
ScreenTranslator/resources/arialmt.ttf
ScreenTranslator/resources/best.pt
ScreenTranslator/resources/en_US-large.txt
ScreenTranslator/server/__init__.py
ScreenTranslator/server/server.py
ScreenTranslator/server/apidocs/get_boxed_characters.yml
ScreenTranslator/server/apidocs/get_boxed_words.yml
ScreenTranslator/server/apidocs/get_translated_corrected.yml
ScreenTranslator/server/apidocs/get_translated_rough.yml
ScreenTranslator/server/apidocs/post_process.yml
ScreenTranslator/server/static/css/styles.css
ScreenTranslator/server/static/js/main.js
ScreenTranslator/server/templates/index.html
ScreenTranslator/tools/MPCustom.py
ScreenTranslator/tools/MPDetect.py
ScreenTranslator/tools/MPNNModel.py
ScreenTranslator/tools/Medipy.py
ScreenTranslator/tools/__init__.py
ScreenTranslator/tools/base.py
ScreenTranslator/tools/exceptions.py
ScreenTranslator/tools/mutils/CorrectingWords.py
ScreenTranslator/tools/mutils/CorrectingWordsByAPI.py
ScreenTranslator/tools/mutils/ImageUtils.py
ScreenTranslator/tools/mutils/WordUtils.py
ScreenTranslator/tools/mutils/__init__.py
ScreenTranslator/tools/mutils/ngramm.py
ScreenTranslator/tools/mutils/translated_text_on_image.py
tests/__init__.py
tests/mainTest.py
tests/server/__init__.py
tests/server/test_server.py
tests/tools/__init__.py
tests/tools/test_custom_modules.py