i want code to convert image to text
Show older comments
for example if the image of tree is given i want output as TREE as text
1 Comment
ram charan reddy
on 24 Jan 2018
Accepted Answer
More Answers (1)
Thorsten
on 24 Jan 2018
You can use deep learning networks from the neural networks toolbox:
nnet = alexnet; % Load pretrained neural net
label = classify(nnet, picture); % Classify
Categories
Find more on Image Data Workflows in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!