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 visualizaciones (últimos 30 días)
a=imread('1.jpg'); b=ocr(a); b.Text;

Respuestas (1)

John BG
John BG el 18 de Dic. de 2016
Editada: John BG el 18 de Dic. de 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

Categorías

Más información sobre Computer Vision Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by