README.md
setup.py
batukh/__init__.py
batukh.egg-info/PKG-INFO
batukh.egg-info/SOURCES.txt
batukh.egg-info/dependency_links.txt
batukh.egg-info/requires.txt
batukh.egg-info/top_level.txt
batukh/tensorflow/__init__.py
batukh/tensorflow/ocr.py
batukh/tensorflow/segmenter.py
batukh/tensorflow/utils/__init__.py
batukh/tensorflow/utils/train.py
batukh/tensorflow/utils/data/__init__.py
batukh/tensorflow/utils/data/augmentation.py
batukh/tensorflow/utils/data/dataloader.py
batukh/tensorflow/utils/models/__init__.py
batukh/tensorflow/utils/models/ocr_model.py
batukh/tensorflow/utils/models/segmentation_model.py
batukh/torch/__init__.py
batukh/torch/ocr.py
batukh/torch/segmenter.py
batukh/torch/utils/__init__.py
batukh/torch/utils/data/__init__.py
batukh/torch/utils/data/augmentation.py
batukh/torch/utils/data/dataloader.py
batukh/torch/utils/models/__init__.py
batukh/torch/utils/models/ocr_model.py
batukh/torch/utils/models/segmentation_model.py
test/test_sample.py