PDF Image Comparison

Thread Solved

Join Date: Jun 2009
Posts: 64
Reputation: furqan219 has a little shameless behaviour in the past 
Solved Threads: 4
furqan219 furqan219 is offline Offline
Junior Poster in Training

PDF Image Comparison

 
0
  #1
Jun 18th, 2009
Hi Dear All
Is it possible to compare two PDF Image Files and if Name of Person is same in both documents only then we can save it to server and save the path to the Database. actually its about confirmation. But Problem is Both PDF are Images and name is situated at different pixels so is it possible. and using OCR or any other technology. there are 5000 PDF Files for both PDF1 and PDF2
I want
  1. if (pdf1==pdf2)
  2. then save the path of both in the database
with some other information like id, date, time etc.
Thanks in Advance...
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 207
Reputation: ayesha789 is an unknown quantity at this point 
Solved Threads: 3
ayesha789's Avatar
ayesha789 ayesha789 is offline Offline
Posting Whiz in Training

Re: PDF Image Comparison

 
0
  #2
Jun 18th, 2009
please search in google about OCR Control.
I hope you will find it.


Ayesha
Developer
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 4
Reputation: ahmadjhoney is an unknown quantity at this point 
Solved Threads: 1
ahmadjhoney ahmadjhoney is offline Offline
Newbie Poster

Re: PDF Image Comparison

 
0
  #3
Jun 18th, 2009
Hi, i read ur message,

U can use the "FPDF" class of php..
THat will help u exactly, i will post the source code soon, not yet in my desk..

ok..take care bye..
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 64
Reputation: furqan219 has a little shameless behaviour in the past 
Solved Threads: 4
furqan219 furqan219 is offline Offline
Junior Poster in Training

Re: PDF Image Comparison

 
0
  #4
Jun 19th, 2009
Thank you so much.
Please post source code soon.
Thanks again.
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 207
Reputation: ayesha789 is an unknown quantity at this point 
Solved Threads: 3
ayesha789's Avatar
ayesha789 ayesha789 is offline Offline
Posting Whiz in Training

Re: PDF Image Comparison

 
0
  #5
Jun 19th, 2009
This is a code which is available FPDF Website

Here u can find many PDF Examples like this.

You need to download fpdf.php from this above mention website.

  1. <?php
  2. require('fpdf.php');
  3.  
  4. $pdf=new FPDF();
  5. $pdf->AddPage();
  6. $pdf->SetFont('Arial','B',16);
  7. $pdf->Cell(40,10,'Hello World!');
  8. $pdf->Output();
  9. ?>

May be you get some idea.
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 64
Reputation: furqan219 has a little shameless behaviour in the past 
Solved Threads: 4
furqan219 furqan219 is offline Offline
Junior Poster in Training

Re: PDF Image Comparison

 
0
  #6
Jun 19th, 2009
Thanks Ayesha for your idea.
And thanks all others.
My problem Solved.
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC