how can i convert image to text by using matlab code
10 views (last 30 days)
Show older comments
image converting to text by using matlab?
0 Comments
Answers (2)
Walter Roberson
on 16 Jan 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
0 Comments
Virat
on 26 Jun 2024
1 Comment
Image Analyst
on 26 Jun 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.
See Also
Categories
Find more on Convert Image Type 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!