export from text image header, date,pagenumber
Mostrar comentarios más antiguos
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 comentarios
Walter Roberson
el 30 de Abr. de 2012
http://www.mathworks.com/matlabcentral/answers/7924-where-can-i-upload-images-and-files-for-use-on-matlab-answers
Image Analyst
el 30 de Abr. de 2012
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
el 4 de Mayo de 2012
Konstantinos Kontos
el 4 de Mayo de 2012
Image Analyst
el 4 de Mayo de 2012
Extract the text. Hopefully all the images are aligned and you can just crop the image. Then do OCR on it.
Konstantinos Kontos
el 4 de Mayo de 2012
Image Analyst
el 5 de Mayo de 2012
croppedImage = originalImage(row1:row2, column1:column2);
Konstantinos Kontos
el 6 de Mayo de 2012
Respuestas (1)
Konstantinos Kontos
el 7 de Mayo de 2012
0 votos
Categorías
Más información sobre Convert Image Type en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!