Using the same FlexiCapture project with several Engine instances

Question

Can several Engine instances use the same FlexiCapture project for processing documents?

Answer

It is possible to open the same project using different Engine instances using the IEngine::OpenProject method, but to avoid issues it is recommended to create a separate Batch for each Engine instance to perform processing. Either the IBatches::AddNew or the IBatches::AddNewEx method can be used to create a new Batch.

The Parallel Processing code sample included in the FlexiCapture SDK distribution provides an example of implementing this approach.

Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.