01-29-2008 08:54 AM
Hello,
I'm opening a pdf file with activeX class iacroaxdocshim. Opening the pdf file works fine. Is it also possible to search for text withing the pdf file? (using activeX)
Thanks in advance
01-30-2008 12:35 PM
05-06-2011 01:04 AM
Does Labview can open PDF file as an imagin? If can, I will try to read document in PDF format and read text out by OCR function. Could you help me on this?
05-09-2011 01:40 PM
Hi hangang.
Could you please elaborate on your question? Are you wanting to write a LabVIEW program that will open up a PDF file and convert it to an image such that you can use that image as an input to an OCR program?
Regards,
Michael G.
05-09-2011 08:02 PM
Hi Michael,
You are right. That's I want.
We always get document from customer in PDF, for example, purchase order. We need to retrieve part number, spec, date, etc from it to our computer system. If manual input, it is hard to avoid mistake. I have some experience on OCR. So, I want to Labview read PDF as a picture. Then I can import it to my program.
Can I do that?
Thanks in Advance!
Bill
05-11-2011 10:29 AM - edited 05-11-2011 10:35 AM
Hi hangang.
Unfortunately, there is no inherent functionality in LabVIEW to convert a PDF to an image. That being said, some brief Googling showed that there are a handful of other applications out there that can perform that task. The best option may be to have another program do the conversion from PDF to an image format and then have LabVIEW read the images and perform your desired processing on them.
Regards,
Michael G