gpt4 book ai didi

iphone - iPhone 版 Tesseract 示例

转载 作者:行者123 更新时间:2023-12-03 18:35:16 27 4
gpt4 key购买 nike

我已经编译了 tesseract,以便在 xcode 中使用它,如下所示:http://iphone.olipion.com/cross-compilation/tesseract-ocr

我获取了.a文件,将其作为框架导入到iphone项目中,并更新了tesseract头文件的头搜索路径。

所以现在我需要一个简单的示例才能开始。我在 http://code.google.com/p/tesseract-ocr/或通过谷歌搜索找不到任何内容。

任何人都可以帮我给我一个起点(代码片段)..?!非常感谢!

--后来我发现了这段代码:

#include“baseapi.h”

<小时/>

TessBaseAPI::InitWithLanguage(NULL, NULL, 语言, NULL, false, 0, NULL);
char* 文本 = TessBaseAPI::TesseractRect(imagedata, bytes_per_pixel,
每行字节数, 0, 0,
宽度、高度);
TessBaseAPI::End();

<小时/>

但是当我尝试为设备进行编译(仅插入包含语句而没有上面的代码)时,我得到以下结果:

错误:“PAGE_RES”之前存在语法错误警告:“PAGE_RES”声明中的类型默认为“int”警告:数据定义没有类型或存储类别

BLOCK_LIST、IMAGE 等。

<小时/>

如果为模拟器编译我得到

错误:“PAGE_RES”之前应有“=”、“、”、“、”asm”或“属性”等等,包括 BLOCK_LIST、IMAGE 和 TessBaseAPI

--- 其他更新:我找到了包含问题的解决方案:在包含发生的地方必须将 file.m 重命名为 .mm 扩展名,因为我们必须告诉 xcode 我们必须一起使用 Objective-C 和 C++。

最佳答案

http://github.com/nolanbrown/Tesseract-iPhone-Demo

OCRDemo is a demo application that utilizes the Tesseract library (http://code.google.com/p/tesseract-ocr/) as a static library compiled under Mac OS 10.6 using the shell script found at http://robertcarlsen.net/2009/07/15/cross-compiling-for-iphone-dev-884.

The program is only meant to provide a demonstration of the OCR library and it’s abilities on the iPhone, the program is not optimized in any way...

关于iphone - iPhone 版 Tesseract 示例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2335524/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com