how can i convert image to text by using matlab code
显示 更早的评论
回答(2 个)
Walter Roberson
2020-1-16
0 个投票
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
2024-6-26
0 个投票

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.
类别
在 帮助中心 和 File Exchange 中查找有关 Convert Image Type 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!