• 大小: 15MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-08
  • 语言: 其他
  • 标签: Tess2  

资源简介

This is a program that support OCR

资源截图

代码片段和文件信息

/*
 * Copyright 2011 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.
 */

// Author: Andrew Harp

#include “types.h“
#include “time_log.h“

#ifdef LOG_TIME
// Storage for logging functionality.
int32 num_time_logs = 0;
LogEntry time_logs[NUM_LOGS];

int32 num_avg_entries = 0;
AverageEntry avg_entries[NUM_LOGS];

float32 running_total = 0.0f;
#endif

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-06-01 02:04  tess-two-master\
     文件         333  2015-06-01 02:04  tess-two-master\.gitignore
     文件       11358  2015-06-01 02:04  tess-two-master\COPYING
     文件        4521  2015-06-01 02:04  tess-two-master\README.md
     目录           0  2015-06-01 02:04  tess-two-master\eyes-two\
     文件         466  2015-06-01 02:04  tess-two-master\eyes-two\.classpath
     文件         811  2015-06-01 02:04  tess-two-master\eyes-two\.project
     文件        6400  2015-06-01 02:04  tess-two-master\eyes-two\AndroidManifest.xml
     文件       11358  2015-06-01 02:04  tess-two-master\eyes-two\COPYING
     文件         676  2015-06-01 02:04  tess-two-master\eyes-two\README
     文件        3357  2015-06-01 02:04  tess-two-master\eyes-two\build.xml
     目录           0  2015-06-01 02:04  tess-two-master\eyes-two\jni\
     文件         503  2015-06-01 02:04  tess-two-master\eyes-two\jni\Android.mk
     文件         108  2015-06-01 02:04  tess-two-master\eyes-two\jni\Application.mk
     目录           0  2015-06-01 02:04  tess-two-master\eyes-two\jni\common\
     文件         455  2015-06-01 02:04  tess-two-master\eyes-two\jni\common\Android.mk
     文件         874  2015-06-01 02:04  tess-two-master\eyes-two\jni\common\time_log.cpp
     文件        3418  2015-06-01 02:04  tess-two-master\eyes-two\jni\common\time_log.h
     文件         630  2015-06-01 02:04  tess-two-master\eyes-two\jni\common\types.h
     文件        2525  2015-06-01 02:04  tess-two-master\eyes-two\jni\common\utils.h
     目录           0  2015-06-01 02:04  tess-two-master\eyes-two\jni\hydrogen\
     文件         690  2015-06-01 02:04  tess-two-master\eyes-two\jni\hydrogen\Android.mk
     目录           0  2015-06-01 02:04  tess-two-master\eyes-two\jni\hydrogen\include\
     目录           0  2015-06-01 02:04  tess-two-master\eyes-two\jni\hydrogen\include\leptonica\
     文件      233506  2015-06-01 02:04  tess-two-master\eyes-two\jni\hydrogen\include\leptonica\allheaders.h
     文件        2222  2015-06-01 02:04  tess-two-master\eyes-two\jni\hydrogen\include\leptonica\alltypes.h
     文件        6331  2015-06-01 02:04  tess-two-master\eyes-two\jni\hydrogen\include\leptonica\array.h
     文件        8281  2015-06-01 02:04  tess-two-master\eyes-two\jni\hydrogen\include\leptonica\arrayaccess.h
     文件        2630  2015-06-01 02:04  tess-two-master\eyes-two\jni\hydrogen\include\leptonica\bbuffer.h
     文件        6580  2015-06-01 02:04  tess-two-master\eyes-two\jni\hydrogen\include\leptonica\bilateral.h
     文件        3067  2015-06-01 02:04  tess-two-master\eyes-two\jni\hydrogen\include\leptonica\bmf.h
............此处省略1786个文件信息

评论

共有 条评论

相关资源