雲脈文檔識別軟體識別圖片里的文字,提取成文本文,保存後即可開啟進行編輯並可導出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,盡量找一些插件,效率要高一些。
『玖』 單相電能表圖片文字識別系統 的代碼
現在電力線載波集中抄表系統做的都比較成熟了.還有必須開發上面的產品嗎?你說的功能電力線載波集中抄表系統都實現了,沒必要再開發那東西.你去差看下載波電能表,或者青島東軟\北京嘵程的等都開發這累晶元和軟體的.