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
Mostrar comentarios más antiguos
a=imread('1.jpg'); b=ocr(a); b.Text;
Respuestas (1)
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 Convert Image Type en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!