Does Matlab have builtin OCR library or toolkit?

吃可爱长大的小学妹 提交于 2019-12-12 12:06:06

问题


I need a pre-built (i.e. already trained) OCR library that recognizes easy characters (standard fonts like Arial, Times New Roman, Courier, etc). Does Matlab have anything like that in one of its toolboxes? Or do I have to use an external program like Tesseract (and interface using system calls)?


回答1:


I'm not familiar with an official MATLAB OCR toolbox. However, you can find all sorts of gems in the MATLAB File Exchange, like this OCR tool. It's pretty neat.




回答2:


In MATLAB R2014a there's a builtin ocr function in Computer Vision System Toolbox. http://www.mathworks.com/help/vision/ref/ocr.html



来源:https://stackoverflow.com/questions/13309885/does-matlab-have-builtin-ocr-library-or-toolkit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!