cancel
Showing results for 
Search instead for 
Did you mean: 

Batch OCR docs brought in through API

Deena_Hess1
Star Contributor
Star Contributor

We recently started bringing in docs through the API that used to be brought in with DIP. They were configured to go to a scan queue through DIP to be Batch OCR'd, however, I'm not sure how to make sure they hit that through the API. Any hints, tips, or fer duh moments for me?

1 ACCEPTED ANSWER

Tharon_Rivera
Star Collaborator
Star Collaborator

With your Application instance, you should be able to see all everything you need under Core.BatchManagement (ScanQueues.Find,CreateNewScanBatchProperties, CreateScanBatch)  That should point you to the right place.  If you have the SDK, there is probably a code sample in there.

View answer in original post

2 REPLIES 2

Tharon_Rivera
Star Collaborator
Star Collaborator

With your Application instance, you should be able to see all everything you need under Core.BatchManagement (ScanQueues.Find,CreateNewScanBatchProperties, CreateScanBatch)  That should point you to the right place.  If you have the SDK, there is probably a code sample in there.

Deena_Hess1
Star Contributor
Star Contributor

A-ha! I was definitely looking in the wrong place. Thanks for the redirect.