how can i convert image to text by using matlab code
9 次查看(过去 30 天)
显示 更早的评论
image converting to text by using matlab?
0 个评论
回答(2 个)
Walter Roberson
2020-1-16
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 个评论
Virat
2024-6-26
1 个评论
Image Analyst
2024-6-26
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Convert Image Type 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!