实例介绍
从github上下载,已经用cmake生成include,lib,bin等文件夹,只需要在VS上添加相应路径即可,亲测可用,解压后打开OCR文件夹即可找到include等文件。
【实例截图】
【核心代码】
tesseract-master
└── tesseract-master
├── android
│ ├── AndroidManifest.xml
│ ├── jni
│ │ ├── Android.mk
│ │ └── Application.mk
│ └── Makefile.am
├── appveyor.yml
├── AUTHORS
├── autogen.sh
├── ChangeLog
├── cmake
│ ├── BuildFunctions.cmake
│ ├── Configure.cmake
│ ├── FindICU.cmake
│ ├── SourceGroups.cmake
│ └── templates
│ ├── TesseractConfig.cmake.in
│ └── TesseractConfig-version.cmake.in
├── CMakeLists.txt
├── configure.ac
├── contrib
│ ├── genlangdata.pl
│ ├── tesseract-c_api-demo.py
│ ├── tesseract.completion
│ └── traineddata.txt
├── CONTRIBUTING.md
├── COPYING
├── cppan.yml
├── doc
│ ├── ambiguous_words.1.asc
│ ├── classifier_tester.1.asc
│ ├── cntraining.1.asc
│ ├── combine_lang_model.1.asc
│ ├── combine_tessdata.1.asc
│ ├── dawg2wordlist.1.asc
│ ├── Doxyfile
│ ├── generate_manpages.sh
│ ├── lstmeval.1.asc
│ ├── lstmtraining.1.asc
│ ├── Makefile.am
│ ├── merge_unicharsets.1.asc
│ ├── mftraining.1.asc
│ ├── set_unicharset_properties.1.asc
│ ├── shapeclustering.1.asc
│ ├── tesseract.1.asc
│ ├── tesseract.bib
│ ├── text2image.1.asc
│ ├── unicharambigs.5.asc
│ ├── unicharset.5.asc
│ ├── unicharset_extractor.1.asc
│ └── wordlist2dawg.1.asc
├── docker-compose.yml
├── Dockerfile
├── INSTALL
├── INSTALL.GIT.md
├── java
│ ├── com
│ │ │ ├── Makefile.am
│ │ │ └── scrollview
│ │ │ ├── events
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── SVEventHandler.java
│ │ │ │ ├── SVEvent.java
│ │ │ │ └── SVEventType.java
│ │ │ ├── Makefile.am
│ │ │ ├── ScrollView.java
│ │ │ └── ui
│ │ │ ├── Makefile.am
│ │ │ ├── SVAbstractMenuItem.java
│ │ │ ├── SVCheckboxMenuItem.java
│ │ │ ├── SVEmptyMenuItem.java
│ │ │ ├── SVImageHandler.java
│ │ │ ├── SVMenuBar.java
│ │ │ ├── SVMenuItem.java
│ │ │ ├── SVPopupMenu.java
│ │ │ ├── SVSubMenuItem.java
│ │ │ └── SVWindow.java
│ │ └── Makefile.am
│ ├── Makefile.am
│ └── Manifest.txt
├── LICENSE
├── m4
│ ├── ax_check_compile_flag.m4
│ └── ax_split_version.m4
├── Makefile.am
├── OCR
│ ├── bin
│ │ ├── ambiguous_words.exe
│ │ ├── classifier_tester.exe
│ │ ├── cntraining.exe
│ │ ├── combine_lang_model.exe
│ │ ├── combine_tessdata.exe
│ │ ├── dawg2wordlist.exe
│ │ ├── lstmeval.exe
│ │ ├── lstmtraining.exe
│ │ ├── mftraining.exe
│ │ ├── pvt.cppan.demo.behdad.harfbuzz-1.8.8.dll
│ │ ├── pvt.cppan.demo.bzip2-1.0.6.dll
│ │ ├── pvt.cppan.demo.cairographics.cairo-1.15.12.dll
│ │ ├── pvt.cppan.demo.danbloomberg.leptonica-1.76.0.dll
│ │ ├── pvt.cppan.demo.expat-2.2.5.dll
│ │ ├── pvt.cppan.demo.freedesktop.fontconfig.fontconfig-2.13.0.dll
│ │ ├── pvt.cppan.demo.freetype-2.9.1.dll
│ │ ├── pvt.cppan.demo.gnome.glib.glib-2.56.1.dll
│ │ ├── pvt.cppan.demo.gnome.glib.gobject-2.56.1.dll
│ │ ├── pvt.cppan.demo.gnome.pango.pango-1.42.3.dll
│ │ ├── pvt.cppan.demo.gnome.pango.pangocairo-1.42.3.dll
│ │ ├── pvt.cppan.demo.gnome.pango.pangoft2-1.42.3.dll
│ │ ├── pvt.cppan.demo.gnu.fribidi.fribidi-1.0.5.dll
│ │ ├── pvt.cppan.demo.gnu.gettext.intl-0.19.8.dll
│ │ ├── pvt.cppan.demo.gnu.iconv.libcharset-1.15.0.dll
│ │ ├── pvt.cppan.demo.gnu.iconv.libiconv-1.15.0.dll
│ │ ├── pvt.cppan.demo.jpeg-9.2.0.dll
│ │ ├── pvt.cppan.demo.madler.zlib-1.2.11.dll
│ │ ├── pvt.cppan.demo.openjpeg.openjp2-2.3.0.dll
│ │ ├── pvt.cppan.demo.pcre.pcre-8.42.0.dll
│ │ ├── pvt.cppan.demo.png-1.6.35.dll
│ │ ├── pvt.cppan.demo.tiff-4.0.9.dll
│ │ ├── pvt.cppan.demo.unicode.icu.common-62.1.0.dll
│ │ ├── pvt.cppan.demo.unicode.icu.data-62.1.0.dll
│ │ ├── pvt.cppan.demo.unicode.icu.i18n-62.1.0.dll
│ │ ├── pvt.cppan.demo.webp-0.6.1.dll
│ │ ├── pvt.cppan.demo.weltling.winlibs.libffi-3.2.1.dll
│ │ ├── pvt.cppan.demo.xz_utils.lzma-5.2.4.dll
│ │ ├── set_unicharset_properties.exe
│ │ ├── shapeclustering.exe
│ │ ├── tesseract40d.dll
│ │ ├── tesseract40.dll
│ │ ├── tesseract.exe
│ │ ├── text2image.exe
│ │ ├── unicharset_extractor.exe
│ │ └── wordlist2dawg.exe
│ ├── cmake
│ │ ├── TesseractConfig.cmake
│ │ ├── TesseractConfig-version.cmake
│ │ ├── TesseractTargets.cmake
│ │ ├── TesseractTargets-debug.cmake
│ │ └── TesseractTargets-release.cmake
│ ├── include
│ │ └── tesseract
│ │ ├── apitypes.h
│ │ ├── baseapi.h
│ │ ├── basedir.h
│ │ ├── capi.h
│ │ ├── convolve.h
│ │ ├── ctc.h
│ │ ├── dotproductavx.h
│ │ ├── dotproductsse.h
│ │ ├── errcode.h
│ │ ├── fileerr.h
│ │ ├── fullyconnected.h
│ │ ├── functions.h
│ │ ├── genericvector.h
│ │ ├── helpers.h
│ │ ├── host.h
│ │ ├── input.h
│ │ ├── intsimdmatrixavx2.h
│ │ ├── intsimdmatrix.h
│ │ ├── intsimdmatrixsse.h
│ │ ├── leptonica
│ │ │ ├── allheaders.h
│ │ │ ├── alltypes.h
│ │ │ ├── arrayaccess.h
│ │ │ ├── array.h
│ │ │ ├── bbuffer.h
│ │ │ ├── bmf.h
│ │ │ ├── bmp.h
│ │ │ ├── ccbord.h
│ │ │ ├── dewarp.h
│ │ │ ├── environ.h
│ │ │ ├── freetype.h
│ │ │ ├── gplot.h
│ │ │ ├── heap.h
│ │ │ ├── imageio.h
│ │ │ ├── jbclass.h
│ │ │ ├── leptprotos.h
│ │ │ ├── leptwin.h
│ │ │ ├── list.h
│ │ │ ├── morph.h
│ │ │ ├── pix.h
│ │ │ ├── ptra.h
│ │ │ ├── queue.h
│ │ │ ├── readbarcode.h
│ │ │ ├── regutils.h
│ │ │ ├── stack.h
│ │ │ ├── sudoku.h
│ │ │ └── watershed.h
│ │ ├── lstm.h
│ │ ├── lstmrecognizer.h
│ │ ├── lstmtrainer.h
│ │ ├── ltrresultiterator.h
│ │ ├── maxpool.h
│ │ ├── networkbuilder.h
│ │ ├── network.h
│ │ ├── networkio.h
│ │ ├── networkscratch.h
│ │ ├── ocrclass.h
│ │ ├── osdetect.h
│ │ ├── pageiterator.h
│ │ ├── parallel.h
│ │ ├── params.h
│ │ ├── platform.h
│ │ ├── plumbing.h
│ │ ├── publictypes.h
│ │ ├── recodebeam.h
│ │ ├── reconfig.h
│ │ ├── renderer.h
│ │ ├── resultiterator.h
│ │ ├── reversed.h
│ │ ├── serialis.h
│ │ ├── series.h
│ │ ├── simddetect.h
│ │ ├── static_shape.h
│ │ ├── stridemap.h
│ │ ├── strngs.h
│ │ ├── tesscallback.h
│ │ ├── tess_version.h
│ │ ├── tfnetwork.h
│ │ ├── thresholder.h
│ │ ├── unicharcompress.h
│ │ ├── unichar.h
│ │ ├── unicharmap.h
│ │ ├── unicharset.h
│ │ └── weightmatrix.h
│ └── lib
│ ├── pkgconfig
│ │ └── tesseract.pc
│ ├── pvt.cppan.demo.behdad.harfbuzz-1.8.8.lib
│ ├── pvt.cppan.demo.bzip2-1.0.6.lib
│ ├── pvt.cppan.demo.cairographics.cairo-1.15.12.lib
│ ├── pvt.cppan.demo.danbloomberg.leptonica-1.76.0.lib
│ ├── pvt.cppan.demo.expat-2.2.5.lib
│ ├── pvt.cppan.demo.freedesktop.fontconfig.fontconfig-2.13.0.lib
│ ├── pvt.cppan.demo.freedesktop.pixman-0.34.0.lib
│ ├── pvt.cppan.demo.freetype-2.9.1.lib
│ ├── pvt.cppan.demo.gif-5.1.4.lib
│ ├── pvt.cppan.demo.gnome.glib.glib-2.56.1.lib
│ ├── pvt.cppan.demo.gnome.glib.gobject-2.56.1.lib
│ ├── pvt.cppan.demo.gnome.pango.pango-1.42.3.lib
│ ├── pvt.cppan.demo.gnome.pango.pangocairo-1.42.3.lib
│ ├── pvt.cppan.demo.gnome.pango.pangoft2-1.42.3.lib
│ ├── pvt.cppan.demo.gnu.fribidi.fribidi-1.0.5.lib
│ ├── pvt.cppan.demo.gnu.gettext.intl-0.19.8.lib
│ ├── pvt.cppan.demo.gnu.iconv.libcharset-1.15.0.lib
│ ├── pvt.cppan.demo.gnu.iconv.libiconv-1.15.0.lib
│ ├── pvt.cppan.demo.grigorig.ucdn-master.lib
│ ├── pvt.cppan.demo.jpeg-9.2.0.lib
│ ├── pvt.cppan.demo.madler.zlib-1.2.11.lib
│ ├── pvt.cppan.demo.mgk25.jbig.ar-2.1.0.lib
│ ├── pvt.cppan.demo.mgk25.jbig.jbig-2.1.0.lib
│ ├── pvt.cppan.demo.openjpeg.openjp2-2.3.0.lib
│ ├── pvt.cppan.demo.pcre.pcre-8.42.0.lib
│ ├── pvt.cppan.demo.png-1.6.35.lib
│ ├── pvt.cppan.demo.tiff-4.0.9.lib
│ ├── pvt.cppan.demo.unicode.icu.common-62.1.0.lib
│ ├── pvt.cppan.demo.unicode.icu.data-62.1.0.lib
│ ├── pvt.cppan.demo.unicode.icu.i18n-62.1.0.lib
│ ├── pvt.cppan.demo.webp-0.6.1.lib
│ ├── pvt.cppan.demo.weltling.winlibs.libffi-3.2.1.lib
│ ├── pvt.cppan.demo.xz_utils.lzma-5.2.4.lib
│ ├── tesseract40d.lib
│ └── tesseract40.lib
├── README.md
├── snap
│ └── snapcraft.yaml
├── src
│ ├── api
│ │ ├── apitypes.h
│ │ ├── baseapi.cpp
│ │ ├── baseapi.h
│ │ ├── capi.cpp
│ │ ├── capi.h
│ │ ├── Makefile.am
│ │ ├── pdfrenderer.cpp
│ │ ├── renderer.cpp
│ │ ├── renderer.h
│ │ ├── tesseractmain.cpp
│ │ └── tess_version.h.in
│ ├── arch
│ │ ├── dotproductavx.cpp
│ │ ├── dotproductavx.h
│ │ ├── dotproductsse.cpp
│ │ ├── dotproductsse.h
│ │ ├── intsimdmatrixavx2.cpp
│ │ ├── intsimdmatrixavx2.h
│ │ ├── intsimdmatrix.cpp
│ │ ├── intsimdmatrix.h
│ │ ├── intsimdmatrixsse.cpp
│ │ ├── intsimdmatrixsse.h
│ │ ├── Makefile.am
│ │ ├── simddetect.cpp
│ │ └── simddetect.h
│ ├── ccmain
│ │ ├── adaptions.cpp
│ │ ├── applybox.cpp
│ │ ├── control.cpp
│ │ ├── control.h
│ │ ├── docqual.cpp
│ │ ├── docqual.h
│ │ ├── equationdetect.cpp
│ │ ├── equationdetect.h
│ │ ├── fixspace.cpp
│ │ ├── fixspace.h
│ │ ├── fixxht.cpp
│ │ ├── linerec.cpp
│ │ ├── ltrresultiterator.cpp
│ │ ├── ltrresultiterator.h
│ │ ├── Makefile.am
│ │ ├── mutableiterator.h
│ │ ├── osdetect.cpp
│ │ ├── osdetect.h
│ │ ├── output.cpp
│ │ ├── output.h
│ │ ├── pageiterator.cpp
│ │ ├── pageiterator.h
│ │ ├── pagesegmain.cpp
│ │ ├── pagewalk.cpp
│ │ ├── paragraphs.cpp
│ │ ├── paragraphs.h
│ │ ├── paragraphs_internal.h
│ │ ├── paramsd.cpp
│ │ ├── paramsd.h
│ │ ├── par_control.cpp
│ │ ├── pgedit.cpp
│ │ ├── pgedit.h
│ │ ├── recogtraining.cpp
│ │ ├── reject.cpp
│ │ ├── reject.h
│ │ ├── resultiterator.cpp
│ │ ├── resultiterator.h
│ │ ├── superscript.cpp
│ │ ├── tessbox.cpp
│ │ ├── tessedit.cpp
│ │ ├── tessedit.h
│ │ ├── tesseractclass.cpp
│ │ ├── tesseractclass.h
│ │ ├── tessvars.cpp
│ │ ├── tessvars.h
│ │ ├── tfacepp.cpp
│ │ ├── thresholder.cpp
│ │ ├── thresholder.h
│ │ ├── werdit.cpp
│ │ └── werdit.h
│ ├── ccstruct
│ │ ├── blamer.cpp
│ │ ├── blamer.h
│ │ ├── blobbox.cpp
│ │ ├── blobbox.h
│ │ ├── blobs.cpp
│ │ ├── blobs.h
│ │ ├── blread.cpp
│ │ ├── blread.h
│ │ ├── boxread.cpp
│ │ ├── boxread.h
│ │ ├── boxword.cpp
│ │ ├── boxword.h
│ │ ├── ccstruct.cpp
│ │ ├── ccstruct.h
│ │ ├── coutln.cpp
│ │ ├── coutln.h
│ │ ├── crakedge.h
│ │ ├── debugpixa.h
│ │ ├── detlinefit.cpp
│ │ ├── detlinefit.h
│ │ ├── dppoint.cpp
│ │ ├── dppoint.h
│ │ ├── fontinfo.cpp
│ │ ├── fontinfo.h
│ │ ├── genblob.cpp
│ │ ├── genblob.h
│ │ ├── imagedata.cpp
│ │ ├── imagedata.h
│ │ ├── ipoints.h
│ │ ├── linlsq.cpp
│ │ ├── linlsq.h
│ │ ├── Makefile.am
│ │ ├── matrix.cpp
│ │ ├── matrix.h
│ │ ├── mod128.cpp
│ │ ├── mod128.h
│ │ ├── normalis.cpp
│ │ ├── normalis.h
│ │ ├── ocrblock.cpp
│ │ ├── ocrblock.h
│ │ ├── ocrpara.cpp
│ │ ├── ocrpara.h
│ │ ├── ocrrow.cpp
│ │ ├── ocrrow.h
│ │ ├── otsuthr.cpp
│ │ ├── otsuthr.h
│ │ ├── pageres.cpp
│ │ ├── pageres.h
│ │ ├── params_training_featdef.cpp
│ │ ├── params_training_featdef.h
│ │ ├── pdblock.cpp
│ │ ├── pdblock.h
│ │ ├── points.cpp
│ │ ├── points.h
│ │ ├── polyaprx.cpp
│ │ ├── polyaprx.h
│ │ ├── polyblk.cpp
│ │ ├── polyblk.h
│ │ ├── publictypes.cpp
│ │ ├── publictypes.h
│ │ ├── quadlsq.cpp
│ │ ├── quadlsq.h
│ │ ├── quadratc.h
│ │ ├── quspline.cpp
│ │ ├── quspline.h
│ │ ├── ratngs.cpp
│ │ ├── ratngs.h
│ │ ├── rect.cpp
│ │ ├── rect.h
│ │ ├── rejctmap.cpp
│ │ ├── rejctmap.h
│ │ ├── seam.cpp
│ │ ├── seam.h
│ │ ├── split.cpp
│ │ ├── split.h
│ │ ├── statistc.cpp
│ │ ├── statistc.h
│ │ ├── stepblob.cpp
│ │ ├── stepblob.h
│ │ ├── vecfuncs.cpp
│ │ ├── vecfuncs.h
│ │ ├── werd.cpp
│ │ └── werd.h
│ ├── ccutil
│ │ ├── ambigs.cpp
│ │ ├── ambigs.h
│ │ ├── basedir.cpp
│ │ ├── basedir.h
│ │ ├── bits16.h
│ │ ├── bitvector.cpp
│ │ ├── bitvector.h
│ │ ├── ccutil.cpp
│ │ ├── ccutil.h
│ │ ├── clst.cpp
│ │ ├── clst.h
│ │ ├── doubleptr.h
│ │ ├── elst2.cpp
│ │ ├── elst2.h
│ │ ├── elst.cpp
│ │ ├── elst.h
│ │ ├── errcode.cpp
│ │ ├── errcode.h
│ │ ├── fileerr.h
│ │ ├── genericheap.h
│ │ ├── genericvector.h
│ │ ├── globaloc.cpp
│ │ ├── globaloc.h
│ │ ├── helpers.h
│ │ ├── host.h
│ │ ├── indexmapbidi.cpp
│ │ ├── indexmapbidi.h
│ │ ├── kdpair.h
│ │ ├── lsterr.h
│ │ ├── mainblk.cpp
│ │ ├── Makefile.am
│ │ ├── object_cache.h
│ │ ├── ocrclass.h
│ │ ├── params.cpp
│ │ ├── params.h
│ │ ├── platform.h
│ │ ├── qrsequence.h
│ │ ├── scanutils.cpp
│ │ ├── scanutils.h
│ │ ├── serialis.cpp
│ │ ├── serialis.h
│ │ ├── sorthelper.h
│ │ ├── strngs.cpp
│ │ ├── strngs.h
│ │ ├── tesscallback.h
│ │ ├── tessdatamanager.cpp
│ │ ├── tessdatamanager.h
│ │ ├── tprintf.cpp
│ │ ├── tprintf.h
│ │ ├── unicharcompress.cpp
│ │ ├── unicharcompress.h
│ │ ├── unichar.cpp
│ │ ├── unichar.h
│ │ ├── unicharmap.cpp
│ │ ├── unicharmap.h
│ │ ├── unicharset.cpp
│ │ ├── unicharset.h
│ │ ├── unicity_table.h
│ │ ├── unicodes.cpp
│ │ ├── unicodes.h
│ │ ├── universalambigs.cpp
│ │ └── universalambigs.h
│ ├── classify
│ │ ├── adaptive.cpp
│ │ ├── adaptive.h
│ │ ├── adaptmatch.cpp
│ │ ├── blobclass.cpp
│ │ ├── blobclass.h
│ │ ├── classify.cpp
│ │ ├── classify.h
│ │ ├── cluster.cpp
│ │ ├── cluster.h
│ │ ├── clusttool.cpp
│ │ ├── clusttool.h
│ │ ├── cutoffs.cpp
│ │ ├── cutoffs.h
│ │ ├── errorcounter.cpp
│ │ ├── errorcounter.h
│ │ ├── featdefs.cpp
│ │ ├── featdefs.h
│ │ ├── float2int.cpp
│ │ ├── float2int.h
│ │ ├── fpoint.cpp
│ │ ├── fpoint.h
│ │ ├── intfeaturedist.cpp
│ │ ├── intfeaturedist.h
│ │ ├── intfeaturemap.cpp
│ │ ├── intfeaturemap.h
│ │ ├── intfeaturespace.cpp
│ │ ├── intfeaturespace.h
│ │ ├── intfx.cpp
│ │ ├── intfx.h
│ │ ├── intmatcher.cpp
│ │ ├── intmatcher.h
│ │ ├── intproto.cpp
│ │ ├── intproto.h
│ │ ├── kdtree.cpp
│ │ ├── kdtree.h
│ │ ├── Makefile.am
│ │ ├── mastertrainer.cpp
│ │ ├── mastertrainer.h
│ │ ├── mf.cpp
│ │ ├── mfdefs.cpp
│ │ ├── mfdefs.h
│ │ ├── mf.h
│ │ ├── mfoutline.cpp
│ │ ├── mfoutline.h
│ │ ├── mfx.cpp
│ │ ├── mfx.h
│ │ ├── normfeat.cpp
│ │ ├── normfeat.h
│ │ ├── normmatch.cpp
│ │ ├── normmatch.h
│ │ ├── ocrfeatures.cpp
│ │ ├── ocrfeatures.h
│ │ ├── outfeat.cpp
│ │ ├── outfeat.h
│ │ ├── picofeat.cpp
│ │ ├── picofeat.h
│ │ ├── protos.cpp
│ │ ├── protos.h
│ │ ├── sampleiterator.cpp
│ │ ├── sampleiterator.h
│ │ ├── shapeclassifier.cpp
│ │ ├── shapeclassifier.h
│ │ ├── shapetable.cpp
│ │ ├── shapetable.h
│ │ ├── tessclassifier.cpp
│ │ ├── tessclassifier.h
│ │ ├── trainingsample.cpp
│ │ ├── trainingsample.h
│ │ ├── trainingsampleset.cpp
│ │ └── trainingsampleset.h
│ ├── cutil
│ │ ├── bitvec.cpp
│ │ ├── bitvec.h
│ │ ├── callcpp.cpp
│ │ ├── callcpp.h
│ │ ├── cutil_class.cpp
│ │ ├── cutil_class.h
│ │ ├── cutil.h
│ │ ├── emalloc.cpp
│ │ ├── emalloc.h
│ │ ├── globals.h
│ │ ├── Makefile.am
│ │ ├── oldlist.cpp
│ │ ├── oldlist.h
│ │ ├── structures.cpp
│ │ └── structures.h
│ ├── dict
│ │ ├── context.cpp
│ │ ├── dawg_cache.cpp
│ │ ├── dawg_cache.h
│ │ ├── dawg.cpp
│ │ ├── dawg.h
│ │ ├── dict.cpp
│ │ ├── dict.h
│ │ ├── hyphen.cpp
│ │ ├── Makefile.am
│ │ ├── matchdefs.h
│ │ ├── permdawg.cpp
│ │ ├── stopper.cpp
│ │ ├── stopper.h
│ │ ├── trie.cpp
│ │ └── trie.h
│ ├── lstm
│ │ ├── convolve.cpp
│ │ ├── convolve.h
│ │ ├── ctc.cpp
│ │ ├── ctc.h
│ │ ├── fullyconnected.cpp
│ │ ├── fullyconnected.h
│ │ ├── functions.cpp
│ │ ├── functions.h
│ │ ├── input.cpp
│ │ ├── input.h
│ │ ├── lstm.cpp
│ │ ├── lstm.h
│ │ ├── lstmrecognizer.cpp
│ │ ├── lstmrecognizer.h
│ │ ├── lstmtrainer.cpp
│ │ ├── lstmtrainer.h
│ │ ├── Makefile.am
│ │ ├── maxpool.cpp
│ │ ├── maxpool.h
│ │ ├── networkbuilder.cpp
│ │ ├── networkbuilder.h
│ │ ├── network.cpp
│ │ ├── network.h
│ │ ├── networkio.cpp
│ │ ├── networkio.h
│ │ ├── networkscratch.h
│ │ ├── parallel.cpp
│ │ ├── parallel.h
│ │ ├── plumbing.cpp
│ │ ├── plumbing.h
│ │ ├── recodebeam.cpp
│ │ ├── recodebeam.h
│ │ ├── reconfig.cpp
│ │ ├── reconfig.h
│ │ ├── reversed.cpp
│ │ ├── reversed.h
│ │ ├── series.cpp
│ │ ├── series.h
│ │ ├── static_shape.h
│ │ ├── stridemap.cpp
│ │ ├── stridemap.h
│ │ ├── tfnetwork.cpp
│ │ ├── tfnetwork.h
│ │ ├── tfnetwork.proto
│ │ ├── weightmatrix.cpp
│ │ └── weightmatrix.h
│ ├── opencl
│ │ ├── Makefile.am
│ │ ├── oclkernels.h
│ │ ├── opencl_device_selection.h
│ │ ├── openclwrapper.cpp
│ │ └── openclwrapper.h
│ ├── textord
│ │ ├── alignedblob.cpp
│ │ ├── alignedblob.h
│ │ ├── baselinedetect.cpp
│ │ ├── baselinedetect.h
│ │ ├── bbgrid.cpp
│ │ ├── bbgrid.h
│ │ ├── blkocc.cpp
│ │ ├── blkocc.h
│ │ ├── blobgrid.cpp
│ │ ├── blobgrid.h
│ │ ├── ccnontextdetect.cpp
│ │ ├── ccnontextdetect.h
│ │ ├── cjkpitch.cpp
│ │ ├── cjkpitch.h
│ │ ├── colfind.cpp
│ │ ├── colfind.h
│ │ ├── colpartition.cpp
│ │ ├── colpartitiongrid.cpp
│ │ ├── colpartitiongrid.h
│ │ ├── colpartition.h
│ │ ├── colpartitionset.cpp
│ │ ├── colpartitionset.h
│ │ ├── devanagari_processing.cpp
│ │ ├── devanagari_processing.h
│ │ ├── drawedg.cpp
│ │ ├── drawedg.h
│ │ ├── drawtord.cpp
│ │ ├── drawtord.h
│ │ ├── edgblob.cpp
│ │ ├── edgblob.h
│ │ ├── edgloop.cpp
│ │ ├── edgloop.h
│ │ ├── equationdetectbase.cpp
│ │ ├── equationdetectbase.h
│ │ ├── fpchop.cpp
│ │ ├── fpchop.h
│ │ ├── gap_map.cpp
│ │ ├── gap_map.h
│ │ ├── imagefind.cpp
│ │ ├── imagefind.h
│ │ ├── linefind.cpp
│ │ ├── linefind.h
│ │ ├── Makefile.am
│ │ ├── makerow.cpp
│ │ ├── makerow.h
│ │ ├── oldbasel.cpp
│ │ ├── oldbasel.h
│ │ ├── pithsync.cpp
│ │ ├── pithsync.h
│ │ ├── pitsync1.cpp
│ │ ├── pitsync1.h
│ │ ├── scanedg.cpp
│ │ ├── scanedg.h
│ │ ├── sortflts.cpp
│ │ ├── sortflts.h
│ │ ├── strokewidth.cpp
│ │ ├── strokewidth.h
│ │ ├── tabfind.cpp
│ │ ├── tabfind.h
│ │ ├── tablefind.cpp
│ │ ├── tablefind.h
│ │ ├── tablerecog.cpp
│ │ ├── tablerecog.h
│ │ ├── tabvector.cpp
│ │ ├── tabvector.h
│ │ ├── textlineprojection.cpp
│ │ ├── textlineprojection.h
│ │ ├── textord.cpp
│ │ ├── textord.h
│ │ ├── topitch.cpp
│ │ ├── topitch.h
│ │ ├── tordmain.cpp
│ │ ├── tordmain.h
│ │ ├── tospace.cpp
│ │ ├── tovars.cpp
│ │ ├── tovars.h
│ │ ├── underlin.cpp
│ │ ├── underlin.h
│ │ ├── wordseg.cpp
│ │ ├── wordseg.h
│ │ ├── workingpartset.cpp
│ │ └── workingpartset.h
│ ├── training
│ │ ├── ambiguous_words.cpp
│ │ ├── boxchar.cpp
│ │ ├── boxchar.h
│ │ ├── classifier_tester.cpp
│ │ ├── CMakeLists.txt
│ │ ├── cntraining.cpp
│ │ ├── combine_lang_model.cpp
│ │ ├── combine_tessdata.cpp
│ │ ├── commandlineflags.cpp
│ │ ├── commandlineflags.h
│ │ ├── commontraining.cpp
│ │ ├── commontraining.h
│ │ ├── dawg2wordlist.cpp
│ │ ├── degradeimage.cpp
│ │ ├── degradeimage.h
│ │ ├── fileio.cpp
│ │ ├── fileio.h
│ │ ├── icuerrorcode.h
│ │ ├── lang_model_helpers.cpp
│ │ ├── lang_model_helpers.h
│ │ ├── language-specific.sh
│ │ ├── ligature_table.cpp
│ │ ├── ligature_table.h
│ │ ├── lstmeval.cpp
│ │ ├── lstmtester.cpp
│ │ ├── lstmtester.h
│ │ ├── lstmtraining.cpp
│ │ ├── Makefile.am
│ │ ├── mergenf.cpp
│ │ ├── mergenf.h
│ │ ├── merge_unicharsets.cpp
│ │ ├── mftraining.cpp
│ │ ├── normstrngs.cpp
│ │ ├── normstrngs.h
│ │ ├── pango_font_info.cpp
│ │ ├── pango_font_info.h
│ │ ├── set_unicharset_properties.cpp
│ │ ├── shapeclustering.cpp
│ │ ├── stringrenderer.cpp
│ │ ├── stringrenderer.h
│ │ ├── tessopt.cpp
│ │ ├── tessopt.h
│ │ ├── tesstrain.sh
│ │ ├── tesstrain_utils.sh
│ │ ├── text2image.cpp
│ │ ├── tlog.cpp
│ │ ├── tlog.h
│ │ ├── unicharset_extractor.cpp
│ │ ├── unicharset_training_utils.cpp
│ │ ├── unicharset_training_utils.h
│ │ ├── util.h
│ │ ├── validate_grapheme.cpp
│ │ ├── validate_grapheme.h
│ │ ├── validate_indic.cpp
│ │ ├── validate_indic.h
│ │ ├── validate_javanese.cpp
│ │ ├── validate_javanese.h
│ │ ├── validate_khmer.cpp
│ │ ├── validate_khmer.h
│ │ ├── validate_myanmar.cpp
│ │ ├── validate_myanmar.h
│ │ ├── validator.cpp
│ │ ├── validator.h
│ │ └── wordlist2dawg.cpp
│ ├── viewer
│ │ ├── Makefile.am
│ │ ├── scrollview.cpp
│ │ ├── scrollview.h
│ │ ├── svmnode.cpp
│ │ ├── svmnode.h
│ │ ├── svpaint.cpp
│ │ ├── svutil.cpp
│ │ └── svutil.h
│ ├── vs2010
│ │ ├── port
│ │ │ ├── gettimeofday.cpp
│ │ │ └── gettimeofday.h
│ │ └── tesseract
│ │ ├── libtesseract.rc.in
│ │ ├── resource.h
│ │ └── tesseract.rc.in
│ └── wordrec
│ ├── associate.cpp
│ ├── associate.h
│ ├── chop.cpp
│ ├── chop.h
│ ├── chopper.cpp
│ ├── chopper.h
│ ├── drawfx.cpp
│ ├── drawfx.h
│ ├── findseam.cpp
│ ├── findseam.h
│ ├── gradechop.cpp
│ ├── gradechop.h
│ ├── language_model.cpp
│ ├── language_model.h
│ ├── lm_consistency.cpp
│ ├── lm_consistency.h
│ ├── lm_pain_points.cpp
│ ├── lm_pain_points.h
│ ├── lm_state.cpp
│ ├── lm_state.h
│ ├── Makefile.am
│ ├── measure.h
│ ├── outlines.cpp
│ ├── outlines.h
│ ├── params_model.cpp
│ ├── params_model.h
│ ├── pieces.cpp
│ ├── plotedges.cpp
│ ├── plotedges.h
│ ├── render.cpp
│ ├── render.h
│ ├── segsearch.cpp
│ ├── tface.cpp
│ ├── wordclass.cpp
│ ├── wordrec.cpp
│ └── wordrec.h
├── tebuild
│ ├── ALL_BUILD.vcxproj
│ ├── ALL_BUILD.vcxproj.filters
│ ├── api
│ │ └── tess_version.h
│ ├── bin
│ │ ├── Debug
│ │ │ ├── ambiguous_words.exe
│ │ │ ├── ambiguous_words.ilk
│ │ │ ├── ambiguous_words.pdb
│ │ │ ├── classifier_tester.exe
│ │ │ ├── classifier_tester.ilk
│ │ │ ├── classifier_tester.pdb
│ │ │ ├── cntraining.exe
│ │ │ ├── cntraining.ilk
│ │ │ ├── cntraining.pdb
│ │ │ ├── combine_lang_model.exe
│ │ │ ├── combine_lang_model.ilk
│ │ │ ├── combine_lang_model.pdb
│ │ │ ├── combine_tessdata.exe
│ │ │ ├── combine_tessdata.ilk
│ │ │ ├── combine_tessdata.pdb
│ │ │ ├── dawg2wordlist.exe
│ │ │ ├── dawg2wordlist.ilk
│ │ │ ├── dawg2wordlist.pdb
│ │ │ ├── lstmeval.exe
│ │ │ ├── lstmeval.ilk
│ │ │ ├── lstmeval.pdb
│ │ │ ├── lstmtraining.exe
│ │ │ ├── lstmtraining.ilk
│ │ │ ├── lstmtraining.pdb
│ │ │ ├── mftraining.exe
│ │ │ ├── mftraining.ilk
│ │ │ ├── mftraining.pdb
│ │ │ ├── pvt.cppan.demo.behdad.harfbuzz-1.8.8.dll
│ │ │ ├── pvt.cppan.demo.bzip2-1.0.6.dll
│ │ │ ├── pvt.cppan.demo.cairographics.cairo-1.15.12.dll
│ │ │ ├── pvt.cppan.demo.danbloomberg.leptonica-1.76.0.dll
│ │ │ ├── pvt.cppan.demo.expat-2.2.5.dll
│ │ │ ├── pvt.cppan.demo.freedesktop.fontconfig.fontconfig-2.13.0.dll
│ │ │ ├── pvt.cppan.demo.freetype-2.9.1.dll
│ │ │ ├── pvt.cppan.demo.gnome.glib.glib-2.56.1.dll
│ │ │ ├── pvt.cppan.demo.gnome.glib.gobject-2.56.1.dll
│ │ │ ├── pvt.cppan.demo.gnome.pango.pango-1.42.3.dll
│ │ │ ├── pvt.cppan.demo.gnome.pango.pangocairo-1.42.3.dll
│ │ │ ├── pvt.cppan.demo.gnome.pango.pangoft2-1.42.3.dll
│ │ │ ├── pvt.cppan.demo.gnu.fribidi.fribidi-1.0.5.dll
│ │ │ ├── pvt.cppan.demo.gnu.gettext.intl-0.19.8.dll
│ │ │ ├── pvt.cppan.demo.gnu.iconv.libcharset-1.15.0.dll
│ │ │ ├── pvt.cppan.demo.gnu.iconv.libiconv-1.15.0.dll
│ │ │ ├── pvt.cppan.demo.jpeg-9.2.0.dll
│ │ │ ├── pvt.cppan.demo.madler.zlib-1.2.11.dll
│ │ │ ├── pvt.cppan.demo.openjpeg.openjp2-2.3.0.dll
│ │ │ ├── pvt.cppan.demo.pcre.pcre-8.42.0.dll
│ │ │ ├── pvt.cppan.demo.png-1.6.35.dll
│ │ │ ├── pvt.cppan.demo.tiff-4.0.9.dll
│ │ │ ├── pvt.cppan.demo.unicode.icu.common-62.1.0.dll
│ │ │ ├── pvt.cppan.demo.unicode.icu.data-62.1.0.dll
│ │ │ ├── pvt.cppan.demo.unicode.icu.i18n-62.1.0.dll
│ │ │ ├── pvt.cppan.demo.webp-0.6.1.dll
│ │ │ ├── pvt.cppan.demo.weltling.winlibs.libffi-3.2.1.dll
│ │ │ ├── pvt.cppan.demo.xz_utils.lzma-5.2.4.dll
│ │ │ ├── set_unicharset_properties.exe
│ │ │ ├── set_unicharset_properties.ilk
│ │ │ ├── set_unicharset_properties.pdb
│ │ │ ├── shapeclustering.exe
│ │ │ ├── shapeclustering.ilk
│ │ │ ├── shapeclustering.pdb
│ │ │ ├── tesseract40d.dll
│ │ │ ├── tesseract40d.ilk
│ │ │ ├── tesseract40d.pdb
│ │ │ ├── tesseract.exe
│ │ │ ├── tesseract.ilk
│ │ │ ├── tesseract.pdb
│ │ │ ├── text2image.exe
│ │ │ ├── text2image.ilk
│ │ │ ├── text2image.pdb
│ │ │ ├── unicharset_extractor.exe
│ │ │ ├── unicharset_extractor.ilk
│ │ │ ├── unicharset_extractor.pdb
│ │ │ ├── wordlist2dawg.exe
│ │ │ ├── wordlist2dawg.ilk
│ │ │ └── wordlist2dawg.pdb
│ │ └── Release
│ │ ├── ambiguous_words.exe
│ │ ├── classifier_tester.exe
│ │ ├── cntraining.exe
│ │ ├── combine_lang_model.exe
│ │ ├── combine_tessdata.exe
│ │ ├── dawg2wordlist.exe
│ │ ├── lstmeval.exe
│ │ ├── lstmtraining.exe
│ │ ├── mftraining.exe
│ │ ├── pvt.cppan.demo.behdad.harfbuzz-1.8.8.dll
│ │ ├── pvt.cppan.demo.bzip2-1.0.6.dll
│ │ ├── pvt.cppan.demo.cairographics.cairo-1.15.12.dll
│ │ ├── pvt.cppan.demo.danbloomberg.leptonica-1.76.0.dll
│ │ ├── pvt.cppan.demo.expat-2.2.5.dll
│ │ ├── pvt.cppan.demo.freedesktop.fontconfig.fontconfig-2.13.0.dll
│ │ ├── pvt.cppan.demo.freetype-2.9.1.dll
│ │ ├── pvt.cppan.demo.gnome.glib.glib-2.56.1.dll
│ │ ├── pvt.cppan.demo.gnome.glib.gobject-2.56.1.dll
│ │ ├── pvt.cppan.demo.gnome.pango.pango-1.42.3.dll
│ │ ├── pvt.cppan.demo.gnome.pango.pangocairo-1.42.3.dll
│ │ ├── pvt.cppan.demo.gnome.pango.pangoft2-1.42.3.dll
│ │ ├── pvt.cppan.demo.gnu.fribidi.fribidi-1.0.5.dll
│ │ ├── pvt.cppan.demo.gnu.gettext.intl-0.19.8.dll
│ │ ├── pvt.cppan.demo.gnu.iconv.libcharset-1.15.0.dll
│ │ ├── pvt.cppan.demo.gnu.iconv.libiconv-1.15.0.dll
│ │ ├── pvt.cppan.demo.jpeg-9.2.0.dll
│ │ ├── pvt.cppan.demo.madler.zlib-1.2.11.dll
│ │ ├── pvt.cppan.demo.openjpeg.openjp2-2.3.0.dll
│ │ ├── pvt.cppan.demo.pcre.pcre-8.42.0.dll
│ │ ├── pvt.cppan.demo.png-1.6.35.dll
│ │ ├── pvt.cppan.demo.tiff-4.0.9.dll
│ │ ├── pvt.cppan.demo.unicode.icu.common-62.1.0.dll
│ │ ├── pvt.cppan.demo.unicode.icu.data-62.1.0.dll
│ │ ├── pvt.cppan.demo.unicode.icu.i18n-62.1.0.dll
│ │ ├── pvt.cppan.demo.webp-0.6.1.dll
│ │ ├── pvt.cppan.demo.weltling.winlibs.libffi-3.2.1.dll
│ │ ├── pvt.cppan.demo.xz_utils.lzma-5.2.4.dll
│ │ ├── set_unicharset_properties.exe
│ │ ├── shapeclustering.exe
│ │ ├── tesseract40.dll
│ │ ├── tesseract.exe
│ │ ├── text2image.exe
│ │ ├── unicharset_extractor.exe
│ │ └── wordlist2dawg.exe
│ ├── CMakeCache.txt
│ ├── CMakeFiles
│ │ ├── 3.12.1
│ │ │ ├── CMakeCCompiler.cmake
│ │ │ ├── CMakeCXXCompiler.cmake
│ │ │ ├── CMakeDetermineCompilerABI_C.bin
│ │ │ ├── CMakeDetermineCompilerABI_CXX.bin
│ │ │ ├── CMakeRCCompiler.cmake
│ │ │ ├── CMakeSystem.cmake
│ │ │ ├── CompilerIdC
│ │ │ │ ├── CMakeCCompilerId.c
│ │ │ │ ├── CompilerIdC.exe
│ │ │ │ ├── CompilerIdC.vcxproj
│ │ │ │ └── Debug
│ │ │ │ ├── CMakeCCompilerId.obj
│ │ │ │ └── CompilerIdC.tlog
│ │ │ │ ├── CL.command.1.tlog
│ │ │ │ ├── CL.read.1.tlog
│ │ │ │ ├── CL.write.1.tlog
│ │ │ │ ├── CompilerIdC.lastbuildstate
│ │ │ │ ├── link.command.1.tlog
│ │ │ │ ├── link.read.1.tlog
│ │ │ │ ├── link-VCTIP.delete.128.tlog
│ │ │ │ ├── link-VCTIP.delete.1.tlog
│ │ │ │ ├── link-VCTIP.delete.206.tlog
│ │ │ │ ├── link-VCTIP.delete.279.tlog
│ │ │ │ ├── link-VCTIP.delete.329.tlog
│ │ │ │ ├── link-VCTIP.delete.348.tlog
│ │ │ │ ├── link-VCTIP.delete.377.tlog
│ │ │ │ ├── link-VCTIP.delete.393.tlog
│ │ │ │ ├── link-VCTIP.delete.419.tlog
│ │ │ │ ├── link-VCTIP.delete.6.tlog
│ │ │ │ ├── link-VCTIP.delete.83.tlog
│ │ │ │ ├── link-VCTIP.read.117.tlog
│ │ │ │ ├── link-VCTIP.read.11.tlog
│ │ │ │ ├── link-VCTIP.read.121.tlog
│ │ │ │ ├── link-VCTIP.read.128.tlog
│ │ │ │ ├── link-VCTIP.read.12.tlog
│ │ │ │ ├── link-VCTIP.read.15.tlog
│ │ │ │ ├── link-VCTIP.read.16.tlog
│ │ │ │ ├── link-VCTIP.read.1.tlog
│ │ │ │ ├── link-VCTIP.read.200.tlog
│ │ │ │ ├── link-VCTIP.read.202.tlog
│ │ │ │ ├── link-VCTIP.read.206.tlog
│ │ │ │ ├── link-VCTIP.read.24.tlog
│ │ │ │ ├── link-VCTIP.read.279.tlog
│ │ │ │ ├── link-VCTIP.read.281.tlog
│ │ │ │ ├── link-VCTIP.read.28.tlog
│ │ │ │ ├── link-VCTIP.read.329.tlog
│ │ │ │ ├── link-VCTIP.read.334.tlog
│ │ │ │ ├── link-VCTIP.read.348.tlog
│ │ │ │ ├── link-VCTIP.read.350.tlog
│ │ │ │ ├── link-VCTIP.read.371.tlog
│ │ │ │ ├── link-VCTIP.read.374.tlog
│ │ │ │ ├── link-VCTIP.read.377.tlog
│ │ │ │ ├── link-VCTIP.read.387.tlog
│ │ │ │ ├── link-VCTIP.read.390.tlog
│ │ │ │ ├── link-VCTIP.read.393.tlog
│ │ │ │ ├── link-VCTIP.read.40.tlog
│ │ │ │ ├── link-VCTIP.read.413.tlog
│ │ │ │ ├── link-VCTIP.read.416.tlog
│ │ │ │ ├── link-VCTIP.read.419.tlog
│ │ │ │ ├── link-VCTIP.read.41.tlog
│ │ │ │ ├── link-VCTIP.read.42.tlog
│ │ │ │ ├── link-VCTIP.read.6.tlog
│ │ │ │ ├── link-VCTIP.read.77.tlog
│ │ │ │ ├── link-VCTIP.read.79.tlog
│ │ │ │ ├── link-VCTIP.read.83.tlog
│ │ │ │ ├── link-VCTIP.read.87.tlog
│ │ │ │ ├── link-VCTIP.read.8.tlog
│ │ │ │ ├── link-VCTIP.write.128.tlog
│ │ │ │ ├── link-VCTIP.write.1.tlog
│ │ │ │ ├── link-VCTIP.write.206.tlog
│ │ │ │ ├── link-VCTIP.write.24.tlog
│ │ │ │ ├── link-VCTIP.write.279.tlog
│ │ │ │ ├── link-VCTIP.write.329.tlog
│ │ │ │ ├── link-VCTIP.write.348.tlog
│ │ │ │ ├── link-VCTIP.write.377.tlog
│ │ │ │ ├── link-VCTIP.write.393.tlog
│ │ │ │ ├── link-VCTIP.write.419.tlog
│ │ │ │ ├── link-VCTIP.write.6.tlog
│ │ │ │ ├── link-VCTIP.write.83.tlog
│ │ │ │ ├── link-VCTIP.write.87.tlog
│ │ │ │ └── link.write.1.tlog
│ │ │ ├── CompilerIdCXX
│ │ │ │ ├── CMakeCXXCompilerId.cpp
│ │ │ │ ├── CompilerIdCXX.exe
│ │ │ │ ├── CompilerIdCXX.vcxproj
│ │ │ │ └── Debug
│ │ │ │ ├── CMakeCXXCompilerId.obj
│ │ │ │ └── CompilerIdCXX.tlog
│ │ │ │ ├── CL.command.1.tlog
│ │ │ │ ├── CL.read.1.tlog
│ │ │ │ ├── CL.write.1.tlog
│ │ │ │ ├── CompilerIdCXX.lastbuildstate
│ │ │ │ ├── link.command.1.tlog
│ │ │ │ ├── link.read.1.tlog
│ │ │ │ └── link.write.1.tlog
│ │ │ ├── VCTargetsPath.txt
│ │ │ ├── VCTargetsPath.vcxproj
│ │ │ └── x64
│ │ │ └── Debug
│ │ │ └── VCTargetsPath.tlog
│ │ │ └── VCTargetsPath.lastbuildstate
│ │ ├── 4cf4c3404d91dc4e8133c257b8fef27d
│ │ │ └── INSTALL_force.rule
│ │ ├── 52af99b78da71fd1c8187be390c472c5
│ │ │ └── INSTALL_force.rule
│ │ ├── 5b8fffbe7a93f4f57b66183253bc4ce3
│ │ │ ├── generate.stamp.rule
│ │ │ └── INSTALL_force.rule
│ │ ├── caa18bc9533aadd0f35795137cf7f997
│ │ │ ├── cppan-d-b-d.rule
│ │ │ ├── cppan-d-b.rule
│ │ │ ├── cppan-d-c.rule
│ │ │ └── INSTALL_force.rule
│ │ ├── CheckIncludeFiles
│ │ │ ├── HAVE_CAIRO_CAIRO_VERSION_H.c
│ │ │ ├── HAVE_CL_CL_H.c
│ │ │ ├── HAVE_OPENCL_CL_H.c
│ │ │ ├── HAVE_PANGO_1_0_PANGO_PANGO_FEATURES_H.c
│ │ │ ├── HAVE_SYS_WAIT_H.c
│ │ │ ├── HAVE_TIFFIO_H.c
│ │ │ └── HAVE_UNICODE_UCHAR_H.c
│ │ ├── CheckTypeSize
│ │ │ ├── CMAKE_SIZEOF_UNSIGNED_SHORT.bin
│ │ │ ├── CMAKE_SIZEOF_UNSIGNED_SHORT.c
│ │ │ ├── HAVE__BOOL.bin
│ │ │ ├── HAVE__BOOL.c
│ │ │ ├── HAVE_LONG_LONG_INT.bin
│ │ │ ├── HAVE_LONG_LONG_INT.c
│ │ │ ├── HAVE_MBSTATE_T.bin
│ │ │ ├── HAVE_MBSTATE_T.c
│ │ │ ├── HAVE_OFF_T.bin
│ │ │ ├── HAVE_OFF_T.c
│ │ │ ├── HAVE_WCHAR_T.bin
│ │ │ └── HAVE_WCHAR_T.c
│ │ ├── cmake.check_cache
│ │ ├── CMakeError.log
│ │ ├── CMakeOutput.log
│ │ ├── Export
│ │ │ └── cmake
│ │ │ ├── TesseractTargets.cmake
│ │ │ ├── TesseractTargets-debug.cmake
│ │ │ ├── TesseractTargets-minsizerel.cmake
│ │ │ ├── TesseractTargets-release.cmake
│ │ │ └── TesseractTargets-relwithdebinfo.cmake
│ │ ├── feature_tests.bin
│ │ ├── feature_tests.c
│ │ ├── feature_tests.cxx
│ │ ├── generate.stamp
│ │ ├── generate.stamp.depend
│ │ ├── generate.stamp.list
│ │ ├── TargetDirectories.txt
│ │ └── TestEndianess.bin
│ ├── cmake_install.cmake
│ ├── config_auto.h
│ ├── config_auto.h.in
│ ├── config.cmake
│ ├── config.cmake.cppan.once
│ ├── config.cmake.cppan.once.lock
│ ├── config.cmake.lock
│ ├── Debug
│ │ ├── tesseract40d.exp
│ │ └── tesseract40d.lib
│ ├── exports
│ │ ├── cppan.cmake
│ │ └── pvt_cppan_demo_tronkko_dirent_master.cmake
│ ├── install_manifest.txt
│ ├── INSTALL.vcxproj
│ ├── INSTALL.vcxproj.filters
│ ├── libtesseract.dir
│ │ ├── Debug
│ │ │ ├── adaptions.obj
│ │ │ ├── adaptive.obj
│ │ │ ├── adaptmatch.obj
│ │ │ ├── alignedblob.obj
│ │ │ ├── ambigs.obj
│ │ │ ├── applybox.obj
│ │ │ ├── associate.obj
│ │ │ ├── baseapi.obj
│ │ │ ├── basedir.obj
│ │ │ ├── baselinedetect.obj
│ │ │ ├── bbgrid.obj
│ │ │ ├── bitvec.obj
│ │ │ ├── bitvector.obj
│ │ │ ├── blamer.obj
│ │ │ ├── blkocc.obj
│ │ │ ├── blobbox.obj
│ │ │ ├── blobclass.obj
│ │ │ ├── blobgrid.obj
│ │ │ ├── blobs.obj
│ │ │ ├── blread.obj
│ │ │ ├── boxread.obj
│ │ │ ├── boxword.obj
│ │ │ ├── callcpp.obj
│ │ │ ├── capi.obj
│ │ │ ├── ccnontextdetect.obj
│ │ │ ├── ccstruct.obj
│ │ │ ├── ccutil.obj
│ │ │ ├── chop.obj
│ │ │ ├── chopper.obj
│ │ │ ├── cjkpitch.obj
│ │ │ ├── classify.obj
│ │ │ ├── clst.obj
│ │ │ ├── cluster.obj
│ │ │ ├── clusttool.obj
│ │ │ ├── colfind.obj
│ │ │ ├── colpartitiongrid.obj
│ │ │ ├── colpartition.obj
│ │ │ ├── colpartitionset.obj
│ │ │ ├── context.obj
│ │ │ ├── control.obj
│ │ │ ├── convolve.obj
│ │ │ ├── coutln.obj
│ │ │ ├── ctc.obj
│ │ │ ├── cutil_class.obj
│ │ │ ├── cutoffs.obj
│ │ │ ├── dawg_cache.obj
│ │ │ ├── dawg.obj
│ │ │ ├── detlinefit.obj
│ │ │ ├── devanagari_processing.obj
│ │ │ ├── dict.obj
│ │ │ ├── docqual.obj
│ │ │ ├── dotproductavx.obj
│ │ │ ├── dotproductsse.obj
│ │ │ ├── dppoint.obj
│ │ │ ├── drawedg.obj
│ │ │ ├── drawfx.obj
│ │ │ ├── drawtord.obj
│ │ │ ├── edgblob.obj
│ │ │ ├── edgloop.obj
│ │ │ ├── elst2.obj
│ │ │ ├── elst.obj
│ │ │ ├── emalloc.obj
│ │ │ ├── equationdetectbase.obj
│ │ │ ├── equationdetect.obj
│ │ │ ├── errcode.obj
│ │ │ ├── errorcounter.obj
│ │ │ ├── exports.def
│ │ │ ├── featdefs.obj
│ │ │ ├── findseam.obj
│ │ │ ├── fixspace.obj
│ │ │ ├── fixxht.obj
│ │ │ ├── float2int.obj
│ │ │ ├── fontinfo.obj
│ │ │ ├── fpchop.obj
│ │ │ ├── fpoint.obj
│ │ │ ├── fullyconnected.obj
│ │ │ ├── functions.obj
│ │ │ ├── gap_map.obj
│ │ │ ├── genblob.obj
│ │ │ ├── gettimeofday.obj
│ │ │ ├── globaloc.obj
│ │ │ ├── gradechop.obj
│ │ │ ├── hyphen.obj
│ │ │ ├── imagedata.obj
│ │ │ ├── imagefind.obj
│ │ │ ├── indexmapbidi.obj
│ │ │ ├── input.obj
│ │ │ ├── intfeaturedist.obj
│ │ │ ├── intfeaturemap.obj
│ │ │ ├── intfeaturespace.obj
│ │ │ ├── intfx.obj
│ │ │ ├── intmatcher.obj
│ │ │ ├── intproto.obj
│ │ │ ├── intsimdmatrixavx2.obj
│ │ │ ├── intsimdmatrix.obj
│ │ │ ├── intsimdmatrixsse.obj
│ │ │ ├── kdtree.obj
│ │ │ ├── language_model.obj
│ │ │ ├── libtesseract.log
│ │ │ ├── libtesseract.res
│ │ │ ├── libtesseract.tlog
│ │ │ │ ├── CL.command.1.tlog
│ │ │ │ ├── CL.read.1.tlog
│ │ │ │ ├── CL.write.1.tlog
│ │ │ │ ├── custombuild.command.1.tlog
│ │ │ │ ├── custombuild.read.1.tlog
│ │ │ │ ├── custombuild.write.1.tlog
│ │ │ │ ├── libtesseract.lastbuildstate
│ │ │ │ ├── libtesseract.write.1u.tlog
│ │ │ │ ├── link.command.1.tlog
│ │ │ │ ├── link.read.1.tlog
│ │ │ │ ├── link.write.1.tlog
│ │ │ │ ├── rc.command.1.tlog
│ │ │ │ ├── rc.read.1.tlog
│ │ │ │ └── rc.write.1.tlog
│ │ │ ├── linefind.obj
│ │ │ ├── linerec.obj
│ │ │ ├── linlsq.obj
│ │ │ ├── lm_consistency.obj
│ │ │ ├── lm_pain_points.obj
│ │ │ ├── lm_state.obj
│ │ │ ├── lstm.obj
│ │ │ ├── lstmrecognizer.obj
│ │ │ ├── lstmtrainer.obj
│ │ │ ├── ltrresultiterator.obj
│ │ │ ├── mainblk.obj
│ │ │ ├── makerow.obj
│ │ │ ├── mastertrainer.obj
│ │ │ ├── matrix.obj
│ │ │ ├── maxpool.obj
│ │ │ ├── mfdefs.obj
│ │ │ ├── mf.obj
│ │ │ ├── mfoutline.obj
│ │ │ ├── mfx.obj
│ │ │ ├── mod128.obj
│ │ │ ├── networkbuilder.obj
│ │ │ ├── networkio.obj
│ │ │ ├── network.obj
│ │ │ ├── normalis.obj
│ │ │ ├── normfeat.obj
│ │ │ ├── normmatch.obj
│ │ │ ├── objects.txt
│ │ │ ├── ocrblock.obj
│ │ │ ├── ocrfeatures.obj
│ │ │ ├── ocrpara.obj
│ │ │ ├── ocrrow.obj
│ │ │ ├── oldbasel.obj
│ │ │ ├── oldlist.obj
│ │ │ ├── openclwrapper.obj
│ │ │ ├── osdetect.obj
│ │ │ ├── otsuthr.obj
│ │ │ ├── outfeat.obj
│ │ │ ├── outlines.obj
│ │ │ ├── output.obj
│ │ │ ├── pageiterator.obj
│ │ │ ├── pageres.obj
│ │ │ ├── pagesegmain.obj
│ │ │ ├── pagewalk.obj
│ │ │ ├── paragraphs.obj
│ │ │ ├── parallel.obj
│ │ │ ├── paramsd.obj
│ │ │ ├── params_model.obj
│ │ │ ├── params.obj
│ │ │ ├── params_training_featdef.obj
│ │ │ ├── par_control.obj
│ │ │ ├── pdblock.obj
│ │ │ ├── pdfrenderer.obj
│ │ │ ├── permdawg.obj
│ │ │ ├── pgedit.obj
│ │ │ ├── picofeat.obj
│ │ │ ├── pieces.obj
│ │ │ ├── pithsync.obj
│ │ │ ├── pitsync1.obj
│ │ │ ├── plotedges.obj
│ │ │ ├── plumbing.obj
│ │ │ ├── points.obj
│ │ │ ├── polyaprx.obj
│ │ │ ├── polyblk.obj
│ │ │ ├── protos.obj
│ │ │ ├── publictypes.obj
│ │ │ ├── quadlsq.obj
│ │ │ ├── quspline.obj
│ │ │ ├── ratngs.obj
│ │ │ ├── recodebeam.obj
│ │ │ ├── recogtraining.obj
│ │ │ ├── reconfig.obj
│ │ │ ├── rect.obj
│ │ │ ├── rejctmap.obj
│ │ │ ├── reject.obj
│ │ │ ├── renderer.obj
│ │ │ ├── render.obj
│ │ │ ├── resultiterator.obj
│ │ │ ├── reversed.obj
│ │ │ ├── sampleiterator.obj
│ │ │ ├── scanedg.obj
│ │ │ ├── scanutils.obj
│ │ │ ├── scrollview.obj
│ │ │ ├── seam.obj
│ │ │ ├── segsearch.obj
│ │ │ ├── serialis.obj
│ │ │ ├── series.obj
│ │ │ ├── shapeclassifier.obj
│ │ │ ├── shapetable.obj
│ │ │ ├── simddetect.obj
│ │ │ ├── sortflts.obj
│ │ │ ├── split.obj
│ │ │ ├── statistc.obj
│ │ │ ├── stepblob.obj
│ │ │ ├── stopper.obj
│ │ │ ├── stridemap.obj
│ │ │ ├── strngs.obj
│ │ │ ├── strokewidth.obj
│ │ │ ├── structures.obj
│ │ │ ├── superscript.obj
│ │ │ ├── svmnode.obj
│ │ │ ├── svpaint.obj
│ │ │ ├── svutil.obj
│ │ │ ├── tabfind.obj
│ │ │ ├── tablefind.obj
│ │ │ ├── tablerecog.obj
│ │ │ ├── tabvector.obj
│ │ │ ├── tessbox.obj
│ │ │ ├── tessclassifier.obj
│ │ │ ├── tessdatamanager.obj
│ │ │ ├── tessedit.obj
│ │ │ ├── tesseract40d.Build.CppClean.log
│ │ │ ├── tesseractclass.obj
│ │ │ ├── tessvars.obj
│ │ │ ├── textlineprojection.obj
│ │ │ ├── textord.obj
│ │ │ ├── tface.obj
│ │ │ ├── tfacepp.obj
│ │ │ ├── tfnetwork.obj
│ │ │ ├── thresholder.obj
│ │ │ ├── topitch.obj
│ │ │ ├── tordmain.obj
│ │ │ ├── tospace.obj
│ │ │ ├── tovars.obj
│ │ │ ├── tprintf.obj
│ │ │ ├── trainingsample.obj
│ │ │ ├── trainingsampleset.obj
│ │ │ ├── trie.obj
│ │ │ ├── underlin.obj
│ │ │ ├── unicharcompress.obj
│ │ │ ├── unicharmap.obj
│ │ │ ├── unichar.obj
│ │ │ ├── unicharset.obj
│ │ │ ├── unicodes.obj
│ │ │ ├── universalambigs.obj
│ │ │ ├── vc140.pdb
│ │ │ ├── vecfuncs.obj
│ │ │ ├── weightmatrix.obj
│ │ │ ├── werdit.obj
│ │ │ ├── werd.obj
│ │ │ ├── wordclass.obj
│ │ │ ├── wordrec.obj
│ │ │ ├── wordseg.obj
│ │ │ └── workingpartset.obj
│ │ ├── MinSizeRel
│ │ │ └── objects.txt
│ │ ├── Release
│ │ │ ├── adaptions.obj
│ │ │ ├── adaptive.obj
│ │ │ ├── adaptmatch.obj
│ │ │ ├── alignedblob.obj
│ │ │ ├── ambigs.obj
│ │ │ ├── applybox.obj
│ │ │ ├── associate.obj
│ │ │ ├── baseapi.obj
│ │ │ ├── basedir.obj
│ │ │ ├── baselinedetect.obj
│ │ │ ├── bbgrid.obj
│ │ │ ├── bitvec.obj
│ │ │ ├── bitvector.obj
│ │ │ ├── blamer.obj
│ │ │ ├── blkocc.obj
│ │ │ ├── blobbox.obj
│ │ │ ├── blobclass.obj
│ │ │ ├── blobgrid.obj
│ │ │ ├── blobs.obj
│ │ │ ├── blread.obj
│ │ │ ├── boxread.obj
│ │ │ ├── boxword.obj
│ │ │ ├── callcpp.obj
│ │ │ ├── capi.obj
│ │ │ ├── ccnontextdetect.obj
│ │ │ ├── ccstruct.obj
│ │ │ ├── ccutil.obj
│ │ │ ├── chop.obj
│ │ │ ├── chopper.obj
│ │ │ ├── cjkpitch.obj
│ │ │ ├── classify.obj
│ │ │ ├── clst.obj
│ │ │ ├── cluster.obj
│ │ │ ├── clusttool.obj
│ │ │ ├── colfind.obj
│ │ │ ├── colpartitiongrid.obj
│ │ │ ├── colpartition.obj
│ │ │ ├── colpartitionset.obj
│ │ │ ├── context.obj
│ │ │ ├── control.obj
│ │ │ ├── convolve.obj
│ │ │ ├── coutln.obj
│ │ │ ├── ctc.obj
│ │ │ ├── cutil_class.obj
│ │ │ ├── cutoffs.obj
│ │ │ ├── dawg_cache.obj
│ │ │ ├── dawg.obj
│ │ │ ├── detlinefit.obj
│ │ │ ├── devanagari_processing.obj
│ │ │ ├── dict.obj
│ │ │ ├── docqual.obj
│ │ │ ├── dotproductavx.obj
│ │ │ ├── dotproductsse.obj
│ │ │ ├── dppoint.obj
│ │ │ ├── drawedg.obj
│ │ │ ├── drawfx.obj
│ │ │ ├── drawtord.obj
│ │ │ ├── edgblob.obj
│ │ │ ├── edgloop.obj
│ │ │ ├── elst2.obj
│ │ │ ├── elst.obj
│ │ │ ├── emalloc.obj
│ │ │ ├── equationdetectbase.obj
│ │ │ ├── equationdetect.obj
│ │ │ ├── errcode.obj
│ │ │ ├── errorcounter.obj
│ │ │ ├── exports.def
│ │ │ ├── featdefs.obj
│ │ │ ├── findseam.obj
│ │ │ ├── fixspace.obj
│ │ │ ├── fixxht.obj
│ │ │ ├── float2int.obj
│ │ │ ├── fontinfo.obj
│ │ │ ├── fpchop.obj
│ │ │ ├── fpoint.obj
│ │ │ ├── fullyconnected.obj
│ │ │ ├── functions.obj
│ │ │ ├── gap_map.obj
│ │ │ ├── genblob.obj
│ │ │ ├── gettimeofday.obj
│ │ │ ├── globaloc.obj
│ │ │ ├── gradechop.obj
│ │ │ ├── hyphen.obj
│ │ │ ├── imagedata.obj
│ │ │ ├── imagefind.obj
│ │ │ ├── indexmapbidi.obj
│ │ │ ├── input.obj
│ │ │ ├── intfeaturedist.obj
│ │ │ ├── intfeaturemap.obj
│ │ │ ├── intfeaturespace.obj
│ │ │ ├── intfx.obj
│ │ │ ├── intmatcher.obj
│ │ │ ├── intproto.obj
│ │ │ ├── intsimdmatrixavx2.obj
│ │ │ ├── intsimdmatrix.obj
│ │ │ ├── intsimdmatrixsse.obj
│ │ │ ├── kdtree.obj
│ │ │ ├── language_model.obj
│ │ │ ├── libtesseract.log
│ │ │ ├── libtesseract.res
│ │ │ ├── libtesseract.tlog
│ │ │ │ ├── CL.command.1.tlog
│ │ │ │ ├── CL.read.1.tlog
│ │ │ │ ├── CL.write.1.tlog
│ │ │ │ ├── custombuild.command.1.tlog
│ │ │ │ ├── custombuild.read.1.tlog
│ │ │ │ ├── custombuild.write.1.tlog
│ │ │ │ ├── libtesseract.lastbuildstate
│ │ │ │ ├── libtesseract.write.1u.tlog
│ │ │ │ ├── link.command.1.tlog
│ │ │ │ ├── link.read.1.tlog
│ │ │ │ ├── link.write.1.tlog
│ │ │ │ ├── rc.command.1.tlog
│ │ │ │ ├── rc.read.1.tlog
│ │ │ │ └── rc.write.1.tlog
│ │ │ ├── linefind.obj
│ │ │ ├── linerec.obj
│ │ │ ├── linlsq.obj
│ │ │ ├── lm_consistency.obj
│ │ │ ├── lm_pain_points.obj
│ │ │ ├── lm_state.obj
│ │ │ ├── lstm.obj
│ │ │ ├── lstmrecognizer.obj
│ │ │ ├── lstmtrainer.obj
│ │ │ ├── ltrresultiterator.obj
│ │ │ ├── mainblk.obj
│ │ │ ├── makerow.obj
│ │ │ ├── mastertrainer.obj
│ │ │ ├── matrix.obj
│ │ │ ├── maxpool.obj
│ │ │ ├── mfdefs.obj
│ │ │ ├── mf.obj
│ │ │ ├── mfoutline.obj
│ │ │ ├── mfx.obj
│ │ │ ├── mod128.obj
│ │ │ ├── networkbuilder.obj
│ │ │ ├── networkio.obj
│ │ │ ├── network.obj
│ │ │ ├── normalis.obj
│ │ │ ├── normfeat.obj
│ │ │ ├── normmatch.obj
│ │ │ ├── objects.txt
│ │ │ ├── ocrblock.obj
│ │ │ ├── ocrfeatures.obj
│ │ │ ├── ocrpara.obj
│ │ │ ├── ocrrow.obj
│ │ │ ├── oldbasel.obj
│ │ │ ├── oldlist.obj
│ │ │ ├── openclwrapper.obj
│ │ │ ├── osdetect.obj
│ │ │ ├── otsuthr.obj
│ │ │ ├── outfeat.obj
│ │ │ ├── outlines.obj
│ │ │ ├── output.obj
│ │ │ ├── pageiterator.obj
│ │ │ ├── pageres.obj
│ │ │ ├── pagesegmain.obj
│ │ │ ├── pagewalk.obj
│ │ │ ├── paragraphs.obj
│ │ │ ├── parallel.obj
│ │ │ ├── paramsd.obj
│ │ │ ├── params_model.obj
│ │ │ ├── params.obj
│ │ │ ├── params_training_featdef.obj
│ │ │ ├── par_control.obj
│ │ │ ├── pdblock.obj
│ │ │ ├── pdfrenderer.obj
│ │ │ ├── permdawg.obj
│ │ │ ├── pgedit.obj
│ │ │ ├── picofeat.obj
│ │ │ ├── pieces.obj
│ │ │ ├── pithsync.obj
│ │ │ ├── pitsync1.obj
│ │ │ ├── plotedges.obj
│ │ │ ├── plumbing.obj
│ │ │ ├── points.obj
│ │ │ ├── polyaprx.obj
│ │ │ ├── polyblk.obj
│ │ │ ├── protos.obj
│ │ │ ├── publictypes.obj
│ │ │ ├── quadlsq.obj
│ │ │ ├── quspline.obj
│ │ │ ├── ratngs.obj
│ │ │ ├── recodebeam.obj
│ │ │ ├── recogtraining.obj
│ │ │ ├── reconfig.obj
│ │ │ ├── rect.obj
│ │ │ ├── rejctmap.obj
│ │ │ ├── reject.obj
│ │ │ ├── renderer.obj
│ │ │ ├── render.obj
│ │ │ ├── resultiterator.obj
│ │ │ ├── reversed.obj
│ │ │ ├── sampleiterator.obj
│ │ │ ├── scanedg.obj
│ │ │ ├── scanutils.obj
│ │ │ ├── scrollview.obj
│ │ │ ├── seam.obj
│ │ │ ├── segsearch.obj
│ │ │ ├── serialis.obj
│ │ │ ├── series.obj
│ │ │ ├── shapeclassifier.obj
│ │ │ ├── shapetable.obj
│ │ │ ├── simddetect.obj
│ │ │ ├── sortflts.obj
│ │ │ ├── split.obj
│ │ │ ├── statistc.obj
│ │ │ ├── stepblob.obj
│ │ │ ├── stopper.obj
│ │ │ ├── stridemap.obj
│ │ │ ├── strngs.obj
│ │ │ ├── strokewidth.obj
│ │ │ ├── structures.obj
│ │ │ ├── superscript.obj
│ │ │ ├── svmnode.obj
│ │ │ ├── svpaint.obj
│ │ │ ├── svutil.obj
│ │ │ ├── tabfind.obj
│ │ │ ├── tablefind.obj
│ │ │ ├── tablerecog.obj
│ │ │ ├── tabvector.obj
│ │ │ ├── tessbox.obj
│ │ │ ├── tessclassifier.obj
│ │ │ ├── tessdatamanager.obj
│ │ │ ├── tessedit.obj
│ │ │ ├── tesseract40.Build.CppClean.log
│ │ │ ├── tesseractclass.obj
│ │ │ ├── tessvars.obj
│ │ │ ├── textlineprojection.obj
│ │ │ ├── textord.obj
│ │ │ ├── tface.obj
│ │ │ ├── tfacepp.obj
│ │ │ ├── tfnetwork.obj
│ │ │ ├── thresholder.obj
│ │ │ ├── topitch.obj
│ │ │ ├── tordmain.obj
│ │ │ ├── tospace.obj
│ │ │ ├── tovars.obj
│ │ │ ├── tprintf.obj
│ │ │ ├── trainingsample.obj
│ │ │ ├── trainingsampleset.obj
│ │ │ ├── trie.obj
│ │ │ ├── underlin.obj
│ │ │ ├── unicharcompress.obj
│ │ │ ├── unicharmap.obj
│ │ │ ├── unichar.obj
│ │ │ ├── unicharset.obj
│ │ │ ├── unicodes.obj
│ │ │ ├── universalambigs.obj
│ │ │ ├── vecfuncs.obj
│ │ │ ├── weightmatrix.obj
│ │ │ ├── werdit.obj
│ │ │ ├── werd.obj
│ │ │ ├── wordclass.obj
│ │ │ ├── wordrec.obj
│ │ │ ├── wordseg.obj
│ │ │ └── workingpartset.obj
│ │ └── RelWithDebInfo
│ │ └── objects.txt
│ ├── libtesseract.vcxproj
│ ├── libtesseract.vcxproj.filters
│ ├── Release
│ │ ├── tesseract40.exp
│ │ └── tesseract40.lib
│ ├── src
│ │ └── training
│ │ ├── ambiguous_words.dir
│ │ │ ├── Debug
│ │ │ │ ├── ambiguous_words.Build.CppClean.log
│ │ │ │ ├── ambiguous_words.log
│ │ │ │ ├── ambiguous_words.obj
│ │ │ │ ├── ambiguous_words.tlog
│ │ │ │ │ ├── ambiguous_words.lastbuildstate
│ │ │ │ │ ├── CL.command.1.tlog
│ │ │ │ │ ├── CL.read.1.tlog
│ │ │ │ │ ├── CL.write.1.tlog
│ │ │ │ │ ├── custombuild.command.1.tlog
│ │ │ │ │ ├── custombuild.read.1.tlog
│ │ │ │ │ ├── custombuild.write.1.tlog
│ │ │ │ │ ├── link.command.1.tlog
│ │ │ │ │ ├── link.read.1.tlog
│ │ │ │ │ └── link.write.1.tlog
│ │ │ │ └── vc140.pdb
│ │ │ └── Release
│ │ │ ├── ambiguous_words.Build.CppClean.log
│ │ │ ├── ambiguous_words.log
│ │ │ ├── ambiguous_words.obj
│ │ │ └── ambiguous_words.tlog
│ │ │ ├── ambiguous_words.lastbuildstate
│ │ │ ├── CL.command.1.tlog
│ │ │ ├── CL.read.1.tlog
│ │ │ ├── CL.write.1.tlog
│ │ │ ├── custombuild.command.1.tlog
│ │ │ ├── custombuild.read.1.tlog
│ │ │ ├── custombuild.write.1.tlog
│ │ │ ├── link.command.1.tlog
│ │ │ ├── link.read.1.tlog
│ │ │ └── link.write.1.tlog
│ │ ├── ambiguous_words.vcxproj
│ │ ├── ambiguous_words.vcxproj.filters
│ │ ├── classifier_tester.dir
│ │ │ ├── Debug
│ │ │ │ ├── classifi.9BB017CE.tlog
│ │ │ │ │ ├── classifier_tester.lastbuildstate
│ │ │ │ │ ├── CL.command.1.tlog
│ │ │ │ │ ├── CL.read.1.tlog
│ │ │ │ │ ├── CL.write.1.tlog
│ │ │ │ │ ├── link.command.1.tlog
│ │ │ │ │ ├── link.read.1.tlog
│ │ │ │ │ └── link.write.1.tlog
│ │ │ │ ├── classifier_tester.Build.CppClean.log
│ │ │ │ ├── classifier_tester.log
│ │ │ │ ├── classifier_tester.obj
│ │ │ │ └── vc140.pdb
│ │ │ └── Release
│ │ │ ├── classifi.9BB017CE.tlog
│ │ │ │ ├── classifier_tester.lastbuildstate
│ │ │ │ ├── CL.command.1.tlog
│ │ │ │ ├── CL.read.1.tlog
│ │ │ │ ├── CL.write.1.tlog
│ │ │ │ ├── link.command.1.tlog
│ │ │ │ ├── link.read.1.tlog
│ │ │ │ └── link.write.1.tlog
│ │ │ ├── classifier_tester.Build.CppClean.log
│ │ │ ├── classifier_tester.log
│ │ │ └── classifier_tester.obj
│ │ ├── classifier_tester.vcxproj
│ │ ├── classifier_tester.vcxproj.filters
│ │ ├── CMakeFiles
│ │ │ ├── generate.stamp
│ │ │ └── generate.stamp.depend
│ │ ├── cmake_install.cmake
│ │ ├── cntraining.dir
│ │ │ ├── Debug
│ │ │ │ ├── cntraining.Build.CppClean.log
│ │ │ │ ├── cntraining.log
│ │ │ │ ├── cntraining.obj
│ │ │ │ ├── cntraining.tlog
│ │ │ │ │ ├── CL.command.1.tlog
│ │ │ │ │ ├── CL.read.1.tlog
│ │ │ │ │ ├── CL.write.1.tlog
│ │ │ │ │ ├── cntraining.lastbuildstate
│ │ │ │ │ ├── link.command.1.tlog
│ │ │ │ │ ├── link.read.1.tlog
│ │ │ │ │ └── link.write.1.tlog
│ │ │ │ └── vc140.pdb
│ │ │ └── Release
│ │ │ ├── cntraining.Build.CppClean.log
│ │ │ ├── cntraining.log
│ │ │ ├── cntraining.obj
│ │ │ └── cntraining.tlog
│ │ │ ├── CL.command.1.tlog
│ │ │ ├── CL.read.1.tlog
│ │ │ ├── CL.write.1.tlog
│ │ │ ├── cntraining.lastbuildstate
│ │ │ ├── link.command.1.tlog
│ │ │ ├── link.read.1.tlog
│ │ │ └── link.write.1.tlog
│ │ ├── cntraining.vcxproj
│ │ ├── cntraining.vcxproj.filters
│ │ ├── combine_lang_model.dir
│ │ │ ├── Debug
│ │ │ │ ├── combine_.08F49889.tlog
│ │ │ │ │ ├── CL.command.1.tlog
│ │ │ │ │ ├── CL.read.1.tlog
│ │ │ │ │ ├── CL.write.1.tlog
│ │ │ │ │ ├── combine_lang_model.lastbuildstate
│ │ │ │ │ ├── link.command.1.tlog
│ │ │ │ │ ├── link.read.1.tlog
│ │ │ │ │ └── link.write.1.tlog
│ │ │ │ ├── combine_lang_model.Build.CppClean.log
│ │ │ │ ├── combine_lang_model.log
│ │ │ │ ├── combine_lang_model.obj
│ │ │ │ └── vc140.pdb
│ │ │ └── Release
│ │ │ ├── combine_.08F49889.tlog
│ │ │ │ ├── CL.command.1.tlog
│ │ │ │ ├── CL.read.1.tlog
│ │ │ │ ├── CL.write.1.tlog
│ │ │ │ ├── combine_lang_model.lastbuildstate
│ │ │ │ ├── link.command.1.tlog
│ │ │ │ ├── link.read.1.tlog
│ │ │ │ └── link.write.1.tlog
│ │ │ ├── combine_lang_model.Build.CppClean.log
│ │ │ ├── combine_lang_model.log
│ │ │ └── combine_lang_model.obj
│ │ ├── combine_lang_model.vcxproj
│ │ ├── combine_lang_model.vcxproj.filters
│ │ ├── combine_tessdata.dir
│ │ │ ├── Debug
│ │ │ │ ├── combine_tessdata.Build.CppClean.log
│ │ │ │ ├── combine_tessdata.log
│ │ │ │ ├── combine_tessdata.obj
│ │ │ │ ├── combine_tessdata.tlog
│ │ │ │ │ ├── CL.command.1.tlog
│ │ │ │ │ ├── CL.read.1.tlog
│ │ │ │ │ ├── CL.write.1.tlog
│ │ │ │ │ ├── combine_tessdata.lastbuildstate
│ │ │ │ │ ├── custombuild.command.1.tlog
│ │ │ │ │ ├── custombuild.read.1.tlog
│ │ │ │ │ ├── custombuild.write.1.tlog
│ │ │ │ │ ├── link.command.1.tlog
│ │ │ │ │ ├── link.read.1.tlog
│ │ │ │ │ └── link.write.1.tlog
│ │ │ │ └── vc140.pdb
│ │ │ └── Release
│ │ │ ├── combine_tessdata.Build.CppClean.log
│ │ │ ├── combine_tessdata.log
│ │ │ ├── combine_tessdata.obj
│ │ │ └── combine_tessdata.tlog
│ │ │ ├── CL.command.1.tlog
│ │ │ ├── CL.read.1.tlog
│ │ │ ├── CL.write.1.tlog
│ │ │ ├── combine_tessdata.lastbuildstate
│ │ │ ├── custombuild.command.1.tlog
│ │ │ ├── custombuild.read.1.tlog
│ │ │ ├── custombuild.write.1.tlog
│ │ │ ├── link.command.1.tlog
│ │ │ ├── link.read.1.tlog
│ │ │ └── link.write.1.tlog
│ │ ├── combine_tessdata.vcxproj
│ │ ├── combine_tessdata.vcxproj.filters
│ │ ├── common_training.dir
│ │ │ ├── Debug
│ │ │ │ ├── commandlineflags.obj
│ │ │ │ ├── common_training.Build.CppClean.log
│ │ │ │ ├── common_training.log
│ │ │ │ ├── commontraining.obj
│ │ │ │ ├── common_training.pdb
│ │ │ │ └── common_training.tlog
│ │ │ │ ├── CL.command.1.tlog
│ │ │ │ ├── CL.read.1.tlog
│ │ │ │ ├── CL.write.1.tlog
│ │ │ │ ├── common_training.lastbuildstate
│ │ │ │ ├── lib.command.1.tlog
│ │ │ │ ├── Lib-link.read.1.tlog
│ │ │ │ └── Lib-link.write.1.tlog
│ │ │ └── Release
│ │ │ ├── commandlineflags.obj
│ │ │ ├── common_training.Build.CppClean.log
│ │ │ ├── common_training.log
│ │ │ ├── commontraining.obj
│ │ │ └── common_training.tlog
│ │ │ ├── CL.command.1.tlog
│ │ │ ├── CL.read.1.tlog
│ │ │ ├── CL.write.1.tlog
│ │ │ ├── common_training.lastbuildstate
│ │ │ ├── lib.command.1.tlog
│ │ │ ├── Lib-link.read.1.tlog
│ │ │ └── Lib-link.write.1.tlog
│ │ ├── common_training.vcxproj
│ │ ├── common_training.vcxproj.filters
│ │ ├── dawg2wordlist.dir
│ │ │ ├── Debug
│ │ │ │ ├── dawg2wordlist.Build.CppClean.log
│ │ │ │ ├── dawg2wordlist.log
│ │ │ │ ├── dawg2wordlist.obj
│ │ │ │ ├── dawg2wordlist.tlog
│ │ │ │ │ ├── CL.command.1.tlog
│ │ │ │ │ ├── CL.read.1.tlog
│ │ │ │ │ ├── CL.write.1.tlog
│ │ │ │ │ ├── custombuild.command.1.tlog
│ │ │ │ │ ├── custombuild.read.1.tlog
│ │ │ │ │ ├── custombuild.write.1.tlog
│ │ │ │ │ ├── dawg2wordlist.lastbuildstate
│ │ │ │ │ ├── link.command.1.tlog
│ │ │ │ │ ├── link.read.1.tlog
│ │ │ │ │ └── link.write.1.tlog
│ │ │ │ └── vc140.pdb
│ │ │ └── Release
│ │ │ ├── dawg2wordlist.Build.CppClean.log
│ │ │ ├── dawg2wordlist.log
│ │ │ ├── dawg2wordlist.obj
│ │ │ └── dawg2wordlist.tlog
│ │ │ ├── CL.command.1.tlog
│ │ │ ├── CL.read.1.tlog
│ │ │ ├── CL.write.1.tlog
│ │ │ ├── custombuild.command.1.tlog
│ │ │ ├── custombuild.read.1.tlog
│ │ │ ├── custombuild.write.1.tlog
│ │ │ ├── dawg2wordlist.lastbuildstate
│ │ │ ├── link.command.1.tlog
│ │ │ ├── link.read.1.tlog
│ │ │ └── link.write.1.tlog
│ │ ├── dawg2wordlist.vcxproj
│ │ ├── dawg2wordlist.vcxproj.filters
│ │ ├── Debug
│ │ │ ├── common_training.lib
│ │ │ ├── common_training.pdb
│ │ │ ├── tessopt.lib
│ │ │ ├── tessopt.pdb
│ │ │ ├── unicharset_training.lib
│ │ │ └── unicharset_training.pdb
│ │ ├── INSTALL.vcxproj
│ │ ├── INSTALL.vcxproj.filters
│ │ ├── lstmeval.dir
│ │ │ ├── Debug
│ │ │ │ ├── lstmeval.Build.CppClean.log
│ │ │ │ ├── lstmeval.log
│ │ │ │ ├── lstmeval.obj
│ │ │ │ ├── lstmeval.tlog
│ │ │ │ │ ├── CL.command.1.tlog
│ │ │ │ │ ├── CL.read.1.tlog
│ │ │ │ │ ├── CL.write.1.tlog
│ │ │ │ │ ├── link.command.1.tlog
│ │ │ │ │ ├── link.read.1.tlog
│ │ │ │ │ ├── link.write.1.tlog
│ │ │ │ │ └── lstmeval.lastbuildstate
│ │ │ │ └── vc140.pdb
│ │ │ └── Release
│ │ │ ├── lstmeval.Build.CppClean.log
│ │ │ ├── lstmeval.log
│ │ │ ├── lstmeval.obj
│ │ │ └── lstmeval.tlog
│ │ │ ├── CL.command.1.tlog
│ │ │ ├── CL.read.1.tlog
│ │ │ ├── CL.write.1.tlog
│ │ │ ├── link.command.1.tlog
│ │ │ ├── link.read.1.tlog
│ │ │ ├── link.write.1.tlog
│ │ │ └── lstmeval.lastbuildstate
│ │ ├── lstmeval.vcxproj
│ │ ├── lstmeval.vcxproj.filters
│ │ ├── lstmtraining.dir
│ │ │ ├── Debug
│ │ │ │ ├── lstmtraining.Build.CppClean.log
│ │ │ │ ├── lstmtraining.log
│ │ │ │ ├── lstmtraining.obj
│ │ │ │ ├── lstmtraining.tlog
│ │ │ │ │ ├── CL.command.1.tlog
│ │ │ │ │ ├── CL.read.1.tlog
│ │ │ │ │ ├── CL.write.1.tlog
│ │ │ │ │ ├── link.command.1.tlog
│ │ │ │ │ ├── link.read.1.tlog
│ │ │ │ │ ├── link.write.1.tlog
│ │ │ │ │ └── lstmtraining.lastbuildstate
│ │ │ │ └── vc140.pdb
│ │ │ └── Release
│ │ │ ├── lstmtraining.Build.CppClean.log
│ │ │ ├── lstmtraining.log
│ │ │ ├── lstmtraining.obj
│ │ │ └── lstmtraining.tlog
│ │ │ ├── CL.command.1.tlog
│ │ │ ├── CL.read.1.tlog
│ │ │ ├── CL.write.1.tlog
│ │ │ ├── link.command.1.tlog
│ │ │ ├── link.read.1.tlog
│ │ │ ├── link.write.1.tlog
│ │ │ └── lstmtraining.lastbuildstate
│ │ ├── lstmtraining.vcxproj
│ │ ├── lstmtraining.vcxproj.filters
│ │ ├── mftraining.dir
│ │ │ ├── Debug
│ │ │ │ ├── mergenf.obj
│ │ │ │ ├── mftraining.Build.CppClean.log
│ │ │ │ ├── mftraining.log
│ │ │ │ ├── mftraining.obj
│ │ │ │ ├── mftraining.tlog
│ │ │ │ │ ├── CL.command.1.tlog
│ │ │ │ │ ├── CL.read.1.tlog
│ │ │ │ │ ├── CL.write.1.tlog
│ │ │ │ │ ├── link.command.1.tlog
│ │ │ │ │ ├── link.read.1.tlog
│ │ │ │ │ ├── link.write.1.tlog
│ │ │ │ │ └── mftraining.lastbuildstate
│ │ │ │ └── vc140.pdb
│ │ │ └── Release
│ │ │ ├── mergenf.obj
│ │ │ ├── mftraining.Build.CppClean.log
│ │ │ ├── mftraining.log
│ │ │ ├── mftraining.obj
│ │ │ └── mftraining.tlog
│ │ │ ├── CL.command.1.tlog
│ │ │ ├── CL.read.1.tlog
│ │ │ ├── CL.write.1.tlog
│ │ │ ├── link.command.1.tlog
│ │ │ ├── link.read.1.tlog
│ │ │ ├── link.write.1.tlog
│ │ │ └── mftraining.lastbuildstate
│ │ ├── mftraining.vcxproj
│ │ ├── mftraining.vcxproj.filters
│ │ ├── Release
│ │ │ ├── common_training.lib
│ │ │ ├── tessopt.lib
│ │ │ └── unicharset_training.lib
│ │ ├── set_unicharset_properties.dir
│ │ │ ├── Debug
│ │ │ │ ├── set_unic.42335D73.tlog
│ │ │ │ │ ├── CL.command.1.tlog
│ │ │ │ │ ├── CL.read.1.tlog
│ │ │ │ │ ├── CL.write.1.tlog
│ │ │ │ │ ├── link.command.1.tlog
│ │ │ │ │ ├── link.read.1.tlog
│ │ │ │ │ ├── link.write.1.tlog
│ │ │ │ │ └── set_unicharset_properties.lastbuildstate
│ │ │ │ ├── set_unicharset_properties.Build.CppClean.log
│ │ │ │ ├── set_unicharset_properties.log
│ │ │ │ ├── set_unicharset_properties.obj
│ │ │ │ └── vc140.pdb
│ │ │ └── Release
│ │ │ ├── set_unic.42335D73.tlog
│ │ │ │ ├── CL.command.1.tlog
│ │ │ │ ├── CL.read.1.tlog
│ │ │ │ ├── CL.write.1.tlog
│ │ │ │ ├── link.command.1.tlog
│ │ │ │ ├── link.read.1.tlog
│ │ │ │ ├── link.write.1.tlog
│ │ │ │ └── set_unicharset_properties.lastbuildstate
│ │ │ ├── set_unicharset_properties.Build.CppClean.log
│ │ │ ├── set_unicharset_properties.log
│ │ │ └── set_unicharset_properties.obj
│ │ ├── set_unicharset_properties.vcxproj
│ │ ├── set_unicharset_properties.vcxproj.filters
│ │ ├── shapeclustering.dir
│ │ │ ├── Debug
│ │ │ │ ├── shapeclustering.Build.CppClean.log
│ │ │ │ ├── shapeclustering.log
│ │ │ │ ├── shapeclustering.obj
│ │ │ │ ├── shapeclustering.tlog
│ │ │ │ │ ├── CL.command.1.tlog
│ │ │ │ │ ├── CL.read.1.tlog
│ │ │ │ │ ├── CL.write.1.tlog
│ │ │ │ │ ├── link.command.1.tlog
│ │ │ │ │ ├── link.read.1.tlog
│ │ │ │ │ ├── link.write.1.tlog
│ │ │ │ │ └── shapeclustering.lastbuildstate
│ │ │ │ └── vc140.pdb
│ │ │ └── Release
│ │ │ ├── shapeclustering.Build.CppClean.log
│ │ │ ├── shapeclustering.log
│ │ │ ├── shapeclustering.obj
│ │ │ └── shapeclustering.tlog
│ │ │ ├── CL.command.1.tlog
│ │ │ ├── CL.read.1.tlog
│ │ │ ├── CL.write.1.tlog
│ │ │ ├── link.command.1.tlog
│ │ │ ├── link.read.1.tlog
│ │ │ ├── link.write.1.tlog
│ │ │ └── shapeclustering.lastbuildstate
│ │ ├── shapeclustering.vcxproj
│ │ ├── shapeclustering.vcxproj.filters
│ │ ├── tessopt.dir
│ │ │ ├── Debug
│ │ │ │ ├── tessopt.Build.CppClean.log
│ │ │ │ ├── tessopt.log
│ │ │ │ ├── tessopt.obj
│ │ │ │ ├── tessopt.pdb
│ │ │ │ └── tessopt.tlog
│ │ │ │ ├── CL.command.1.tlog
│ │ │ │ ├── CL.read.1.tlog
│ │ │ │ ├── CL.write.1.tlog
│ │ │ │ ├── custombuild.command.1.tlog
│ │ │ │ ├── custombuild.read.1.tlog
│ │ │ │ ├── custombuild.write.1.tlog
│ │ │ │ ├── lib.command.1.tlog
│ │ │ │ ├── Lib-link.read.1.tlog
│ │ │ │ ├── Lib-link.write.1.tlog
│ │ │ │ └── tessopt.lastbuildstate
│ │ │ └── Release
│ │ │ ├── tessopt.Build.CppClean.log
│ │ │ ├── tessopt.log
│ │ │ ├── tessopt.obj
│ │ │ └── tessopt.tlog
│ │ │ ├── CL.command.1.tlog
│ │ │ ├── CL.read.1.tlog
│ │ │ ├── CL.write.1.tlog
│ │ │ ├── custombuild.command.1.tlog
│ │ │ ├── custombuild.read.1.tlog
│ │ │ ├── custombuild.write.1.tlog
│ │ │ ├── lib.command.1.tlog
│ │ │ ├── Lib-link.read.1.tlog
│ │ │ ├── Lib-link.write.1.tlog
│ │ │ └── tessopt.lastbuildstate
│ │ ├── tessopt.vcxproj
│ │ ├── tessopt.vcxproj.filters
│ │ ├── text2image.dir
│ │ │ ├── Debug
│ │ │ │ ├── boxchar.obj
│ │ │ │ ├── degradeimage.obj
│ │ │ │ ├── ligature_table.obj
│ │ │ │ ├── normstrngs.obj
│ │ │ │ ├── pango_font_info.obj
│ │ │ │ ├── stringrenderer.obj
│ │ │ │ ├── text2image.Build.CppClean.log
│ │ │ │ ├── text2image.log
│ │ │ │ ├── text2image.obj
│ │ │ │ ├── text2image.tlog
│ │ │ │ │ ├── CL.command.1.tlog
│ │ │ │ │ ├── CL.read.1.tlog
│ │ │ │ │ ├── CL.write.1.tlog
│ │ │ │ │ ├── link.command.1.tlog
│ │ │ │ │ ├── link.read.1.tlog
│ │ │ │ │ ├── link.write.1.tlog
│ │ │ │ │ └── text2image.lastbuildstate
│ │ │ │ ├── tlog.obj
│ │ │ │ └── vc140.pdb
│ │ │ └── Release
│ │ │ ├── boxchar.obj
│ │ │ ├── degradeimage.obj
│ │ │ ├── ligature_table.obj
│ │ │ ├── normstrngs.obj
│ │ │ ├── pango_font_info.obj
│ │ │ ├── stringrenderer.obj
│ │ │ ├── text2image.Build.CppClean.log
│ │ │ ├── text2image.log
│ │ │ ├── text2image.obj
│ │ │ ├── text2image.tlog
│ │ │ │ ├── CL.command.1.tlog
│ │ │ │ ├── CL.read.1.tlog
│ │ │ │ ├── CL.write.1.tlog
│ │ │ │ ├── link.command.1.tlog
│ │ │ │ ├── link.read.1.tlog
│ │ │ │ ├── link.write.1.tlog
│ │ │ │ └── text2image.lastbuildstate
│ │ │ └── tlog.obj
│ │ ├── text2image.vcxproj
│ │ ├── text2image.vcxproj.filters
│ │ ├── unicharset_extractor.dir
│ │ │ ├── Debug
│ │ │ │ ├── unichars.053E8B95.tlog
│ │ │ │ │ ├── CL.command.1.tlog
│ │ │ │ │ ├── CL.read.1.tlog
│ │ │ │ │ ├── CL.write.1.tlog
│ │ │ │ │ ├── link.command.1.tlog
│ │ │ │ │ ├── link.read.1.tlog
│ │ │ │ │ ├── link.write.1.tlog
│ │ │ │ │ └── unicharset_extractor.lastbuildstate
│ │ │ │ ├── unicharset_extractor.Build.CppClean.log
│ │ │ │ ├── unicharset_extractor.log
│ │ │ │ ├── unicharset_extractor.obj
│ │ │ │ └── vc140.pdb
│ │ │ └── Release
│ │ │ ├── unichars.053E8B95.tlog
│ │ │ │ ├── CL.command.1.tlog
│ │ │ │ ├── CL.read.1.tlog
│ │ │ │ ├── CL.write.1.tlog
│ │ │ │ ├── link.command.1.tlog
│ │ │ │ ├── link.read.1.tlog
│ │ │ │ ├── link.write.1.tlog
│ │ │ │ └── unicharset_extractor.lastbuildstate
│ │ │ ├── unicharset_extractor.Build.CppClean.log
│ │ │ ├── unicharset_extractor.log
│ │ │ └── unicharset_extractor.obj
│ │ ├── unicharset_extractor.vcxproj
│ │ ├── unicharset_extractor.vcxproj.filters
│ │ ├── unicharset_training.dir
│ │ │ ├── Debug
│ │ │ │ ├── fileio.obj
│ │ │ │ ├── lang_model_helpers.obj
│ │ │ │ ├── lstmtester.obj
│ │ │ │ ├── normstrngs.obj
│ │ │ │ ├── unichars.B2A012D5.tlog
│ │ │ │ │ ├── CL.command.1.tlog
│ │ │ │ │ ├── CL.read.1.tlog
│ │ │ │ │ ├── CL.write.1.tlog
│ │ │ │ │ ├── lib.command.1.tlog
│ │ │ │ │ ├── Lib-link.read.1.tlog
│ │ │ │ │ ├── Lib-link.write.1.tlog
│ │ │ │ │ └── unicharset_training.lastbuildstate
│ │ │ │ ├── unicharset_training.Build.CppClean.log
│ │ │ │ ├── unicharset_training.log
│ │ │ │ ├── unicharset_training.pdb
│ │ │ │ ├── unicharset_training_utils.obj
│ │ │ │ ├── validate_grapheme.obj
│ │ │ │ ├── validate_indic.obj
│ │ │ │ ├── validate_javanese.obj
│ │ │ │ ├── validate_khmer.obj
│ │ │ │ ├── validate_myanmar.obj
│ │ │ │ └── validator.obj
│ │ │ └── Release
│ │ │ ├── fileio.obj
│ │ │ ├── lang_model_helpers.obj
│ │ │ ├── lstmtester.obj
│ │ │ ├── normstrngs.obj
│ │ │ ├── unichars.B2A012D5.tlog
│ │ │ │ ├── CL.command.1.tlog
│ │ │ │ ├── CL.read.1.tlog
│ │ │ │ ├── CL.write.1.tlog
│ │ │ │ ├── lib.command.1.tlog
│ │ │ │ ├── Lib-link.read.1.tlog
│ │ │ │ ├── Lib-link.write.1.tlog
│ │ │ │ └── unicharset_training.lastbuildstate
│ │ │ ├── unicharset_training.Build.CppClean.log
│ │ │ ├── unicharset_training.log
│ │ │ ├── unicharset_training_utils.obj
│ │ │ ├── validate_grapheme.obj
│ │ │ ├── validate_indic.obj
│ │ │ ├── validate_javanese.obj
│ │ │ ├── validate_khmer.obj
│ │ │ ├── validate_myanmar.obj
│ │ │ └── validator.obj
│ │ ├── unicharset_training.vcxproj
│ │ ├── unicharset_training.vcxproj.filters
│ │ ├── wordlist2dawg.dir
│ │ │ ├── Debug
│ │ │ │ ├── vc140.pdb
│ │ │ │ ├── wordlist2dawg.Build.CppClean.log
│ │ │ │ ├── wordlist2dawg.log
│ │ │ │ ├── wordlist2dawg.obj
│ │ │ │ └── wordlist2dawg.tlog
│ │ │ │ ├── CL.command.1.tlog
│ │ │ │ ├── CL.read.1.tlog
│ │ │ │ ├── CL.write.1.tlog
│ │ │ │ ├── custombuild.command.1.tlog
│ │ │ │ ├── custombuild.read.1.tlog
│ │ │ │ ├── custombuild.write.1.tlog
│ │ │ │ ├── link.command.1.tlog
│ │ │ │ ├── link.read.1.tlog
│ │ │ │ ├── link.write.1.tlog
│ │ │ │ └── wordlist2dawg.lastbuildstate
│ │ │ └── Release
│ │ │ ├── wordlist2dawg.Build.CppClean.log
│ │ │ ├── wordlist2dawg.log
│ │ │ ├── wordlist2dawg.obj
│ │ │ └── wordlist2dawg.tlog
│ │ │ ├── CL.command.1.tlog
│ │ │ ├── CL.read.1.tlog
│ │ │ ├── CL.write.1.tlog
│ │ │ ├── custombuild.command.1.tlog
│ │ │ ├── custombuild.read.1.tlog
│ │ │ ├── custombuild.write.1.tlog
│ │ │ ├── link.command.1.tlog
│ │ │ ├── link.read.1.tlog
│ │ │ ├── link.write.1.tlog
│ │ │ └── wordlist2dawg.lastbuildstate
│ │ ├── wordlist2dawg.vcxproj
│ │ └── wordlist2dawg.vcxproj.filters
│ ├── TesseractConfig.cmake
│ ├── TesseractConfig-version.cmake
│ ├── tesseract.dir
│ │ ├── Debug
│ │ │ ├── tesseract.Build.CppClean.log
│ │ │ ├── tesseract.log
│ │ │ ├── tesseractmain.obj
│ │ │ ├── tesseract.res
│ │ │ ├── tesseract.tlog
│ │ │ │ ├── CL.command.1.tlog
│ │ │ │ ├── CL.read.1.tlog
│ │ │ │ ├── CL.write.1.tlog
│ │ │ │ ├── link.command.1.tlog
│ │ │ │ ├── link.read.1.tlog
│ │ │ │ ├── link.write.1.tlog
│ │ │ │ ├── rc.command.1.tlog
│ │ │ │ ├── rc.read.1.tlog
│ │ │ │ ├── rc.write.1.tlog
│ │ │ │ └── tesseract.lastbuildstate
│ │ │ └── vc140.pdb
│ │ └── Release
│ │ ├── tesseract.Build.CppClean.log
│ │ ├── tesseract.log
│ │ ├── tesseractmain.obj
│ │ ├── tesseract.res
│ │ └── tesseract.tlog
│ │ ├── CL.command.1.tlog
│ │ ├── CL.read.1.tlog
│ │ ├── CL.write.1.tlog
│ │ ├── link.command.1.tlog
│ │ ├── link.read.1.tlog
│ │ ├── link.write.1.tlog
│ │ ├── rc.command.1.tlog
│ │ ├── rc.read.1.tlog
│ │ ├── rc.write.1.tlog
│ │ └── tesseract.lastbuildstate
│ ├── tesseract.pc
│ ├── tesseract.sln
│ ├── TesseractTargets.cmake
│ ├── tesseract.VC.db
│ ├── tesseract.vcxproj
│ ├── tesseract.vcxproj.filters
│ ├── vs2010
│ │ └── tesseract
│ │ ├── libtesseract.rc
│ │ └── tesseract.rc
│ ├── x64
│ │ ├── Debug
│ │ │ ├── ALL_BUILD
│ │ │ │ ├── ALL_BUILD.log
│ │ │ │ └── ALL_BUILD.tlog
│ │ │ │ └── ALL_BUILD.lastbuildstate
│ │ │ ├── INSTALL
│ │ │ │ ├── INSTALL.log
│ │ │ │ └── INSTALL.tlog
│ │ │ │ ├── custombuild.command.1.tlog
│ │ │ │ ├── custombuild.read.1.tlog
│ │ │ │ ├── custombuild.write.1.tlog
│ │ │ │ └── INSTALL.lastbuildstate
│ │ │ └── ZERO_CHECK
│ │ │ ├── ZERO_CHECK.Build.CppClean.log
│ │ │ ├── ZERO_CHECK.log
│ │ │ └── ZERO_CHECK.tlog
│ │ │ ├── custombuild.command.1.tlog
│ │ │ ├── custombuild.read.1.tlog
│ │ │ ├── custombuild.write.1.tlog
│ │ │ └── ZERO_CHECK.lastbuildstate
│ │ └── Release
│ │ ├── ALL_BUILD
│ │ │ ├── ALL_BUILD.Build.CppClean.log
│ │ │ ├── ALL_BUILD.log
│ │ │ └── ALL_BUILD.tlog
│ │ │ └── ALL_BUILD.lastbuildstate
│ │ ├── INSTALL
│ │ │ ├── INSTALL.log
│ │ │ └── INSTALL.tlog
│ │ │ ├── custombuild.command.1.tlog
│ │ │ ├── custombuild.read.1.tlog
│ │ │ ├── custombuild.write.1.tlog
│ │ │ └── INSTALL.lastbuildstate
│ │ └── ZERO_CHECK
│ │ ├── ZERO_CHECK.Build.CppClean.log
│ │ ├── ZERO_CHECK.log
│ │ └── ZERO_CHECK.tlog
│ │ ├── custombuild.command.1.tlog
│ │ ├── custombuild.read.1.tlog
│ │ ├── custombuild.write.1.tlog
│ │ └── ZERO_CHECK.lastbuildstate
│ ├── ZERO_CHECK.vcxproj
│ └── ZERO_CHECK.vcxproj.filters
├── tessdata
│ ├── chi_sim.traineddata
│ ├── configs
│ │ ├── ambigs.train
│ │ ├── api_config
│ │ ├── bazaar
│ │ ├── bigram
│ │ ├── box.train
│ │ ├── box.train.stderr
│ │ ├── digits
│ │ ├── get.image
│ │ ├── hocr
│ │ ├── inter
│ │ ├── kannada
│ │ ├── linebox
│ │ ├── logfile
│ │ ├── lstm.train
│ │ ├── makebox
│ │ ├── Makefile.am
│ │ ├── quiet
│ │ ├── rebox
│ │ ├── strokewidth
│ │ ├── tsv
│ │ ├── txt
│ │ └── unlv
│ ├── eng.traineddata
│ ├── eng.user-patterns
│ ├── eng.user-words
│ ├── Makefile.am
│ ├── pdf.ttf
│ └── tessconfigs
│ ├── batch
│ ├── batch.nochop
│ ├── Makefile.am
│ ├── matdemo
│ ├── msdemo
│ ├── nobatch
│ └── segdemo
├── tesseract.pc.cmake
├── tesseract.pc.in
├── tests
│ └── tesseracttests.cpp
├── unittest
│ ├── apiexample_test.cc
│ ├── include_gunit.h
│ ├── intsimdmatrix_test.cc
│ ├── loadlang_test.cc
│ ├── log.h
│ ├── Makefile.am
│ ├── matrix_test.cc
│ ├── osd_test.cc
│ ├── progress_test.cc
│ ├── README.md
│ └── unicharcompress_test.cc
├── unlvtests
│ ├── counttestset.sh
│ ├── Makefile.am
│ ├── README.md
│ ├── reorgdata.sh
│ ├── reports
│ │ ├── 1995.bus.3B.sum
│ │ ├── 1995.doe3.3B.sum
│ │ ├── 1995.mag.3B.sum
│ │ ├── 1995.news.3B.sum
│ │ ├── 2.03.summary
│ │ ├── 2.04.summary
│ │ ├── 4_best_int_spa.summary
│ │ ├── 4_best_spa.summary
│ │ ├── 4_fast_eng.summary
│ │ └── 4_fast_spa.summary
│ ├── runalltests.sh
│ ├── runalltests_spa.sh
│ └── runtestset.sh
└── VERSION
194 directories, 2210 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论