File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,11 @@ options and currently requiresloading training data into HDF5 files, instead
88
88
of being trained off a list of image files directly (image file-based training
89
89
will be added to ` clstmctc ` soon).
90
90
91
+ The CLSTM project also provides LSTM-based language modeling that works very
92
+ well with post-processing and correcting OCR output, as well as solving a number
93
+ of other OCR-related tasks, such as dehyphenation or changes in orthography
94
+ (see our publications). You can train language models using ` clstmtext ` .
95
+
91
96
Generally, your best bet for CLSTM and OCRopy is to rely only on the command
92
97
line tools; that makes it easy to replace different components. In addition, you
93
98
should keep your OCR training data in .png/.gt.txt files so that you can easily
You can’t perform that action at this time.
0 commit comments