export from text image header, date,pagenumber
이전 댓글 표시
Hi everyone
i would like to help me to export the header,date,page number of a text image but i don't know how to start.At first i clean the image cause in the edges has a lot of black pixes.But now i'm stacked cause i dont know how to find header e.tc.
댓글 수: 8
Walter Roberson
2012년 4월 30일
http://www.mathworks.com/matlabcentral/answers/7924-where-can-i-upload-images-and-files-for-use-on-matlab-answers
Image Analyst
2012년 4월 30일
Is the header burned into the image, so you need to do OCR on it, or is it metadata stored in the header of the image file?
Konstantinos Kontos
2012년 5월 4일
Konstantinos Kontos
2012년 5월 4일
Image Analyst
2012년 5월 4일
Extract the text. Hopefully all the images are aligned and you can just crop the image. Then do OCR on it.
Konstantinos Kontos
2012년 5월 4일
Image Analyst
2012년 5월 5일
croppedImage = originalImage(row1:row2, column1:column2);
Konstantinos Kontos
2012년 5월 6일
답변 (1개)
카테고리
도움말 센터 및 File Exchange에서 Convert Image Type에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!