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
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
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
Konstantinos Kontos 2012 年 5 月 4 日
hi and thanks for help,sorry for the late answer.
I upload one image to see it your self.Yes the header is in the image,i just want to export it to a new image that has only the header.Furthermore i want to export the date and the page number.Hope the image helps you,so you can help me!!
link image: http://imageshack.us/photo/my-image/820/0001ld.jpg/
Konstantinos Kontos
Konstantinos Kontos 2012 年 5 月 4 日
To help you i dont want to recoknize letters just ot find the headers and export them!!
Image Analyst
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
Konstantinos Kontos 2012 年 5 月 4 日
any idea how to extract it?
Image Analyst
Image Analyst 2012 年 5 月 5 日
croppedImage = originalImage(row1:row2, column1:column2);
Konstantinos Kontos
Konstantinos Kontos 2012 年 5 月 6 日
my problem is i have a lot of pictures to do that task and must be general,not only for that picture.So i'm asking how i put the correct number of row and column so that be good for other pictures?

サインインしてコメントする。

回答 (1 件)

Konstantinos Kontos
Konstantinos Kontos 2012 年 5 月 7 日

0 投票

pls anyone to help here????

カテゴリ

ヘルプ センター および File ExchangeConvert Image Type についてさらに検索

質問済み:

2012 年 4 月 30 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by