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!