Searched refs:tessdata (Results 1 – 15 of 15) sorted by relevance
/external/tesseract/ |
D | tesseract.spec | 83 %{_datadir}/tessdata/configs 84 %{_datadir}/tessdata/confsets 85 %{_datadir}/tessdata/tessconfigs 98 %{_datadir}/tessdata/eng.DangAmbigs 99 %{_datadir}/tessdata/eng.freq-dawg 100 %{_datadir}/tessdata/eng.inttemp 101 %{_datadir}/tessdata/eng.normproto 102 %{_datadir}/tessdata/eng.pffmtable 103 %{_datadir}/tessdata/eng.unicharset 104 %{_datadir}/tessdata/eng.user-words [all …]
|
D | makemoredists | 8 chmod 644 tessdata/$l.* 9 tar --group root --owner root -chozf $ver.$l.tar.gz tessdata/$l.*
|
D | Makefile.am | 2 SUBDIRS = ccstruct ccutil classify cutil dict image textord viewer wordrec ccmain training tessdata… subdir
|
D | ReleaseNotes | 116 export TESSDATA_PREFIX="directory in which your tessdata resides/" 119 HAVING tesseract and tessdata IN THE SAME DIRECTORY DOES NOT WORK ANY MORE. 139 normproto that lives in tessdata. mftraining runs on the .tr files to 140 make inttemp and pffmtable in tessdata. These are the main data files
|
D | configure.ac | 318 AC_CONFIG_FILES(tessdata/Makefile) 319 AC_CONFIG_FILES(tessdata/configs/Makefile) 320 AC_CONFIG_FILES(tessdata/tessconfigs/Makefile)
|
D | README | 40 …e tesseract-2.04 directory. tesseract-2.00.<lang>.tar.gz unpacks to the tessdata directory which b… 57 The executable must reside in the same directory as the tessdata directory. (The Visual Studio proj… 77 export TESSDATA_PREFIX="directory in which your tessdata resides/"
|
D | Makefile.in | 180 SUBDIRS = ccstruct ccutil classify cutil dict image textord viewer wordrec ccmain training tessdata…
|
/external/tesseract/ccmain/ |
D | test.cpp | 29 const char *tessdata, in ocr() argument 35 printf("tessdata %s\n", tessdata); in ocr() 37 FAILIF(api->Init(tessdata, lang), "could not initialize tesseract\n"); in ocr() 82 const char *tessdata, *infile, *outfile, *lang, *ratings; in main() local 97 tessdata = argv[8]; in main() 108 FAILIF(!tessdata, "You must specify a path for tessdata.\n"); in main() 121 lang_shard, tessdata, in main() 129 lang, tessdata, in main()
|
/external/tesseract/api/ |
D | jni.cpp | 156 const char *ratings, const char *tessdata) in test_ocr() argument 170 FAILIF(!tessdata, "You must specify a path for tessdata.\n"); in test_ocr() 174 LOGI("tessdata %s\n", tessdata); in test_ocr() 176 FAILIF(api.Init(tessdata, lang), "could not initialize tesseract\n"); in test_ocr() 519 DIR *tessdata = opendir(TESSBASE "tessdata"); in ocr_get_languages() local 520 if (tessdata == NULL) { in ocr_get_languages() 527 while ((ent = readdir(tessdata))) { in ocr_get_languages() 551 closedir(tessdata); in ocr_get_languages()
|
/external/tesseract/tessdata/tessconfigs/ |
D | Makefile.am | 1 datadir = @datadir@/tessdata/tessconfigs
|
D | Makefile.in | 35 subdir = tessdata/tessconfigs 128 datadir = @datadir@/tessdata/tessconfigs 176 $(AUTOMAKE) --gnu tessdata/tessconfigs/Makefile
|
/external/tesseract/tessdata/configs/ |
D | Makefile.am | 1 datadir = @datadir@/tessdata/configs
|
D | Makefile.in | 35 subdir = tessdata/configs 128 datadir = @datadir@/tessdata/configs 176 $(AUTOMAKE) --gnu tessdata/configs/Makefile
|
/external/tesseract/tessdata/ |
D | Makefile.in | 35 subdir = tessdata 140 datadir = @datadir@/tessdata 224 $(AUTOMAKE) --gnu tessdata/Makefile
|
D | Makefile.am | 1 datadir = @datadir@/tessdata
|