Matlab是否具有内置的OCR库或工具包?

问题描述:

我需要一个预先构建(即已受过训练)的OCR库,该库可以识别简单字符(标准字体,例如Arial,Times New Roman,Courier等). Matlab的其中一个工具箱中是否有类似的东西?还是我必须使用Tesseract之类的外部程序(以及使用系统调用的接口)?

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)?

我对官方的MATLAB OCR工具箱不熟悉.但是,您可以在MATLAB File Exchange中找到各种宝石,例如此OCR工具.太整齐了.

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.