云脉文档识别软件识别图片里的文字,提取成文本文,保存后即可开启进行编辑并可导出word和pdf格式,识别率高识别速度快..
‘贰’ 图片实现文字识别的方法
想要识别图片中的文字,建议你借助一款工具软件实现,比如说敬业签,因为敬业签有图片文字识别的功能,可以在字体多样、分布离散的情况之下,快速且精准的将图片中的文字识别并提取出来,然后再保存至敬业签内。随后,你只需进入敬业签内,将这些被识别为文字内容复制出来即可。
‘叁’ 识别图片里的文字并输入
不好意思没有这样脚本,你除了手动打文字没有办法。因为图片上的文字,他们是一个整体。需要用软件扫描出图片上的文字,前提是图片文字必须清晰,这样软件可以识别出来。这个软件是德国一家公司的
ABYY
‘肆’ java 实现图片的文字识别
摘要图像识别是目前很热门的研究领域,涉及的知识很广,包括信息论、模式识别、模糊数学、图像编码、内容分类等等。本文仅对使用Java实现了一个简单的图像文本二值处理,关于识别并未实现。
步骤
建立文本字符模板二值矩阵
对测试字符进行二值矩阵化处理
代码
/*
* @(#)StdModelRepository.java
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Library General Public License for more details.
* You should have received a of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
package cn.e.ynu.sei.recognition.util;import java.awt.Image;import java.awt.image.BufferedImage;import java.io.File;import java.io.IOException;import java.util.ArrayList;import java.util.List;import java.util.logging.Level;import java.util.logging.Logger;import javax.imageio.ImageIO;/** * Hold character charImgs as standard model repository.
* @author 88250
* @version 1.0.0.0, Mar 20, 2008
*/
public class StdModelRepository {
/** * hold character images
*/ List charImgs = new ArrayList();
/** * default width of a character
*/ static int width = 16 /** * default height of a character
*/ static int height = 28 /** * standard character model matrix
*/ public int[][][] stdCharMatrix = new int[27][width][height];
/** * Default constructor.
*/ public StdModelRepository() {
BufferedImage lowercase = null try {
lowercase = ImageIO.read(new File("lowercase.png"));
} catch (IOException ex) {
Logger.getLogger(StdModelRepository.class.getName()).
log(Level.SEVERE, null, ex);
}
for (int i = 0 i < 26 i++) {
charImgs.add(lowercase.getSubimage(i * width,
0,
width,
height));
}
for (int i = 0 i < charImgs.size(); i++) {
Image image = charImgs.get(i);
int[] pixels = ImageUtils.getPixels(image,
image.getWidth(null),
image.getHeight(null));
stdCharMatrix[i] = ImageUtils.getSymbolMatrix(pixels, 0).clone();
ImageUtils.displayMatrix(stdCharMatrix[i]);
}
}
}
/*
* @(#)ImageUtils.java
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Library General Public License for more details.
* You should have received a of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
package cn.e.ynu.sei.recognition.util;import java.awt.Image;import java.awt.image.PixelGrabber;import java.util.logging.Level;import java.util.logging.Logger;/** * Mainipulation of image data.
* @author 88250
* @version 1.0.0.3, Mar 20, 2008
*/
public class ImageUtils {
/** * Return all of the pixel values of sepecified <code>image< .>* @param image the sepecified image
* @param width width of the image
* @param height height of the image
* @return */ public static int[] getPixels(Image image, int width, int height) {
int[] pixels = new int[width * height];
try {
new PixelGrabber(image, 0, 0, width, height, pixels, 0, width).grabPixels();
} catch (InterruptedException ex) {
Logger.getLogger(ImageUtils.class.getName()).
log(Level.SEVERE, null, ex);
}
return pixels;
}
资源来自:
http://blog.csdn.net/chief1985/article/details/2229572
‘伍’ iOS 如何代码写图片识别文字
贴主学过模式识别吗?一般这种文字识别,人脸识别的东西 普通的数学方法已经较难处理了,需要用到数理统计的方法,一般采用神经网络系统去模拟对象的特征值,因而取得像人一样的智能性识别新的样本,光靠一个编好的程序还是不行的,需要有大量的样本训练后,你的程序才能识别新的样本文字,这和人学习语文文字一个道理,这个实验我以前做过了,不知道楼主对我的回答满不满意
‘陆’ 使用原始的c语言把bmp格式的图片识别成文字
这个是最初级的OCR了
很麻烦的
可以到网上找找开源的ocr代码参考一下。
‘柒’ 如何识别图片中的文字
可以使用软件去识别。‘捌’ js怎么识别图片上的文字
自己没有做过,但是有一种插件不知道能不能有用。Javascript图片文字识别插件JS-OCR,尽量找一些插件,效率要高一些。
‘玖’ 单相电能表图片文字识别系统 的代码
现在电力线载波集中抄表系统做的都比较成熟了.还有必须开发上面的产品吗?你说的功能电力线载波集中抄表系统都实现了,没必要再开发那东西.你去差看下载波电能表,或者青岛东软\北京哓程的等都开发这累芯片和软件的.