how can i convert image to text by using matlab code

10 visualizaciones (últimos 30 días)
rediet adebabay
rediet adebabay el 16 de En. de 2020
Comentada: Image Analyst el 26 de Jun. de 2024
image converting to text by using matlab?

Respuestas (2)

Walter Roberson
Walter Roberson el 16 de En. de 2020
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 el 26 de Jun. de 2024
  1 comentario
Image Analyst
Image Analyst el 26 de Jun. de 2024
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.

Iniciar sesión para comentar.

Categorías

Más información sobre Convert Image Type en Help Center y File Exchange.

Productos


Versión

R2015a

Community Treasure Hunt

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

Start Hunting!

Translated by