vote up 0 vote down star

Hi!

I'm trying to make a tool that can measure the quality of a fax file, comparing the received one with the one sent. I tried Phase_Correlation software, in order to see if the images are similar... but it's not enough. My purpose is to evaluate if the fax is legible after the transmission. Any ideas? Is there any way of comparing two tiffs? pdfs? or image files?

Thanks a lot

flag

2 Answers

vote up 0 vote down

In the text case, why not just OCR the fax and then check the failure ratio?

link|flag
vote up 0 vote down

There are lots of bitmap comparison tool around. PDFs can be compared too, using a paid version of Acrobat at least (there may be other paid/free tools but I haven't used anything else).

Comparison typically requires a set of metrics against which you will test. Do you have a well defined criteria?

Typical bitmap comparison tools will tell you which pixels are different. This can act as a high-level overview but no more.

Quality testing of the content only can be spread across many levels:

reproduction quality

scaling

resolution

font recognition

etc.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.