how can i convert image to text by using matlab code

30 ビュー (過去 30 日間)
rediet adebabay
rediet adebabay 2020 年 1 月 16 日
回答済み: Walter Roberson 2020 年 1 月 16 日
image converting to text by using matlab?

回答 (1 件)

Walter Roberson
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

カテゴリ

Help Center および File ExchangeConvert Image Type についてさらに検索

製品


リリース

R2015a

Community Treasure Hunt

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

Start Hunting!

Translated by