Skip navigation
boby128
Currently Being Moderated

How to use OCR silently ?

Jul 19, 2012 7:16 AM

Tags: #acrobat #pdf #ocr #sdk

Hello,

 

I have acrobat standard 9 installed on my computer, and I would like if I can use Acrobat SDK

to create a program (in cpp) to call silently the OCR (without any dialog or popup) on my pdf file.

 
Replies
  • Currently Being Moderated
    Jul 19, 2012 8:30 AM   in reply to boby128

    You will need to write a custom plugin (in C/C++) to Acrobat to invoke the OCR and you could then call that from you separate application if you wish.

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 20, 2012 3:00 AM   in reply to boby128

    You can only use AVCommand from within a plug-in.

     

    Your program would have to

    * start Acrobat ,with your plug-in installed

    * have your plug-in monitor for an external event in a timer proc (this isn't an Acrobat event)

    * have the program trigger the event

    * have the plug-in work and send a message back to your program

     

    Note that this can only happen on your workstation, it isn't for server use.

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 20, 2012 4:15 AM   in reply to boby128

    The Acrobat SDK is about automating Acrobat – so YES, it MUST be running.

     

    If this is happening on your workstation, in an interactive fashion, why does it matter if Acrobat is visible?

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 20, 2012 7:19 AM   in reply to boby128

    Well, some SDKs will avoid that. For example the Windows SDK - you can run some neat programs, but you still have to run Windows!  The Acrobat SDK is a tool for automating the visual tool Acrobat; not a back end engine for high powered processing. (Adobe have various pricy tools in that territory, but not for OCR).

     
    |
    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