-
Tiff Index Query
I am pretty sure this is possible but not sure how to approach it. I have 2 big multipage Tiffs w/ocr data in them. Some how I need to "query" (for lack of better terms) both files for matching data per page. This is just the first step any links help or any advice would be awesome. Thanks'
-
Re: Tiff Index Query
Do you mean compare each file in bytes?
-
Re: Tiff Index Query
Ok to reword the issue better. I guess this is how I will have to do it. How would I use MODI OCR to look for the page that contains information from another. Example I ocr test1.tif it has number 1234 it looks in test2.tif finds the page contianing number 1234 and extracts or prints it.
Just have no idea where to start.