Skip navigation
Currently Being Moderated

Loading a URL that points to a PDF for OCR processing...

Feb 9, 2010 12:53 PM

Hello,

 

I have some URLs in emails that points to a PDF file... I want to load it into a variable without opening it for OCR processing for looking for some special words etc... How can I do that?

 

Here it is an example:

https://webrouter.accessline.com/tw2/GM?S:76040-b2c6e-3b45540851142f-1 05987880

 

Regards

 

Jeff P.

 
Replies
  • Currently Being Moderated
    Feb 9, 2010 3:26 PM   in reply to JeffBPaarsa

    What does this have to do with the Acrobat SDK?  What parts of the SDK are you using (or planning to use) here?  From what OS platform and programming language.

     
    |
    Mark as:
  • Currently Being Moderated
    Feb 9, 2010 6:31 PM   in reply to JeffBPaarsa

    Jeff - I still don't see what you are trying to accomplish here.

     

    If you are writing JavaScript, that JS is either going to be inside of a PDF or inside of Acrobat (application-level).  Which is it?

     

    How would you like to fetch the PDF?  I saw a reference to a web service - do you mean SOAP?  If so, there is a very powerful SOAP object in Acrobat JavaScript.  Samples and documentation in the SDK.

     

    You mentioned OCR, but there are no APIs for JavaScript to invoke OCR operations on an image-only PDF.  You can search for a text in a PDF that contains text, that's available in the JS APIs, however.

     
    |
    Mark as:
  • Currently Being Moderated
    Feb 10, 2010 5:20 AM   in reply to JeffBPaarsa

    OCR can be invoked via a custom plugin (written in C/C++) and then you can search for the text.  The SDK has all the documentation and sample code available.

     
    |
    Mark as:
  • Currently Being Moderated
    Apr 10, 2010 5:52 PM   in reply to JeffBPaarsa

    There are no APIs to access OCR from the IAC APIs - you can only do so from the C/C++-based plugin APIs.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points