how can i convert image to text by using matlab code

Réponses (2)

Walter Roberson
Walter Roberson le 16 Jan 2020

0 votes

Use fileread() to read the image file. uint8() that. Now you can use base64 to convert the numeric values to text.
https://www.mathworks.com/help/matlab/ref/matlab.net.base64encode.html
Virat
Virat le 26 Juin 2024

0 votes

1 commentaire

How is this a solution to the question that @rediet adebabay asked? You should have told him to use the ocr function in the Computer Vision Toolbox.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Convert Image Type dans Centre d'aide et File Exchange

Produits

Version

R2015a

Community Treasure Hunt

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

Start Hunting!

Translated by