Letters into one word
Show older comments
I´m doing a licence plate recognition project, and I want to use the OCR. I managed to split the plate into characters, but they are seperate files. so i built a for loop for the amount of images. My problem is that the OCR overwrites the previous images with the last one , so he writes only the last character in the txt file. I need them all in a line. I think it somehow involves word=[word letter]; with a loop .
1 Comment
Image Analyst
on 15 Dec 2016
Answers (0)
Categories
Find more on Text Detection and Recognition 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!