资源简介
最新版本tesseract

代码片段和文件信息
/**********************************************************************
* 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
#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 beli
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2016-02-16 21:27 tesseract-3.04.01\
文件 946 2016-02-16 21:27 tesseract-3.04.01\.gitignore
文件 440 2016-02-16 21:27 tesseract-3.04.01\AUTHORS
文件 1008 2016-02-16 21:27 tesseract-3.04.01\COPYING
文件 9773 2016-02-16 21:27 tesseract-3.04.01\ChangeLog
文件 9307 2016-02-16 21:27 tesseract-3.04.01\INSTALL
文件 1264 2016-02-16 21:27 tesseract-3.04.01\INSTALL.GIT
文件 2048 2016-02-16 21:27 tesseract-3.04.01\Makefile.am
文件 30564 2016-02-16 21:27 tesseract-3.04.01\Makefile.in
文件 45 2016-02-16 21:27 tesseract-3.04.01\NEWS
文件 4044 2016-02-16 21:27 tesseract-3.04.01\README.md
文件 13314 2016-02-16 21:27 tesseract-3.04.01\ReleaseNotes
目录 0 2016-02-16 21:27 tesseract-3.04.01\android\
文件 121 2016-02-16 21:27 tesseract-3.04.01\android\AndroidManifest.xm
文件 67 2016-02-16 21:27 tesseract-3.04.01\android\Makefile.am
目录 0 2016-02-16 21:27 tesseract-3.04.01\android\jni\
文件 2108 2016-02-16 21:27 tesseract-3.04.01\android\jni\Android.mk
文件 568 2016-02-16 21:27 tesseract-3.04.01\android\jni\Application.mk
目录 0 2016-02-16 21:27 tesseract-3.04.01\api\
文件 2907 2016-02-16 21:27 tesseract-3.04.01\api\Makefile.am
文件 38824 2016-02-16 21:27 tesseract-3.04.01\api\Makefile.in
文件 1359 2016-02-16 21:27 tesseract-3.04.01\api\apitypes.h
文件 92674 2016-02-16 21:27 tesseract-3.04.01\api\ba
文件 35241 2016-02-16 21:27 tesseract-3.04.01\api\ba
文件 25027 2016-02-16 21:27 tesseract-3.04.01\api\capi.cpp
文件 21673 2016-02-16 21:27 tesseract-3.04.01\api\capi.h
文件 33043 2016-02-16 21:27 tesseract-3.04.01\api\pdfrenderer.cpp
文件 6226 2016-02-16 21:27 tesseract-3.04.01\api\renderer.cpp
文件 8464 2016-02-16 21:27 tesseract-3.04.01\api\renderer.h
文件 14483 2016-02-16 21:27 tesseract-3.04.01\api\tesseractmain.cpp
文件 2705 2016-02-16 21:27 tesseract-3.04.01\autogen.sh
............此处省略778个文件信息
- 上一篇:阿里巴巴编码规范真题+满分答案+附带部分题库解析.zip
- 下一篇:自定义鼠标快捷键
相关资源
- Tesseract-ocr快速训练语言库批处理文件
- IDCardOCR_China 基于tesseract,实现摄像头
- tesseract-ocr-3.01
- Tesseract(DLL)
- jTessBoxEditor.zip
- tesseract-ocr/tessdata 语言包
- Tesseract-OCR在VS2010下调用API所需要的
- tesseract-ocr- 的字母数字识别
- tesseract_lib_vs2010编译好的dll库和lib文件
- tesseract环境
- tesseract-ocr2500常用字宋体字库
- tesseract-3.04.00.tar.gz
- 我的笔记tesseract编译安装过程(lept
- Tesseract&Leptonica库 VS2010
- tesseract 用于vs2013的include-lib-dll文件
- tesseract-ocr-w64-setup-v5.0.0-alpha.20191030.
- Tesseract中文语言包chi_sim经过多次训练
- Tesseract 4.0 for VS2015及OpenCV数字识别程
- tesseract-ocr的中文识别语言库
- tesseract ocr
- tesseract4.0最新版安装包
- tesseract-ocr3.02安装包及中文识别库
- tesseract-ocr模块
- tesseract-ocr-w64-setup-v5.0.0.20190623.zip
- Tesseract4.0+VS2017+win10编译库文件
- Tesseract-OCR 中文训练库
- VS2010调用Tesseract-OCR需要使用的全部工
- Tesseract4+vs2015工程
- 基于模板匹配和谷歌开源TESSERACT库的
- Tesseract最新版本4.0及中文语言包简体
评论
共有 条评论