Import tesseract_4.1.1.orig.tar.xz
authorAlexander Pozdnyakov <almipo@mail.ru>
Fri, 10 Jan 2020 16:36:23 +0000 (16:36 +0000)
committerAlexander Pozdnyakov <almipo@mail.ru>
Fri, 10 Jan 2020 16:36:23 +0000 (16:36 +0000)
commitab32829b86c9df044a8e6871f5ff20ef99805889
tree2ad6d27220f0a65f48cfaa52914149f978ae37d3
Import tesseract_4.1.1.orig.tar.xz

[dgit import orig tesseract_4.1.1.orig.tar.xz]
863 files changed:
.clang-format [new file with mode: 0644]
.github/ISSUE_TEMPLATE.md [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.gitmodules [new file with mode: 0644]
.lgtm.yml [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
Dockerfile [new file with mode: 0644]
INSTALL [new file with mode: 0644]
INSTALL.GIT.md [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
README.md [new file with mode: 0644]
VERSION [new file with mode: 0644]
appveyor.yml [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
cmake/AddCompilerFlag.cmake [new file with mode: 0644]
cmake/BuildFunctions.cmake [new file with mode: 0644]
cmake/CheckCCompilerFlag.cmake [new file with mode: 0644]
cmake/CheckCXXCompilerFlag.cmake [new file with mode: 0644]
cmake/Configure.cmake [new file with mode: 0644]
cmake/OptimizeForArchitecture.cmake [new file with mode: 0644]
cmake/SourceGroups.cmake [new file with mode: 0644]
cmake/templates/TesseractConfig-version.cmake.in [new file with mode: 0644]
cmake/templates/TesseractConfig.cmake.in [new file with mode: 0644]
cmake/templates/cmake_uninstall.cmake.in [new file with mode: 0644]
configure.ac [new file with mode: 0644]
cppan.yml [new file with mode: 0644]
doc/Doxyfile [new file with mode: 0644]
doc/Makefile.am [new file with mode: 0644]
doc/ambiguous_words.1.asc [new file with mode: 0644]
doc/classifier_tester.1.asc [new file with mode: 0644]
doc/cntraining.1.asc [new file with mode: 0644]
doc/combine_lang_model.1.asc [new file with mode: 0644]
doc/combine_tessdata.1.asc [new file with mode: 0644]
doc/dawg2wordlist.1.asc [new file with mode: 0644]
doc/generate_manpages.sh [new file with mode: 0755]
doc/lstmeval.1.asc [new file with mode: 0644]
doc/lstmtraining.1.asc [new file with mode: 0644]
doc/merge_unicharsets.1.asc [new file with mode: 0644]
doc/mftraining.1.asc [new file with mode: 0644]
doc/set_unicharset_properties.1.asc [new file with mode: 0644]
doc/shapeclustering.1.asc [new file with mode: 0644]
doc/tesseract.1.asc [new file with mode: 0644]
doc/tesseract.bib [new file with mode: 0644]
doc/text2image.1.asc [new file with mode: 0644]
doc/unicharambigs.5.asc [new file with mode: 0644]
doc/unicharset.5.asc [new file with mode: 0644]
doc/unicharset_extractor.1.asc [new file with mode: 0644]
doc/wordlist2dawg.1.asc [new file with mode: 0644]
docker-compose.yml [new file with mode: 0644]
java/Makefile.am [new file with mode: 0644]
java/Manifest.txt [new file with mode: 0644]
java/com/Makefile.am [new file with mode: 0644]
java/com/google/Makefile.am [new file with mode: 0644]
java/com/google/scrollview/Makefile.am [new file with mode: 0644]
java/com/google/scrollview/ScrollView.java [new file with mode: 0644]
java/com/google/scrollview/events/Makefile.am [new file with mode: 0644]
java/com/google/scrollview/events/SVEvent.java [new file with mode: 0644]
java/com/google/scrollview/events/SVEventHandler.java [new file with mode: 0644]
java/com/google/scrollview/events/SVEventType.java [new file with mode: 0644]
java/com/google/scrollview/ui/Makefile.am [new file with mode: 0644]
java/com/google/scrollview/ui/SVAbstractMenuItem.java [new file with mode: 0644]
java/com/google/scrollview/ui/SVCheckboxMenuItem.java [new file with mode: 0644]
java/com/google/scrollview/ui/SVEmptyMenuItem.java [new file with mode: 0644]
java/com/google/scrollview/ui/SVImageHandler.java [new file with mode: 0644]
java/com/google/scrollview/ui/SVMenuBar.java [new file with mode: 0644]
java/com/google/scrollview/ui/SVMenuItem.java [new file with mode: 0644]
java/com/google/scrollview/ui/SVPopupMenu.java [new file with mode: 0644]
java/com/google/scrollview/ui/SVSubMenuItem.java [new file with mode: 0644]
java/com/google/scrollview/ui/SVWindow.java [new file with mode: 0644]
m4/ax_check_compile_flag.m4 [new file with mode: 0644]
m4/ax_split_version.m4 [new file with mode: 0644]
snap/snapcraft.yaml [new file with mode: 0644]
src/api/Makefile.am [new file with mode: 0644]
src/api/altorenderer.cpp [new file with mode: 0644]
src/api/apitypes.h [new file with mode: 0644]
src/api/baseapi.cpp [new file with mode: 0644]
src/api/baseapi.h [new file with mode: 0644]
src/api/capi.cpp [new file with mode: 0644]
src/api/capi.h [new file with mode: 0644]
src/api/hocrrenderer.cpp [new file with mode: 0644]
src/api/lstmboxrenderer.cpp [new file with mode: 0644]
src/api/pdfrenderer.cpp [new file with mode: 0644]
src/api/renderer.cpp [new file with mode: 0644]
src/api/renderer.h [new file with mode: 0644]
src/api/tess_version.h.in [new file with mode: 0644]
src/api/tesseractmain.cpp [new file with mode: 0644]
src/api/wordstrboxrenderer.cpp [new file with mode: 0644]
src/arch/Makefile.am [new file with mode: 0644]
src/arch/dotproduct.cpp [new file with mode: 0644]
src/arch/dotproduct.h [new file with mode: 0644]
src/arch/dotproductavx.cpp [new file with mode: 0644]
src/arch/dotproductfma.cpp [new file with mode: 0644]
src/arch/dotproductsse.cpp [new file with mode: 0644]
src/arch/intsimdmatrix.cpp [new file with mode: 0644]
src/arch/intsimdmatrix.h [new file with mode: 0644]
src/arch/intsimdmatrixavx2.cpp [new file with mode: 0644]
src/arch/intsimdmatrixsse.cpp [new file with mode: 0644]
src/arch/simddetect.cpp [new file with mode: 0644]
src/arch/simddetect.h [new file with mode: 0644]
src/ccmain/Makefile.am [new file with mode: 0644]
src/ccmain/adaptions.cpp [new file with mode: 0644]
src/ccmain/applybox.cpp [new file with mode: 0644]
src/ccmain/control.cpp [new file with mode: 0644]
src/ccmain/control.h [new file with mode: 0644]
src/ccmain/docqual.cpp [new file with mode: 0644]
src/ccmain/docqual.h [new file with mode: 0644]
src/ccmain/equationdetect.cpp [new file with mode: 0644]
src/ccmain/equationdetect.h [new file with mode: 0644]
src/ccmain/fixspace.cpp [new file with mode: 0644]
src/ccmain/fixspace.h [new file with mode: 0644]
src/ccmain/fixxht.cpp [new file with mode: 0644]
src/ccmain/linerec.cpp [new file with mode: 0644]
src/ccmain/ltrresultiterator.cpp [new file with mode: 0644]
src/ccmain/ltrresultiterator.h [new file with mode: 0644]
src/ccmain/mutableiterator.cpp [new file with mode: 0644]
src/ccmain/mutableiterator.h [new file with mode: 0644]
src/ccmain/osdetect.cpp [new file with mode: 0644]
src/ccmain/osdetect.h [new file with mode: 0644]
src/ccmain/output.cpp [new file with mode: 0644]
src/ccmain/output.h [new file with mode: 0644]
src/ccmain/pageiterator.cpp [new file with mode: 0644]
src/ccmain/pageiterator.h [new file with mode: 0644]
src/ccmain/pagesegmain.cpp [new file with mode: 0644]
src/ccmain/pagewalk.cpp [new file with mode: 0644]
src/ccmain/par_control.cpp [new file with mode: 0644]
src/ccmain/paragraphs.cpp [new file with mode: 0644]
src/ccmain/paragraphs.h [new file with mode: 0644]
src/ccmain/paragraphs_internal.h [new file with mode: 0644]
src/ccmain/paramsd.cpp [new file with mode: 0644]
src/ccmain/paramsd.h [new file with mode: 0644]
src/ccmain/pgedit.cpp [new file with mode: 0644]
src/ccmain/pgedit.h [new file with mode: 0644]
src/ccmain/recogtraining.cpp [new file with mode: 0644]
src/ccmain/reject.cpp [new file with mode: 0644]
src/ccmain/reject.h [new file with mode: 0644]
src/ccmain/resultiterator.cpp [new file with mode: 0644]
src/ccmain/resultiterator.h [new file with mode: 0644]
src/ccmain/superscript.cpp [new file with mode: 0644]
src/ccmain/tessbox.cpp [new file with mode: 0644]
src/ccmain/tessedit.cpp [new file with mode: 0644]
src/ccmain/tesseractclass.cpp [new file with mode: 0644]
src/ccmain/tesseractclass.h [new file with mode: 0644]
src/ccmain/tessvars.cpp [new file with mode: 0644]
src/ccmain/tessvars.h [new file with mode: 0644]
src/ccmain/tfacepp.cpp [new file with mode: 0644]
src/ccmain/thresholder.cpp [new file with mode: 0644]
src/ccmain/thresholder.h [new file with mode: 0644]
src/ccmain/werdit.cpp [new file with mode: 0644]
src/ccmain/werdit.h [new file with mode: 0644]
src/ccstruct/Makefile.am [new file with mode: 0644]
src/ccstruct/blamer.cpp [new file with mode: 0644]
src/ccstruct/blamer.h [new file with mode: 0644]
src/ccstruct/blobbox.cpp [new file with mode: 0644]
src/ccstruct/blobbox.h [new file with mode: 0644]
src/ccstruct/blobs.cpp [new file with mode: 0644]
src/ccstruct/blobs.h [new file with mode: 0644]
src/ccstruct/blread.cpp [new file with mode: 0644]
src/ccstruct/blread.h [new file with mode: 0644]
src/ccstruct/boxread.cpp [new file with mode: 0644]
src/ccstruct/boxread.h [new file with mode: 0644]
src/ccstruct/boxword.cpp [new file with mode: 0644]
src/ccstruct/boxword.h [new file with mode: 0644]
src/ccstruct/ccstruct.cpp [new file with mode: 0644]
src/ccstruct/ccstruct.h [new file with mode: 0644]
src/ccstruct/coutln.cpp [new file with mode: 0644]
src/ccstruct/coutln.h [new file with mode: 0644]
src/ccstruct/crakedge.h [new file with mode: 0644]
src/ccstruct/debugpixa.h [new file with mode: 0644]
src/ccstruct/detlinefit.cpp [new file with mode: 0644]
src/ccstruct/detlinefit.h [new file with mode: 0644]
src/ccstruct/dppoint.cpp [new file with mode: 0644]
src/ccstruct/dppoint.h [new file with mode: 0644]
src/ccstruct/fontinfo.cpp [new file with mode: 0644]
src/ccstruct/fontinfo.h [new file with mode: 0644]
src/ccstruct/imagedata.cpp [new file with mode: 0644]
src/ccstruct/imagedata.h [new file with mode: 0644]
src/ccstruct/linlsq.cpp [new file with mode: 0644]
src/ccstruct/linlsq.h [new file with mode: 0644]
src/ccstruct/matrix.cpp [new file with mode: 0644]
src/ccstruct/matrix.h [new file with mode: 0644]
src/ccstruct/mod128.cpp [new file with mode: 0644]
src/ccstruct/mod128.h [new file with mode: 0644]
src/ccstruct/normalis.cpp [new file with mode: 0644]
src/ccstruct/normalis.h [new file with mode: 0644]
src/ccstruct/ocrblock.cpp [new file with mode: 0644]
src/ccstruct/ocrblock.h [new file with mode: 0644]
src/ccstruct/ocrpara.cpp [new file with mode: 0644]
src/ccstruct/ocrpara.h [new file with mode: 0644]
src/ccstruct/ocrrow.cpp [new file with mode: 0644]
src/ccstruct/ocrrow.h [new file with mode: 0644]
src/ccstruct/otsuthr.cpp [new file with mode: 0644]
src/ccstruct/otsuthr.h [new file with mode: 0644]
src/ccstruct/pageres.cpp [new file with mode: 0644]
src/ccstruct/pageres.h [new file with mode: 0644]
src/ccstruct/params_training_featdef.cpp [new file with mode: 0644]
src/ccstruct/params_training_featdef.h [new file with mode: 0644]
src/ccstruct/pdblock.cpp [new file with mode: 0644]
src/ccstruct/pdblock.h [new file with mode: 0644]
src/ccstruct/points.cpp [new file with mode: 0644]
src/ccstruct/points.h [new file with mode: 0644]
src/ccstruct/polyaprx.cpp [new file with mode: 0644]
src/ccstruct/polyaprx.h [new file with mode: 0644]
src/ccstruct/polyblk.cpp [new file with mode: 0644]
src/ccstruct/polyblk.h [new file with mode: 0644]
src/ccstruct/publictypes.cpp [new file with mode: 0644]
src/ccstruct/publictypes.h [new file with mode: 0644]
src/ccstruct/quadlsq.cpp [new file with mode: 0644]
src/ccstruct/quadlsq.h [new file with mode: 0644]
src/ccstruct/quadratc.h [new file with mode: 0644]
src/ccstruct/quspline.cpp [new file with mode: 0644]
src/ccstruct/quspline.h [new file with mode: 0644]
src/ccstruct/ratngs.cpp [new file with mode: 0644]
src/ccstruct/ratngs.h [new file with mode: 0644]
src/ccstruct/rect.cpp [new file with mode: 0644]
src/ccstruct/rect.h [new file with mode: 0644]
src/ccstruct/rejctmap.cpp [new file with mode: 0644]
src/ccstruct/rejctmap.h [new file with mode: 0644]
src/ccstruct/seam.cpp [new file with mode: 0644]
src/ccstruct/seam.h [new file with mode: 0644]
src/ccstruct/split.cpp [new file with mode: 0644]
src/ccstruct/split.h [new file with mode: 0644]
src/ccstruct/statistc.cpp [new file with mode: 0644]
src/ccstruct/statistc.h [new file with mode: 0644]
src/ccstruct/stepblob.cpp [new file with mode: 0644]
src/ccstruct/stepblob.h [new file with mode: 0644]
src/ccstruct/werd.cpp [new file with mode: 0644]
src/ccstruct/werd.h [new file with mode: 0644]
src/ccutil/Makefile.am [new file with mode: 0644]
src/ccutil/ambigs.cpp [new file with mode: 0644]
src/ccutil/ambigs.h [new file with mode: 0644]
src/ccutil/bits16.h [new file with mode: 0644]
src/ccutil/bitvector.cpp [new file with mode: 0644]
src/ccutil/bitvector.h [new file with mode: 0644]
src/ccutil/ccutil.cpp [new file with mode: 0644]
src/ccutil/ccutil.h [new file with mode: 0644]
src/ccutil/clst.cpp [new file with mode: 0644]
src/ccutil/clst.h [new file with mode: 0644]
src/ccutil/doubleptr.h [new file with mode: 0644]
src/ccutil/elst.cpp [new file with mode: 0644]
src/ccutil/elst.h [new file with mode: 0644]
src/ccutil/elst2.cpp [new file with mode: 0644]
src/ccutil/elst2.h [new file with mode: 0644]
src/ccutil/errcode.cpp [new file with mode: 0644]
src/ccutil/errcode.h [new file with mode: 0644]
src/ccutil/fileerr.h [new file with mode: 0644]
src/ccutil/genericheap.h [new file with mode: 0644]
src/ccutil/genericvector.h [new file with mode: 0644]
src/ccutil/globaloc.cpp [new file with mode: 0644]
src/ccutil/globaloc.h [new file with mode: 0644]
src/ccutil/helpers.h [new file with mode: 0644]
src/ccutil/host.h [new file with mode: 0644]
src/ccutil/indexmapbidi.cpp [new file with mode: 0644]
src/ccutil/indexmapbidi.h [new file with mode: 0644]
src/ccutil/kdpair.h [new file with mode: 0644]
src/ccutil/lsterr.h [new file with mode: 0644]
src/ccutil/mainblk.cpp [new file with mode: 0644]
src/ccutil/object_cache.h [new file with mode: 0644]
src/ccutil/ocrclass.h [new file with mode: 0644]
src/ccutil/params.cpp [new file with mode: 0644]
src/ccutil/params.h [new file with mode: 0644]
src/ccutil/platform.h [new file with mode: 0644]
src/ccutil/qrsequence.h [new file with mode: 0644]
src/ccutil/scanutils.cpp [new file with mode: 0644]
src/ccutil/scanutils.h [new file with mode: 0644]
src/ccutil/serialis.cpp [new file with mode: 0644]
src/ccutil/serialis.h [new file with mode: 0644]
src/ccutil/sorthelper.h [new file with mode: 0644]
src/ccutil/strngs.cpp [new file with mode: 0644]
src/ccutil/strngs.h [new file with mode: 0644]
src/ccutil/tesscallback.h [new file with mode: 0644]
src/ccutil/tessdatamanager.cpp [new file with mode: 0644]
src/ccutil/tessdatamanager.h [new file with mode: 0644]
src/ccutil/tprintf.cpp [new file with mode: 0644]
src/ccutil/tprintf.h [new file with mode: 0644]
src/ccutil/unichar.cpp [new file with mode: 0644]
src/ccutil/unichar.h [new file with mode: 0644]
src/ccutil/unicharcompress.cpp [new file with mode: 0644]
src/ccutil/unicharcompress.h [new file with mode: 0644]
src/ccutil/unicharmap.cpp [new file with mode: 0644]
src/ccutil/unicharmap.h [new file with mode: 0644]
src/ccutil/unicharset.cpp [new file with mode: 0644]
src/ccutil/unicharset.h [new file with mode: 0644]
src/ccutil/unicity_table.h [new file with mode: 0644]
src/ccutil/unicodes.cpp [new file with mode: 0644]
src/ccutil/unicodes.h [new file with mode: 0644]
src/ccutil/universalambigs.cpp [new file with mode: 0644]
src/ccutil/universalambigs.h [new file with mode: 0644]
src/classify/Makefile.am [new file with mode: 0644]
src/classify/adaptive.cpp [new file with mode: 0644]
src/classify/adaptive.h [new file with mode: 0644]
src/classify/adaptmatch.cpp [new file with mode: 0644]
src/classify/blobclass.cpp [new file with mode: 0644]
src/classify/blobclass.h [new file with mode: 0644]
src/classify/classify.cpp [new file with mode: 0644]
src/classify/classify.h [new file with mode: 0644]
src/classify/cluster.cpp [new file with mode: 0644]
src/classify/cluster.h [new file with mode: 0644]
src/classify/clusttool.cpp [new file with mode: 0644]
src/classify/clusttool.h [new file with mode: 0644]
src/classify/cutoffs.cpp [new file with mode: 0644]
src/classify/featdefs.cpp [new file with mode: 0644]
src/classify/featdefs.h [new file with mode: 0644]
src/classify/float2int.cpp [new file with mode: 0644]
src/classify/float2int.h [new file with mode: 0644]
src/classify/fpoint.cpp [new file with mode: 0644]
src/classify/fpoint.h [new file with mode: 0644]
src/classify/intfeaturedist.cpp [new file with mode: 0644]
src/classify/intfeaturedist.h [new file with mode: 0644]
src/classify/intfeaturemap.cpp [new file with mode: 0644]
src/classify/intfeaturemap.h [new file with mode: 0644]
src/classify/intfeaturespace.cpp [new file with mode: 0644]
src/classify/intfeaturespace.h [new file with mode: 0644]
src/classify/intfx.cpp [new file with mode: 0644]
src/classify/intfx.h [new file with mode: 0644]
src/classify/intmatcher.cpp [new file with mode: 0644]
src/classify/intmatcher.h [new file with mode: 0644]
src/classify/intproto.cpp [new file with mode: 0644]
src/classify/intproto.h [new file with mode: 0644]
src/classify/kdtree.cpp [new file with mode: 0644]
src/classify/kdtree.h [new file with mode: 0644]
src/classify/mf.cpp [new file with mode: 0644]
src/classify/mf.h [new file with mode: 0644]
src/classify/mfdefs.cpp [new file with mode: 0644]
src/classify/mfdefs.h [new file with mode: 0644]
src/classify/mfoutline.cpp [new file with mode: 0644]
src/classify/mfoutline.h [new file with mode: 0644]
src/classify/mfx.cpp [new file with mode: 0644]
src/classify/mfx.h [new file with mode: 0644]
src/classify/normfeat.cpp [new file with mode: 0644]
src/classify/normfeat.h [new file with mode: 0644]
src/classify/normmatch.cpp [new file with mode: 0644]
src/classify/normmatch.h [new file with mode: 0644]
src/classify/ocrfeatures.cpp [new file with mode: 0644]
src/classify/ocrfeatures.h [new file with mode: 0644]
src/classify/outfeat.cpp [new file with mode: 0644]
src/classify/outfeat.h [new file with mode: 0644]
src/classify/picofeat.cpp [new file with mode: 0644]
src/classify/picofeat.h [new file with mode: 0644]
src/classify/protos.cpp [new file with mode: 0644]
src/classify/protos.h [new file with mode: 0644]
src/classify/sampleiterator.cpp [new file with mode: 0644]
src/classify/sampleiterator.h [new file with mode: 0644]
src/classify/shapeclassifier.cpp [new file with mode: 0644]
src/classify/shapeclassifier.h [new file with mode: 0644]
src/classify/shapetable.cpp [new file with mode: 0644]
src/classify/shapetable.h [new file with mode: 0644]
src/classify/tessclassifier.cpp [new file with mode: 0644]
src/classify/tessclassifier.h [new file with mode: 0644]
src/classify/trainingsample.cpp [new file with mode: 0644]
src/classify/trainingsample.h [new file with mode: 0644]
src/classify/trainingsampleset.cpp [new file with mode: 0644]
src/classify/trainingsampleset.h [new file with mode: 0644]
src/cutil/Makefile.am [new file with mode: 0644]
src/cutil/bitvec.h [new file with mode: 0644]
src/cutil/callcpp.cpp [new file with mode: 0644]
src/cutil/callcpp.h [new file with mode: 0644]
src/cutil/cutil_class.cpp [new file with mode: 0644]
src/cutil/cutil_class.h [new file with mode: 0644]
src/cutil/emalloc.cpp [new file with mode: 0644]
src/cutil/emalloc.h [new file with mode: 0644]
src/cutil/oldlist.cpp [new file with mode: 0644]
src/cutil/oldlist.h [new file with mode: 0644]
src/dict/Makefile.am [new file with mode: 0644]
src/dict/context.cpp [new file with mode: 0644]
src/dict/dawg.cpp [new file with mode: 0644]
src/dict/dawg.h [new file with mode: 0644]
src/dict/dawg_cache.cpp [new file with mode: 0644]
src/dict/dawg_cache.h [new file with mode: 0644]
src/dict/dict.cpp [new file with mode: 0644]
src/dict/dict.h [new file with mode: 0644]
src/dict/hyphen.cpp [new file with mode: 0644]
src/dict/matchdefs.h [new file with mode: 0644]
src/dict/permdawg.cpp [new file with mode: 0644]
src/dict/stopper.cpp [new file with mode: 0644]
src/dict/stopper.h [new file with mode: 0644]
src/dict/trie.cpp [new file with mode: 0644]
src/dict/trie.h [new file with mode: 0644]
src/lstm/Makefile.am [new file with mode: 0644]
src/lstm/convolve.cpp [new file with mode: 0644]
src/lstm/convolve.h [new file with mode: 0644]
src/lstm/ctc.cpp [new file with mode: 0644]
src/lstm/ctc.h [new file with mode: 0644]
src/lstm/fullyconnected.cpp [new file with mode: 0644]
src/lstm/fullyconnected.h [new file with mode: 0644]
src/lstm/functions.cpp [new file with mode: 0644]
src/lstm/functions.h [new file with mode: 0644]
src/lstm/generate_lut.py [new file with mode: 0755]
src/lstm/input.cpp [new file with mode: 0644]
src/lstm/input.h [new file with mode: 0644]
src/lstm/lstm.cpp [new file with mode: 0644]
src/lstm/lstm.h [new file with mode: 0644]
src/lstm/lstmrecognizer.cpp [new file with mode: 0644]
src/lstm/lstmrecognizer.h [new file with mode: 0644]
src/lstm/lstmtrainer.cpp [new file with mode: 0644]
src/lstm/lstmtrainer.h [new file with mode: 0644]
src/lstm/maxpool.cpp [new file with mode: 0644]
src/lstm/maxpool.h [new file with mode: 0644]
src/lstm/network.cpp [new file with mode: 0644]
src/lstm/network.h [new file with mode: 0644]
src/lstm/networkbuilder.cpp [new file with mode: 0644]
src/lstm/networkbuilder.h [new file with mode: 0644]
src/lstm/networkio.cpp [new file with mode: 0644]
src/lstm/networkio.h [new file with mode: 0644]
src/lstm/networkscratch.h [new file with mode: 0644]
src/lstm/parallel.cpp [new file with mode: 0644]
src/lstm/parallel.h [new file with mode: 0644]
src/lstm/plumbing.cpp [new file with mode: 0644]
src/lstm/plumbing.h [new file with mode: 0644]
src/lstm/recodebeam.cpp [new file with mode: 0644]
src/lstm/recodebeam.h [new file with mode: 0644]
src/lstm/reconfig.cpp [new file with mode: 0644]
src/lstm/reconfig.h [new file with mode: 0644]
src/lstm/reversed.cpp [new file with mode: 0644]
src/lstm/reversed.h [new file with mode: 0644]
src/lstm/series.cpp [new file with mode: 0644]
src/lstm/series.h [new file with mode: 0644]
src/lstm/static_shape.h [new file with mode: 0644]
src/lstm/stridemap.cpp [new file with mode: 0644]
src/lstm/stridemap.h [new file with mode: 0644]
src/lstm/tfnetwork.cpp [new file with mode: 0644]
src/lstm/tfnetwork.h [new file with mode: 0644]
src/lstm/tfnetwork.pb.cc [new file with mode: 0644]
src/lstm/tfnetwork.pb.h [new file with mode: 0644]
src/lstm/tfnetwork.proto [new file with mode: 0644]
src/lstm/weightmatrix.cpp [new file with mode: 0644]
src/lstm/weightmatrix.h [new file with mode: 0644]
src/opencl/Makefile.am [new file with mode: 0644]
src/opencl/oclkernels.h [new file with mode: 0644]
src/opencl/openclwrapper.cpp [new file with mode: 0644]
src/opencl/openclwrapper.h [new file with mode: 0644]
src/textord/Makefile.am [new file with mode: 0644]
src/textord/alignedblob.cpp [new file with mode: 0644]
src/textord/alignedblob.h [new file with mode: 0644]
src/textord/baselinedetect.cpp [new file with mode: 0644]
src/textord/baselinedetect.h [new file with mode: 0644]
src/textord/bbgrid.cpp [new file with mode: 0644]
src/textord/bbgrid.h [new file with mode: 0644]
src/textord/blkocc.cpp [new file with mode: 0644]
src/textord/blkocc.h [new file with mode: 0644]
src/textord/blobgrid.cpp [new file with mode: 0644]
src/textord/blobgrid.h [new file with mode: 0644]
src/textord/ccnontextdetect.cpp [new file with mode: 0644]
src/textord/ccnontextdetect.h [new file with mode: 0644]
src/textord/cjkpitch.cpp [new file with mode: 0644]
src/textord/cjkpitch.h [new file with mode: 0644]
src/textord/colfind.cpp [new file with mode: 0644]
src/textord/colfind.h [new file with mode: 0644]
src/textord/colpartition.cpp [new file with mode: 0644]
src/textord/colpartition.h [new file with mode: 0644]
src/textord/colpartitiongrid.cpp [new file with mode: 0644]
src/textord/colpartitiongrid.h [new file with mode: 0644]
src/textord/colpartitionset.cpp [new file with mode: 0644]
src/textord/colpartitionset.h [new file with mode: 0644]
src/textord/devanagari_processing.cpp [new file with mode: 0644]
src/textord/devanagari_processing.h [new file with mode: 0644]
src/textord/drawtord.cpp [new file with mode: 0644]
src/textord/drawtord.h [new file with mode: 0644]
src/textord/edgblob.cpp [new file with mode: 0644]
src/textord/edgblob.h [new file with mode: 0644]
src/textord/edgloop.cpp [new file with mode: 0644]
src/textord/edgloop.h [new file with mode: 0644]
src/textord/equationdetectbase.cpp [new file with mode: 0644]
src/textord/equationdetectbase.h [new file with mode: 0644]
src/textord/fpchop.cpp [new file with mode: 0644]
src/textord/fpchop.h [new file with mode: 0644]
src/textord/gap_map.cpp [new file with mode: 0644]
src/textord/gap_map.h [new file with mode: 0644]
src/textord/imagefind.cpp [new file with mode: 0644]
src/textord/imagefind.h [new file with mode: 0644]
src/textord/linefind.cpp [new file with mode: 0644]
src/textord/linefind.h [new file with mode: 0644]
src/textord/makerow.cpp [new file with mode: 0644]
src/textord/makerow.h [new file with mode: 0644]
src/textord/oldbasel.cpp [new file with mode: 0644]
src/textord/oldbasel.h [new file with mode: 0644]
src/textord/pithsync.cpp [new file with mode: 0644]
src/textord/pithsync.h [new file with mode: 0644]
src/textord/pitsync1.cpp [new file with mode: 0644]
src/textord/pitsync1.h [new file with mode: 0644]
src/textord/scanedg.cpp [new file with mode: 0644]
src/textord/scanedg.h [new file with mode: 0644]
src/textord/sortflts.cpp [new file with mode: 0644]
src/textord/sortflts.h [new file with mode: 0644]
src/textord/strokewidth.cpp [new file with mode: 0644]
src/textord/strokewidth.h [new file with mode: 0644]
src/textord/tabfind.cpp [new file with mode: 0644]
src/textord/tabfind.h [new file with mode: 0644]
src/textord/tablefind.cpp [new file with mode: 0644]
src/textord/tablefind.h [new file with mode: 0644]
src/textord/tablerecog.cpp [new file with mode: 0644]
src/textord/tablerecog.h [new file with mode: 0644]
src/textord/tabvector.cpp [new file with mode: 0644]
src/textord/tabvector.h [new file with mode: 0644]
src/textord/textlineprojection.cpp [new file with mode: 0644]
src/textord/textlineprojection.h [new file with mode: 0644]
src/textord/textord.cpp [new file with mode: 0644]
src/textord/textord.h [new file with mode: 0644]
src/textord/topitch.cpp [new file with mode: 0644]
src/textord/topitch.h [new file with mode: 0644]
src/textord/tordmain.cpp [new file with mode: 0644]
src/textord/tordmain.h [new file with mode: 0644]
src/textord/tospace.cpp [new file with mode: 0644]
src/textord/tovars.cpp [new file with mode: 0644]
src/textord/tovars.h [new file with mode: 0644]
src/textord/underlin.cpp [new file with mode: 0644]
src/textord/underlin.h [new file with mode: 0644]
src/textord/wordseg.cpp [new file with mode: 0644]
src/textord/wordseg.h [new file with mode: 0644]
src/textord/workingpartset.cpp [new file with mode: 0644]
src/textord/workingpartset.h [new file with mode: 0644]
src/training/CMakeLists.txt [new file with mode: 0644]
src/training/Makefile.am [new file with mode: 0644]
src/training/ambiguous_words.cpp [new file with mode: 0644]
src/training/boxchar.cpp [new file with mode: 0644]
src/training/boxchar.h [new file with mode: 0644]
src/training/classifier_tester.cpp [new file with mode: 0644]
src/training/cntraining.cpp [new file with mode: 0644]
src/training/combine_lang_model.cpp [new file with mode: 0644]
src/training/combine_tessdata.cpp [new file with mode: 0644]
src/training/commandlineflags.cpp [new file with mode: 0644]
src/training/commandlineflags.h [new file with mode: 0644]
src/training/commontraining.cpp [new file with mode: 0644]
src/training/commontraining.h [new file with mode: 0644]
src/training/dawg2wordlist.cpp [new file with mode: 0644]
src/training/degradeimage.cpp [new file with mode: 0644]
src/training/degradeimage.h [new file with mode: 0644]
src/training/errorcounter.cpp [new file with mode: 0644]
src/training/errorcounter.h [new file with mode: 0644]
src/training/fileio.cpp [new file with mode: 0644]
src/training/fileio.h [new file with mode: 0644]
src/training/icuerrorcode.cpp [new file with mode: 0644]
src/training/icuerrorcode.h [new file with mode: 0644]
src/training/lang_model_helpers.cpp [new file with mode: 0644]
src/training/lang_model_helpers.h [new file with mode: 0644]
src/training/language-specific.sh [new file with mode: 0755]
src/training/language_specific.py [new file with mode: 0644]
src/training/ligature_table.cpp [new file with mode: 0644]
src/training/ligature_table.h [new file with mode: 0644]
src/training/lstmeval.cpp [new file with mode: 0644]
src/training/lstmtester.cpp [new file with mode: 0644]
src/training/lstmtester.h [new file with mode: 0644]
src/training/lstmtraining.cpp [new file with mode: 0644]
src/training/mastertrainer.cpp [new file with mode: 0644]
src/training/mastertrainer.h [new file with mode: 0644]
src/training/merge_unicharsets.cpp [new file with mode: 0644]
src/training/mergenf.cpp [new file with mode: 0644]
src/training/mergenf.h [new file with mode: 0644]
src/training/mftraining.cpp [new file with mode: 0644]
src/training/normstrngs.cpp [new file with mode: 0644]
src/training/normstrngs.h [new file with mode: 0644]
src/training/pango_font_info.cpp [new file with mode: 0644]
src/training/pango_font_info.h [new file with mode: 0644]
src/training/set_unicharset_properties.cpp [new file with mode: 0644]
src/training/shapeclustering.cpp [new file with mode: 0644]
src/training/stringrenderer.cpp [new file with mode: 0644]
src/training/stringrenderer.h [new file with mode: 0644]
src/training/tessopt.cpp [new file with mode: 0644]
src/training/tessopt.h [new file with mode: 0644]
src/training/tesstrain.py [new file with mode: 0755]
src/training/tesstrain.sh [new file with mode: 0755]
src/training/tesstrain_utils.py [new file with mode: 0644]
src/training/tesstrain_utils.sh [new file with mode: 0644]
src/training/text2image.cpp [new file with mode: 0644]
src/training/tlog.cpp [new file with mode: 0644]
src/training/tlog.h [new file with mode: 0644]
src/training/unicharset_extractor.cpp [new file with mode: 0644]
src/training/unicharset_training_utils.cpp [new file with mode: 0644]
src/training/unicharset_training_utils.h [new file with mode: 0644]
src/training/util.h [new file with mode: 0644]
src/training/validate_grapheme.cpp [new file with mode: 0644]
src/training/validate_grapheme.h [new file with mode: 0644]
src/training/validate_indic.cpp [new file with mode: 0644]
src/training/validate_indic.h [new file with mode: 0644]
src/training/validate_javanese.cpp [new file with mode: 0644]
src/training/validate_javanese.h [new file with mode: 0644]
src/training/validate_khmer.cpp [new file with mode: 0644]
src/training/validate_khmer.h [new file with mode: 0644]
src/training/validate_myanmar.cpp [new file with mode: 0644]
src/training/validate_myanmar.h [new file with mode: 0644]
src/training/validator.cpp [new file with mode: 0644]
src/training/validator.h [new file with mode: 0644]
src/training/wordlist2dawg.cpp [new file with mode: 0644]
src/viewer/Makefile.am [new file with mode: 0644]
src/viewer/scrollview.cpp [new file with mode: 0644]
src/viewer/scrollview.h [new file with mode: 0644]
src/viewer/svmnode.cpp [new file with mode: 0644]
src/viewer/svmnode.h [new file with mode: 0644]
src/viewer/svpaint.cpp [new file with mode: 0644]
src/viewer/svutil.cpp [new file with mode: 0644]
src/viewer/svutil.h [new file with mode: 0644]
src/vs2010/tesseract/libtesseract.rc.in [new file with mode: 0644]
src/vs2010/tesseract/resource.h [new file with mode: 0644]
src/vs2010/tesseract/tesseract.rc.in [new file with mode: 0644]
src/wordrec/Makefile.am [new file with mode: 0644]
src/wordrec/associate.cpp [new file with mode: 0644]
src/wordrec/associate.h [new file with mode: 0644]
src/wordrec/chop.cpp [new file with mode: 0644]
src/wordrec/chop.h [new file with mode: 0644]
src/wordrec/chopper.cpp [new file with mode: 0644]
src/wordrec/drawfx.cpp [new file with mode: 0644]
src/wordrec/drawfx.h [new file with mode: 0644]
src/wordrec/findseam.cpp [new file with mode: 0644]
src/wordrec/findseam.h [new file with mode: 0644]
src/wordrec/gradechop.cpp [new file with mode: 0644]
src/wordrec/language_model.cpp [new file with mode: 0644]
src/wordrec/language_model.h [new file with mode: 0644]
src/wordrec/lm_consistency.cpp [new file with mode: 0644]
src/wordrec/lm_consistency.h [new file with mode: 0644]
src/wordrec/lm_pain_points.cpp [new file with mode: 0644]
src/wordrec/lm_pain_points.h [new file with mode: 0644]
src/wordrec/lm_state.cpp [new file with mode: 0644]
src/wordrec/lm_state.h [new file with mode: 0644]
src/wordrec/measure.h [new file with mode: 0644]
src/wordrec/outlines.cpp [new file with mode: 0644]
src/wordrec/outlines.h [new file with mode: 0644]
src/wordrec/params_model.cpp [new file with mode: 0644]
src/wordrec/params_model.h [new file with mode: 0644]
src/wordrec/pieces.cpp [new file with mode: 0644]
src/wordrec/plotedges.cpp [new file with mode: 0644]
src/wordrec/plotedges.h [new file with mode: 0644]
src/wordrec/render.cpp [new file with mode: 0644]
src/wordrec/render.h [new file with mode: 0644]
src/wordrec/segsearch.cpp [new file with mode: 0644]
src/wordrec/tface.cpp [new file with mode: 0644]
src/wordrec/wordclass.cpp [new file with mode: 0644]
src/wordrec/wordrec.cpp [new file with mode: 0644]
src/wordrec/wordrec.h [new file with mode: 0644]
sw.cpp [new file with mode: 0644]
tessdata/Makefile.am [new file with mode: 0644]
tessdata/configs/Makefile.am [new file with mode: 0644]
tessdata/configs/alto [new file with mode: 0644]
tessdata/configs/ambigs.train [new file with mode: 0644]
tessdata/configs/api_config [new file with mode: 0644]
tessdata/configs/bazaar [new file with mode: 0644]
tessdata/configs/bigram [new file with mode: 0644]
tessdata/configs/box.train [new file with mode: 0644]
tessdata/configs/box.train.stderr [new file with mode: 0644]
tessdata/configs/digits [new file with mode: 0644]
tessdata/configs/get.images [new file with mode: 0644]
tessdata/configs/hocr [new file with mode: 0644]
tessdata/configs/inter [new file with mode: 0644]
tessdata/configs/kannada [new file with mode: 0644]
tessdata/configs/linebox [new file with mode: 0644]
tessdata/configs/logfile [new file with mode: 0644]
tessdata/configs/lstm.train [new file with mode: 0644]
tessdata/configs/lstmbox [new file with mode: 0644]
tessdata/configs/lstmdebug [new file with mode: 0644]
tessdata/configs/makebox [new file with mode: 0644]
tessdata/configs/pdf [new file with mode: 0644]
tessdata/configs/quiet [new file with mode: 0644]
tessdata/configs/rebox [new file with mode: 0644]
tessdata/configs/strokewidth [new file with mode: 0644]
tessdata/configs/tsv [new file with mode: 0644]
tessdata/configs/txt [new file with mode: 0644]
tessdata/configs/unlv [new file with mode: 0644]
tessdata/configs/wordstrbox [new file with mode: 0644]
tessdata/eng.user-patterns [new file with mode: 0644]
tessdata/eng.user-words [new file with mode: 0644]
tessdata/pdf.ttf [new file with mode: 0644]
tessdata/tessconfigs/Makefile.am [new file with mode: 0644]
tessdata/tessconfigs/batch [new file with mode: 0644]
tessdata/tessconfigs/batch.nochop [new file with mode: 0644]
tessdata/tessconfigs/matdemo [new file with mode: 0644]
tessdata/tessconfigs/msdemo [new file with mode: 0644]
tessdata/tessconfigs/nobatch [new file with mode: 0644]
tessdata/tessconfigs/segdemo [new file with mode: 0644]
tesseract.pc.cmake [new file with mode: 0644]
tesseract.pc.in [new file with mode: 0644]
test/.gitignore [new file with mode: 0644]
test/LICENSE [new file with mode: 0644]
test/README.md [new file with mode: 0644]
test/langtests/README.md [new file with mode: 0644]
test/langtests/counttestset.sh [new file with mode: 0755]
test/langtests/deva_setup.sh [new file with mode: 0755]
test/langtests/deva_test.sh [new file with mode: 0755]
test/langtests/frk_setup.sh [new file with mode: 0755]
test/langtests/frk_test.sh [new file with mode: 0755]
test/langtests/reports/Devanagari-2019-03-09.summary [new file with mode: 0644]
test/langtests/reports/Devanagari.summary [new file with mode: 0644]
test/langtests/reports/Fraktur-2019-03-09.summary [new file with mode: 0644]
test/langtests/reports/Fraktur.summary [new file with mode: 0644]
test/langtests/reports/frk-2019-03-09.summary [new file with mode: 0644]
test/langtests/reports/frk.summary [new file with mode: 0644]
test/langtests/reports/san-2019-03-09.summary [new file with mode: 0644]
test/langtests/reports/san.summary [new file with mode: 0644]
test/langtests/runlangtests.sh [new file with mode: 0755]
test/langtests/runtestset.sh [new file with mode: 0755]
test/testdata/README.md [new file with mode: 0644]
test/testdata/ara.unicharset [new file with mode: 0644]
test/testdata/ara.wordlist [new file with mode: 0644]
test/testdata/chi_sim.unicharset [new file with mode: 0644]
test/testdata/chi_tra.unicharset [new file with mode: 0644]
test/testdata/deu.Arial_Unicode_MS.exp0.lstmf [new file with mode: 0644]
test/testdata/deu/deu.traineddata [new file with mode: 0644]
test/testdata/deu/deu.unicharset [new file with mode: 0644]
test/testdata/eng.Arial.exp0.lstmf [new file with mode: 0644]
test/testdata/eng.Arial_Unicode_MS.exp0.lstmf [new file with mode: 0644]
test/testdata/eng.params_model [new file with mode: 0644]
test/testdata/eng.unicharset [new file with mode: 0644]
test/testdata/eng/eng.traineddata [new file with mode: 0644]
test/testdata/eng/eng.unicharset [new file with mode: 0644]
test/testdata/fra.Arial_Unicode_MS.exp0.lstmf [new file with mode: 0644]
test/testdata/fra/fra.traineddata [new file with mode: 0644]
test/testdata/fra/fra.unicharset [new file with mode: 0644]
test/testdata/jpn.unicharset [new file with mode: 0644]
test/testdata/kan.Arial_Unicode_MS.exp0.lstmf [new file with mode: 0644]
test/testdata/kan.unicharset [new file with mode: 0644]
test/testdata/kan/kan.traineddata [new file with mode: 0644]
test/testdata/kan/kan.unicharset [new file with mode: 0644]
test/testdata/kor.Arial_Unicode_MS.exp0.lstmf [new file with mode: 0644]
test/testdata/kor.unicharset [new file with mode: 0644]
test/testdata/kor/kor.traineddata [new file with mode: 0644]
test/testdata/kor/kor.unicharset [new file with mode: 0644]
test/testdata/mar.unicharset [new file with mode: 0644]
test/testdata/por.unicharset [new file with mode: 0644]
test/testdata/scanftest.txt [new file with mode: 0644]
test/testdata/trivial.unicharset [new file with mode: 0644]
test/testing/12.tif [new file with mode: 0644]
test/testing/136.tif [new file with mode: 0644]
test/testing/256.tif [new file with mode: 0644]
test/testing/324.tif [new file with mode: 0644]
test/testing/410.tif [new file with mode: 0644]
test/testing/432.tif [new file with mode: 0644]
test/testing/433.tif [new file with mode: 0644]
test/testing/540.tif [new file with mode: 0644]
test/testing/692.tif [new file with mode: 0644]
test/testing/779.tif [new file with mode: 0644]
test/testing/793.tif [new file with mode: 0644]
test/testing/8071_093.3B.tif [new file with mode: 0644]
test/testing/8071_093.3B.txt [new file with mode: 0755]
test/testing/8071_093.3B.uzn [new file with mode: 0644]
test/testing/808.tif [new file with mode: 0644]
test/testing/8087_054.3B.tif [new file with mode: 0644]
test/testing/8087_054.3B.txt [new file with mode: 0644]
test/testing/8087_054.3B.uzn [new file with mode: 0644]
test/testing/8087_054.3G.tif [new file with mode: 0644]
test/testing/815.tif [new file with mode: 0644]
test/testing/HelloGoogle.tif [new file with mode: 0644]
test/testing/README.md [new file with mode: 0644]
test/testing/arabic.tif [new file with mode: 0644]
test/testing/deslant.tif [new file with mode: 0644]
test/testing/devatest-rotated-270.png [new file with mode: 0644]
test/testing/devatest.png [new file with mode: 0644]
test/testing/eng.Arial.exp0.tr [new file with mode: 0644]
test/testing/eng.unicharset [new file with mode: 0644]
test/testing/eng.wordlist.clean.freq [new file with mode: 0644]
test/testing/eng.xheights [new file with mode: 0644]
test/testing/eng_beam.unicharset [new file with mode: 0644]
test/testing/eurotext.tif [new file with mode: 0644]
test/testing/eurotext.txt [new file with mode: 0644]
test/testing/hebrew-nikud-genesis-1-2.png [new file with mode: 0644]
test/testing/hebrew.png [new file with mode: 0644]
test/testing/hebtypo.jpg [new file with mode: 0644]
test/testing/hin_beam.unicharset [new file with mode: 0644]
test/testing/phototest-rotated-180.png [new file with mode: 0644]
test/testing/phototest-rotated-L.png [new file with mode: 0644]
test/testing/phototest-rotated-R.png [new file with mode: 0644]
test/testing/phototest.gold.txt [new file with mode: 0644]
test/testing/phototest.tif [new file with mode: 0644]
test/testing/phototest.txt [new file with mode: 0644]
test/testing/phototest_2.tif [new file with mode: 0644]
test/testing/phototestrot.tif [new file with mode: 0644]
test/testing/raaj.tif [new file with mode: 0644]
test/testing/segmodeimg.odt [new file with mode: 0644]
test/testing/segmodeimg.tif [new file with mode: 0644]
test/testing/trainingital.box [new file with mode: 0644]
test/testing/trainingital.tif [new file with mode: 0644]
test/testing/trainingitalline.box [new file with mode: 0644]
test/testing/trainingitalline.tif [new file with mode: 0644]
test/testing/trainingtimes.box [new file with mode: 0644]
test/testing/trainingtimes.tif [new file with mode: 0644]
test/testing/trainingtimesline.box [new file with mode: 0644]
test/testing/trainingtimesline.tif [new file with mode: 0644]
test/testing/viet.tif [new file with mode: 0644]
test/unlvtests/README.md [new file with mode: 0644]
test/unlvtests/counttestset.sh [new file with mode: 0755]
test/unlvtests/reorgdata.sh [new file with mode: 0755]
test/unlvtests/reports/1995.bus.3B.sum [new file with mode: 0644]
test/unlvtests/reports/1995.doe3.3B.sum [new file with mode: 0644]
test/unlvtests/reports/1995.mag.3B.sum [new file with mode: 0644]
test/unlvtests/reports/1995.news.3B.sum [new file with mode: 0644]
test/unlvtests/reports/2.03.summary [new file with mode: 0644]
test/unlvtests/reports/2.04.summary [new file with mode: 0644]
test/unlvtests/reports/4_best_int_spa.summary [new file with mode: 0644]
test/unlvtests/reports/4_best_spa.summary [new file with mode: 0644]
test/unlvtests/reports/4_fast_eng.summary [new file with mode: 0644]
test/unlvtests/reports/4_fast_spa.summary [new file with mode: 0644]
test/unlvtests/runalltests.sh [new file with mode: 0755]
test/unlvtests/runalltests_spa.sh [new file with mode: 0755]
test/unlvtests/runtestset.sh [new file with mode: 0755]
unittest/Makefile.am [new file with mode: 0644]
unittest/README.md [new file with mode: 0644]
unittest/apiexample_test.cc [new file with mode: 0644]
unittest/applybox_test.cc [new file with mode: 0644]
unittest/baseapi_test.cc [new file with mode: 0644]
unittest/baseapi_thread_test.cc [new file with mode: 0644]
unittest/bitvector_test.cc [new file with mode: 0644]
unittest/cleanapi_test.cc [new file with mode: 0644]
unittest/colpartition_test.cc [new file with mode: 0644]
unittest/commandlineflags_test.cc [new file with mode: 0644]
unittest/cycletimer.h [new file with mode: 0644]
unittest/dawg_test.cc [new file with mode: 0644]
unittest/denorm_test.cc [new file with mode: 0644]
unittest/equationdetect_test.cc [new file with mode: 0644]
unittest/fileio_test.cc [new file with mode: 0644]
unittest/fuzzers/fuzzer-api.cpp [new file with mode: 0644]
unittest/heap_test.cc [new file with mode: 0644]
unittest/imagedata_test.cc [new file with mode: 0644]
unittest/include_gunit.h [new file with mode: 0644]
unittest/indexmapbidi_test.cc [new file with mode: 0644]
unittest/intfeaturemap_test.cc [new file with mode: 0644]
unittest/intsimdmatrix_test.cc [new file with mode: 0644]
unittest/lang_model_test.cc [new file with mode: 0644]
unittest/layout_test.cc [new file with mode: 0644]
unittest/ligature_table_test.cc [new file with mode: 0644]
unittest/linlsq_test.cc [new file with mode: 0644]
unittest/loadlang_test.cc [new file with mode: 0644]
unittest/log.h [new file with mode: 0644]
unittest/lstm_recode_test.cc [new file with mode: 0644]
unittest/lstm_squashed_test.cc [new file with mode: 0644]
unittest/lstm_test.cc [new file with mode: 0644]
unittest/lstm_test.h [new file with mode: 0644]
unittest/lstmtrainer_test.cc [new file with mode: 0644]
unittest/mastertrainer_test.cc [new file with mode: 0644]
unittest/matrix_test.cc [new file with mode: 0644]
unittest/networkio_test.cc [new file with mode: 0644]
unittest/normstrngs_test.cc [new file with mode: 0644]
unittest/normstrngs_test.h [new file with mode: 0644]
unittest/nthitem_test.cc [new file with mode: 0644]
unittest/osd_test.cc [new file with mode: 0644]
unittest/pagesegmode_test.cc [new file with mode: 0644]
unittest/pango_font_info_test.cc [new file with mode: 0644]
unittest/paragraphs_test.cc [new file with mode: 0644]
unittest/params_model_test.cc [new file with mode: 0644]
unittest/progress_test.cc [new file with mode: 0644]
unittest/qrsequence_test.cc [new file with mode: 0644]
unittest/recodebeam_test.cc [new file with mode: 0644]
unittest/rect_test.cc [new file with mode: 0644]
unittest/resultiterator_test.cc [new file with mode: 0644]
unittest/scanutils_test.cc [new file with mode: 0644]
unittest/shapetable_test.cc [new file with mode: 0644]
unittest/stats_test.cc [new file with mode: 0644]
unittest/stridemap_test.cc [new file with mode: 0644]
unittest/stringrenderer_test.cc [new file with mode: 0644]
unittest/tablefind_test.cc [new file with mode: 0644]
unittest/tablerecog_test.cc [new file with mode: 0644]
unittest/tabvector_test.cc [new file with mode: 0644]
unittest/tatweel_test.cc [new file with mode: 0644]
unittest/textlineprojection_test.cc [new file with mode: 0644]
unittest/tfile_test.cc [new file with mode: 0644]
unittest/unichar_test.cc [new file with mode: 0644]
unittest/unicharcompress_test.cc [new file with mode: 0644]
unittest/unicharset_test.cc [new file with mode: 0644]
unittest/validate_grapheme_test.cc [new file with mode: 0644]
unittest/validate_indic_test.cc [new file with mode: 0644]
unittest/validate_khmer_test.cc [new file with mode: 0644]
unittest/validate_myanmar_test.cc [new file with mode: 0644]
unittest/validator_test.cc [new file with mode: 0644]