├── 70-lstm-layout.pdf ├── 80-lstm-text.pdf ├── README.md ├── lines └── 0.png ├── make_training_labels ├── K47LYBN.framed.png ├── K47LYBN.framed.txt ├── K47LYBN.lines.png ├── W001.png ├── data_pre_process.py └── out.png ├── md_lstm.py ├── segmentation.py └── train_test.py /70-lstm-layout.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/watersink/ocrsegment/HEAD/70-lstm-layout.pdf -------------------------------------------------------------------------------- /80-lstm-text.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/watersink/ocrsegment/HEAD/80-lstm-text.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/watersink/ocrsegment/HEAD/README.md -------------------------------------------------------------------------------- /lines/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/watersink/ocrsegment/HEAD/lines/0.png -------------------------------------------------------------------------------- /make_training_labels/K47LYBN.framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/watersink/ocrsegment/HEAD/make_training_labels/K47LYBN.framed.png -------------------------------------------------------------------------------- /make_training_labels/K47LYBN.framed.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/watersink/ocrsegment/HEAD/make_training_labels/K47LYBN.framed.txt -------------------------------------------------------------------------------- /make_training_labels/K47LYBN.lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/watersink/ocrsegment/HEAD/make_training_labels/K47LYBN.lines.png -------------------------------------------------------------------------------- /make_training_labels/W001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/watersink/ocrsegment/HEAD/make_training_labels/W001.png -------------------------------------------------------------------------------- /make_training_labels/data_pre_process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/watersink/ocrsegment/HEAD/make_training_labels/data_pre_process.py -------------------------------------------------------------------------------- /make_training_labels/out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/watersink/ocrsegment/HEAD/make_training_labels/out.png -------------------------------------------------------------------------------- /md_lstm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/watersink/ocrsegment/HEAD/md_lstm.py -------------------------------------------------------------------------------- /segmentation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/watersink/ocrsegment/HEAD/segmentation.py -------------------------------------------------------------------------------- /train_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/watersink/ocrsegment/HEAD/train_test.py --------------------------------------------------------------------------------