LGPLv2.1
Generate resources/glyphs/*
and resources/datas/*
with
$ ./learning "$bindir"/write_glyphs "$bindir"/normalize_glyphs "$bindir"/write_datas
The executables are compiled with bjam
. bindir
depends on the compiler used.
$ bjam
or $ bjam write_glyphs normalize_glyphs write_datas
letters
contains glyphs of generated/*/*.pnm
(generated by font2png
(from font2png.cpp
) then converted to pnm with pngtopnm
(from imagemagick
))
Images generated incorrectly (font with hyphens). The directory is ignored.
Images belonging to the old ocr (OCRv1, see redemption project).
Generated from resources/dict_*.txt
by make_trie_dictionary
Generated from image files (font/*
) by write_glyphs_bin
and normalizer_glyphs_bin
Generated from data glyphs (glyphs/*
) by write_datas