how can i convert image to text by using matlab code

回答 (2 件)

Walter Roberson
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
Virat 2024 年 6 月 26 日

0 投票

1 件のコメント

Image Analyst
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 ExchangeConvert Image Type についてさらに検索

製品

リリース

R2015a

質問済み:

2020 年 1 月 16 日

コメント済み:

2024 年 6 月 26 日

Community Treasure Hunt

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

Start Hunting!

Translated by