Does Matlab have an integrated OCR library or toolkit?

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

+4
source share
2 answers

I am not familiar with the official OCR MATLAB toolkit. However, you can find all kinds of gems in MATLAB File Exchange, for example this OCR tool . This is pretty neat.

+1
source

MATLAB R2014a has a built-in feature in the System Vision System Toolbox. http://www.mathworks.com/help/vision/ref/ocr.html

+2
source

Source: https://habr.com/ru/post/1445071/


All Articles