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!