MANIFEST.in
README.md
setup.py
mathreader/__init__.py
mathreader/api.py
mathreader/config.py
mathreader/example.py
mathreader/recognize.py
mathreader/show_images.py
mathreader.egg-info/PKG-INFO
mathreader.egg-info/SOURCES.txt
mathreader.egg-info/dependency_links.txt
mathreader.egg-info/requires.txt
mathreader.egg-info/top_level.txt
mathreader/ann_models/model/model_11-07-2020_23-14-47.h5
mathreader/ann_models/model/model_11-07-2020_23-54-57.h5
mathreader/ann_models/model/model_17-06-2020_20-18-12.h5
mathreader/classification/__init__.py
mathreader/classification/classification.py
mathreader/docs/config/config.json
mathreader/docs/config/config_all.json
mathreader/helpers/__init__.py
mathreader/helpers/data_structures.py
mathreader/helpers/exceptions.py
mathreader/hme_parser/__init__.py
mathreader/hme_parser/check_grammar.py
mathreader/hme_parser/check_grammar_lex.py
mathreader/hme_parser/check_grammar_yacc.py
mathreader/hme_parser/correct_grammar.py
mathreader/hme_parser/parser.py
mathreader/hme_parser/structural_analysis.py
mathreader/hme_parser/grammar/__init__.py
mathreader/hme_parser/grammar/lex.py
mathreader/hme_parser/grammar/parsetab.py
mathreader/hme_parser/grammar/yacc.py
mathreader/image_processing/__init__.py
mathreader/image_processing/postprocessing.py
mathreader/image_processing/preprocessing.py