Explain how we can use "ocr " command?

1 view (last 30 days)
SAGAR PUJARI
SAGAR PUJARI on 23 Sep 2015
Answered: Steven Lord on 23 Sep 2015
While using this command like,a=imread('a.jpg'); imshow(a); b=ocr(a); it was showing an error like ""??? Undefined function or method 'ocr' for in put arguments of type 'uint8'."so to use this ocr command,is there any requirements we need?i'm using MAtlab2009a.

Answers (1)

Steven Lord
Steven Lord on 23 Sep 2015
The OCR function was introduced to Computer Vision System Toolbox in release R2014a, according to the Release Notes. To use that function from the toolbox, you must be using release R2014a or later and you must have Computer Vision System Toolbox installed (you can check this using the VER function.)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!