.gitignore
LICENSE
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/arabic_helper.py
pero_ocr/document_ocr/crop_engine.py
pero_ocr/document_ocr/layout.py
pero_ocr/document_ocr/page_parser.py
pero_ocr/layout_engines/__init__.py
pero_ocr/layout_engines/baseline_refiner.py
pero_ocr/layout_engines/cnn_layout_engine.py
pero_ocr/layout_engines/layout_helpers.py
pero_ocr/layout_engines/line_in_region_detector.py
pero_ocr/layout_engines/line_postprocessing_engine.py
pero_ocr/layout_engines/naive_sorter.py
pero_ocr/layout_engines/simple_baseline_engine.py
pero_ocr/layout_engines/simple_region_engine.py
pero_ocr/layout_engines/smart_sorter.py
pero_ocr/layout_engines/torch_parsenet.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
test/__init__.py
test/test_error_summary.py
test/test_force_alignment.py
test/test_sequence_alignment.py
test/test_decoding/__init__.py
test/test_decoding/test_confusion_networks.py
test/test_decoding/test_decoders.py
test/test_decoding/test_lm_wrapper.py
test/test_decoding/test_multisort.py
test/test_document_ocr/test_layout.py
user_scripts/compare_page_xml_texts.py
user_scripts/merge_ocr_results.py
user_scripts/parse_folder.py