ChinaUnix.net
相关文章推荐:

ocr 软件 推荐

汉王科技股份有限公司 嵌入式软件开发工程师-ocr软件部 电子邮箱: [email]yinsg@hanwang.com.cn[/email] 发布日期: 2007-03-21 工作地点: 北京市 招聘人数: 1 工作年限: 二年以上 外语要求: 英语 薪水范围: 面议 学 历: 本科 接受简历语言: 中文或英文 职位描述: 职责描述: 1、windows平台,应用软件开发; 2、嵌入式平台(WinCE,Linux,Symbim等),应用软件开...

by enjoyo - 猎头招聘 - 2007-04-13 18:55:59 阅读(1513) 回复(1)

相关讨论

本帖最后由 windoze 于 2015-10-12 18:13 编辑 公司需要做一套**识别系统,这首先就得需要软件自动录入**信息,但是如果要自己聘请程序员开发不合算,听说有一个**ocr SDK开发者,注册账号,付费之后就可以接入各类API,但是这笔费用的话,对于小公司负担不起,所以寻求高手出个解决方法?

广告

by yunmai - C/C++ - 2015-10-12 17:29:31 阅读(1139) 回复(2)

                                 ocr RECOVERY
     ocr is very important to CRS.If ocr has any problem,RAC can't working normally.We can use command'ocrcheck' (exec by root or oracle) to check ocr integrity.

by oracle狂热分子 - Oracle - 2011-12-23 03:40:37 阅读(854) 回复(0)

Hi, is there anyone develop a java program with ocr? Can I know which ocr you using? Is it free? Besides, how your program work with ocr? Please advise.

by toms1981 - Java - 2007-07-25 20:07:26 阅读(2889) 回复(3)

我的安装环境为AS 4 ,ORACLE 10G ,OCFS2,10201_clusterware_linux32 前面的安装过程都很顺利,ocfs分区都可以加载,ocfs2也起来。目录的权限也设置 当我在安装clusterware的时候,我在输入 SPECIFY ocr LOCATION 的路径时,如果我前面配的是两个NODES, 就会报出下面的错误: The Location /u02/oracle/ocfs/ocr1, entered for the Oracle Cluster Registor (ocr) is not shared across all the nodes in the cluster. Specify a s...

by yujing031 - Oracle - 2007-03-07 11:13:59 阅读(2545) 回复(6)

private void btnGo_Click(object sender, EventArgs e) { tessnet2.Tesseract ocr = new tessnet2.Tesseract();//声明一个ocr类 string defaultCharList="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-"; if (!string.IsNullOrEmpty(txtCharList.Text)) { defaultCharList = txtCharList.Text; } ocr.SetVariable("tessedit_char_whi...

by 小虾米的自由 - Java - 2015-11-06 17:31:42 阅读(1185) 回复(0)