资源简介

已经编译好的tesseract5.0包,直接配置环境就可以在vs2017中调试,编译代码,在另一台电脑上测试过,可以直接使用,可以参考我写的博客配置环境https://blog.csdn.net/qq_42591424/article/details/90347165。现在才知道到达了100积分后,后面的积分都被CSDN私吞了,这是免费的百度云链接,链接:https://pan.baidu.com/s/1ZkMRwJqwjVWa6qVnsD_n3A 提取码:1234 。以后都会发布粉丝免费下载,记得点下关注。

资源截图

代码片段和文件信息

/*====================================================================*
 -  Copyright (C) 2001 Leptonica.  All rights reserved.
 -
 -  Redistribution and use in source and binary forms with or without
 -  modification are permitted provided that the following conditions
 -  are met:
 -  1. Redistributions of source code must retain the above copyright
 -     notice this list of conditions and the following disclaimer.
 -  2. Redistributions in binary form must reproduce the above
 -     copyright notice this list of conditions and the following
 -     disclaimer in the documentation and/or other materials
 -     provided with the distribution.
 -
 -  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 -  ‘‘AS IS‘‘ AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT
 -  LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 -  A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL ANY
 -  CONTRIBUTORS BE LIABLE FOR ANY DIRECT INDIRECT INCIDENTAL SPECIAL
 -  EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING BUT NOT LIMITED TO
 -  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE DATA OR
 -  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
 -  OF LIABILITY WHETHER IN CONTRACT STRICT LIABILITY OR TORT (INCLUDING
 -  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 -  SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 *====================================================================*/

/*!
 * \file adaptmap.c
 * 

 *
 *  -------------------------------------------------------------------
 *
 *  Image binarization algorithms are found in:
 *     grayquant.c:   standard simple general grayscale quantization
 *     adaptmap.c:    local adaptive; mostly gray-to-gray in preparation
 *                    for binarization
 *     binarize.c:    special binarization methods locally adaptive.
 *
 *  -------------------------------------------------------------------
 *
 *      Clean background to white using background normalization
 *          PIX       *pixCleanBackgroundToWhite()
 *
 *      Adaptive background normalization (top-level functions)
 *          PIX       *pixBackgroundNormSimple()     8 and 32 bpp
 *          PIX       *pixBackgroundNorm()           8 and 32 bpp
 *          PIX       *pixBackgroundNormMorph()      8 and 32 bpp
 *
 *      Arrays of inverted background values for normalization (16 bpp)
 *          l_int32    pixBackgroundNormGrayArray()   8 bpp input
 *          l_int32    pixBackgroundNormRGBArrays()   32 bpp input
 *          l_int32    pixBackgroundNormGrayArrayMorph()   8 bpp input
 *          l_int32    pixBackgroundNormRGBArraysMorph()   32 bpp input
 *
 *      Measurement of local background
 *          l_int32    pixGetBackgroundGrayMap()        8 bpp
 *          l_int32    pixGetBackgroundRGBMap()         32 bpp
 *          l_int32    pixGetBackgroundGrayMapMorph()   8 bpp
 *          l_int32    pixGetBac

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-05-18 22:03  bin\
     文件       17920  2019-05-18 21:56  bin\ambiguous_words.exe
     文件       46080  2019-05-18 21:56  bin\classifier_tester.exe
     文件       39936  2019-05-18 21:56  bin\cntraining.exe
     文件       93696  2019-05-18 21:56  bin\combine_lang_model.exe
     文件       20992  2019-05-18 21:56  bin\combine_tessdata.exe
     文件       17408  2019-05-18 21:56  bin\dawg2wordlist.exe
     目录           0  2019-05-18 22:03  bin\Debug\
     文件     1613312  2019-05-18 21:40  bin\Debug\pvt.cppan.demo.behdad.harfbuzz-1.9.0.dll
     文件      187392  2019-05-18 21:40  bin\Debug\pvt.cppan.demo.bzip2-1.0.6.dll
     文件     3351040  2019-05-18 21:40  bin\Debug\pvt.cppan.demo.cairographics.cairo-1.15.14.dll
     文件     5002240  2019-05-18 20:54  bin\Debug\pvt.cppan.demo.danbloomberg.leptonica-1.76.0.dll
     文件      349184  2019-05-18 21:40  bin\Debug\pvt.cppan.demo.expat-2.2.6.dll
     文件      504832  2019-05-18 21:40  bin\Debug\pvt.cppan.demo.freedesktop.fontconfig.fontconfig-2.13.0.dll
     文件     1414144  2019-05-18 21:40  bin\Debug\pvt.cppan.demo.freetype-2.9.1.dll
     文件     1979904  2019-05-18 21:40  bin\Debug\pvt.cppan.demo.gnome.glib.glib-2.56.1.dll
     文件      547840  2019-05-18 21:40  bin\Debug\pvt.cppan.demo.gnome.glib.gobject-2.56.1.dll
     文件      483328  2019-05-18 21:40  bin\Debug\pvt.cppan.demo.gnome.pango.pango-1.42.3.dll
     文件      220160  2019-05-18 21:40  bin\Debug\pvt.cppan.demo.gnome.pango.pangocairo-1.42.3.dll
     文件      166912  2019-05-18 21:40  bin\Debug\pvt.cppan.demo.gnome.pango.pangoft2-1.42.3.dll
     文件      199680  2019-05-18 20:54  bin\Debug\pvt.cppan.demo.gnu.fribidi.fribidi-1.0.5.dll
     文件      238080  2019-05-18 21:40  bin\Debug\pvt.cppan.demo.gnu.gettext.intl-0.19.8.dll
     文件       52224  2019-05-18 21:40  bin\Debug\pvt.cppan.demo.gnu.iconv.libcharset-1.15.0.dll
     文件     1291776  2019-05-18 21:40  bin\Debug\pvt.cppan.demo.gnu.iconv.libiconv-1.15.0.dll
     文件      551424  2019-05-18 20:54  bin\Debug\pvt.cppan.demo.jpeg-9.2.0.dll
     文件     1565184  2019-05-18 21:40  bin\Debug\pvt.cppan.demo.libarchive.libarchive-3.3.2.dll
     文件     2425856  2019-05-18 21:40  bin\Debug\pvt.cppan.demo.libxml2-2.9.8.dll
     文件      161792  2019-05-18 21:40  bin\Debug\pvt.cppan.demo.lz4-1.8.3.dll
     文件      208384  2019-05-18 21:40  bin\Debug\pvt.cppan.demo.madler.zlib-1.2.11.dll
     文件      378880  2019-05-18 21:40  bin\Debug\pvt.cppan.demo.oberhumer.lzo.lzo-2.10.0.dll
     文件      852992  2019-05-18 21:40  bin\Debug\pvt.cppan.demo.openjpeg.openjp2-2.3.0.dll
............此处省略477个文件信息

评论

共有 条评论