README.md
setup.py
pero_ocr/__init__.py
pero_ocr/char_confidences.py
pero_ocr/confidence_estimation.py
pero_ocr/error_summary.py
pero_ocr/force_alignment.py
pero_ocr/line_images_io.py
pero_ocr/sequence_alignment.py
pero_ocr/transcription_io.py
pero_ocr/utils.py
pero_ocr.egg-info/PKG-INFO
pero_ocr.egg-info/SOURCES.txt
pero_ocr.egg-info/dependency_links.txt
pero_ocr.egg-info/requires.txt
pero_ocr.egg-info/top_level.txt
pero_ocr/decoding/__init__.py
pero_ocr/decoding/bag_of_hypotheses.py
pero_ocr/decoding/confusion_networks.py
pero_ocr/decoding/decoders.py
pero_ocr/decoding/decoding_itf.py
pero_ocr/decoding/lm_wrapper.py
pero_ocr/decoding/multisort.py
pero_ocr/document_ocr/IO_utils.py
pero_ocr/document_ocr/__init__.py
pero_ocr/document_ocr/crop_engine.py
pero_ocr/document_ocr/layout.py
pero_ocr/document_ocr/page_parser.py
pero_ocr/document_ocr/repair_engine.py
pero_ocr/line_engine/__init__.py
pero_ocr/line_engine/baseline_engine.py
pero_ocr/line_engine/line_postprocessing.py
pero_ocr/ocr_engine/CTC_nets.py
pero_ocr/ocr_engine/__init__.py
pero_ocr/ocr_engine/line_ocr_engine.py
pero_ocr/ocr_engine/postprocess.py
pero_ocr/ocr_engine/pytorch_ocr_engine.py
pero_ocr/ocr_engine/softmax.py
pero_ocr/region_engine/__init__.py
pero_ocr/region_engine/region_engine.py
pero_ocr/region_engine/region_engine_simple.py
pero_ocr/region_engine/region_engine_splic.py
pero_ocr/region_engine/simple_threshold_region_engine.py
pero_ocr/region_engine/spectral_clustering.py
pero_ocr/region_sorter/__init__.py
pero_ocr/region_sorter/naive_sorter.py
pero_ocr/region_sorter/smart_sorter.py
test/test_error_summary.py
test/test_force_alignment.py
test/test_sequence_alignment.py