I extracting data from image using OCR and data present in data.Text format.I want check the spelling mistakes in data. I saw one example but it contain data in txt format.That comand not accepting Text format file.so please help me

5 views (last 30 days)
a=imread('1.jpg'); b=ocr(a); b.Text;

Answers (1)

John BG
John BG on 18 Dec 2016
Edited: John BG on 18 Dec 2016
check the 10 first links listed here
the 4th link refers to MATLAB's Computer Vision Toolbox.
Do you have this toolbox?
Jhon BG

Categories

Find more on Computer Vision Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!