资源简介
tesseract-ocr安装包和中文语言包,如有需要,请大家下载!
代码片段和文件信息
/**********************************************************************
* File: baseapi.cpp
* Description: Simple API for calling tesseract.
* Author: Ray Smith
* Created: Fri Oct 06 15:35:01 PDT 2006
*
* (C) Copyright 2006 Google Inc.
** Licensed under the Apache License Version 2.0 (the “License“);
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
** http://www.apache.org/licenses/LICENSE-2.0
** Unless required by applicable law or agreed to in writing software
** distributed under the License is distributed on an “AS IS“ BASIS
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*
**********************************************************************/
// Include automatically generated configuration file if running autoconf.
#ifdef HAVE_CONFIG_H
#include “config_auto.h“
#endif
#ifdef __linux__
#include
#endif
#if defined(_WIN32)
#ifdef _MSC_VER
#include “vcsversion.h“
#include “mathfix.h“
#elif MINGW
// workaround for stdlib.h with -std=c++11 for _splitpath and _MAX_FNAME
#undef __STRICT_ANSI__
#endif // _MSC_VER
#include
#include
#else
#include
#include
#include
#endif // _WIN32
#include
#include
#include
#include
#include “allheaders.h“
#include “baseapi.h“
#include “blobclass.h“
#include “resultiterator.h“
#include “mutableiterator.h“
#include “thresholder.h“
#include “tesseractclass.h“
#include “pageres.h“
#include “paragraphs.h“
#include “tessvars.h“
#include “control.h“
#include “dict.h“
#include “pgedit.h“
#include “paramsd.h“
#include “output.h“
#include “globaloc.h“
#include “globals.h“
#include “edgblob.h“
#include “equationdetect.h“
#include “tessbox.h“
#include “makerow.h“
#include “otsuthr.h“
#include “osdetect.h“
#include “params.h“
#include “renderer.h“
#include “strngs.h“
#include “openclwrapper.h“
BOOL_VAR(stream_filelist FALSE “Stream a filelist from stdin“);
namespace tesseract {
/** Minimum sensible image size to be worth running tesseract. */
const int kMinRectSize = 10;
/** Character returned when Tesseract couldn‘t recognize as anything. */
const char kTesseractReject = ‘~‘;
/** Character used by UNLV error counter as a reject. */
const char kUNLVReject = ‘~‘;
/** Character used by UNLV as a suspect marker. */
const char kUNLVSuspect = ‘^‘;
/**
* Filename used for input image file from which to derive a name to search
* for a possible UNLV zone file if none is specified by SetInputName.
*/
const char* kInputFile = “noname.tif“;
/**
* Temp file used for storing current parameters before applying retry values.
*/
const char* kOldVarsFile = “failed_vars.txt“;
/** Max string length of an int. */
const int kMaxIntSize = 22;
/**
* Minimum believable resolution. Used as a default if t
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 13525781 2017-03-06 14:58 tesseract-ocr安装包和中文语言包\tesseract-ocr-setup-3.02.02.exe
....... 988 2017-03-03 06:05 tesseract-ocr安装包和中文语言包\tesseract源码\tesseract-master\.gitignore
....... 1124 2017-03-03 06:05 tesseract-ocr安装包和中文语言包\tesseract源码\tesseract-master\.travis.yml
....... 121 2017-03-03 06:05 tesseract-ocr安装包和中文语言包\tesseract源码\tesseract-master\android\AndroidManifest.xm
....... 1682 2017-03-03 06:05 tesseract-ocr安装包和中文语言包\tesseract源码\tesseract-master\android\jni\Android.mk
....... 568 2017-03-03 06:05 tesseract-ocr安装包和中文语言包\tesseract源码\tesseract-master\android\jni\Application.mk
....... 67 2017-03-03 06:05 tesseract-ocr安装包和中文语言包\tesseract源码\tesseract-master\android\Makefile.am
....... 1356 2017-03-03 06:05 tesseract-ocr安装包和中文语言包\tesseract源码\tesseract-master\api\apitypes.h
....... 96575 2017-03-03 06:05 tesseract-ocr安装包和中文语言包\tesseract源码\tesseract-master\api\ba
....... 36019 2017-03-03 06:05 tesseract-ocr安装包和中文语言包\tesseract源码\tesseract-master\api\ba
....... 26090 2017-03-03 06:05 tesseract-ocr安装包和中文语言包\tesseract源码\tesseract-master\api\capi.cpp
....... 22461 2017-03-03 06:05 tesseract-ocr安装包和中文语言包\tesseract源码\tesseract-master\api\capi.h
....... 2986 2017-03-03 06:05 tesseract-ocr安装包和中文语言包\tesseract源码\tesseract-master\api\Makefile.am
....... 33685 2017-03-03 06:05 tesseract-ocr安装包和中文语言包\tesseract源码\tesseract-master\api\pdfrenderer.cpp
....... 7910 2017-03-03 06:05 tesseract-ocr安装包和中文语言包\tesseract源码\tesseract-master\api\renderer.cpp
....... 8963 2017-03-03 06:05 tesseract-ocr安装包和中文语言包\tesseract源码\tesseract-master\api\renderer.h
....... 16904 2017-03-03 06:05 tesseract-ocr安装包和中文语言包\tesseract源码\tesseract-master\api\tesseractmain.cpp
....... 1211 2017-03-03 06:05 tesseract-ocr安装包和中文语言包\tesseract源码\tesseract-master\appveyor.yml
....... 4083 2017-03-03 06:05 tesseract-ocr安装包和中文语言包\tesseract源码\tesseract-master\arch\dotproductavx.cpp
....... 1261 2017-03-03 06:05 tesseract-ocr安装包和中文语言包\tesseract源码\tesseract-master\arch\dotproductavx.h
....... 5009 2017-03-03 06:05 tesseract-ocr安装包和中文语言包\tesseract源码\tesseract-master\arch\dotproductsse.cpp
....... 1472 2017-03-03 06:05 tesseract-ocr安装包和中文语言包\tesseract源码\tesseract-master\arch\dotproductsse.h
....... 1026 2017-03-03 06:05 tesseract-ocr安装包和中文语言包\tesseract源码\tesseract-master\arch\Makefile.am
....... 2189 2017-03-03 06:05 tesseract-ocr安装包和中文语言包\tesseract源码\tesseract-master\arch\simddetect.cpp
....... 1697 2017-03-03 06:05 tesseract-ocr安装包和中文语言包\tesseract源码\tesseract-master\arch\simddetect.h
....... 653 2017-03-03 06:05 tesseract-ocr安装包和中文语言包\tesseract源码\tesseract-master\AUTHORS
....... 3241 2017-03-03 06:05 tesseract-ocr安装包和中文语言包\tesseract源码\tesseract-master\autogen.sh
....... 3867 2017-03-03 06:05 tesseract-ocr安装包和中文语言包\tesseract源码\tesseract-master\ccmain\adaptions.cpp
....... 33434 2017-03-03 06:05 tesseract-ocr安装包和中文语言包\tesseract源码\tesseract-master\ccmain\applybox.cpp
....... 78686 2017-03-03 06:05 tesseract-ocr安装包和中文语言包\tesseract源码\tesseract-master\ccmain\control.cpp
............此处省略734个文件信息
- 上一篇:《STM32 HAL 库开发实战指南—基于F7》
- 下一篇:数值分析与算法 喻文健著
相关资源
- securecrt 8.5.3 64位官方安装包
- Google ARCore开发手机端安装包
- kali的vega基于Linux_x86_64安装包.zip
- MCGS扩展驱动安装包
- 支持XP安装的最后版本emeditor 14.8.1官方
- 药易通医药供应链管理系统9.0.0.106八
- Windows下tail -f 命令的安装包-微软Mic
- glibc-2.14的rpm安装包
- apache 安装包Linux全
- opencv2.0.0安装包
- TortoiseGit-2.7.0.0-64bit+中文语言安装包
-
Interba
se7.0安装包delphi2010安装成功 - tortoiseGit2018.10.官网
- Prism 4.0安装包
- 图书管理系统源码及制作安装包软件
- OpenCV_1.0 安装包
- svn_1.8插件完整离线安装包
- Kafka安装包
- ARToolkit在VS2015Win10 64位下的配置的安装
- windows版本glade安装包
- Tesseract中文语言包(chi_sim.traineddata)
- 思迅商云X软件安装包视频教程 商云
- Flash CS6 简体中文语言包
- NetLogo-6.1.1-64.msi
- Funcode安装包
- elasticsearch-6.3.2windows安装包.rar
- tesseract-ocr-setup-3.05.00dev-20160831.exe
- linux centos7_64 gcc依赖安装包
- openJDK安装包for CentOS7
- glibc-2.14离线安装包及安装命令
评论
共有 条评论