Skip to main content
Batch Processor is implemented for Linux and Windows.
This section describes all changes to Batch Processor and related interfaces which may require changes in the source code of your applications.

Object/Enumeration

Property/Method/Constant

What has happened?

Comment

BatchProcessor

Start

Input parameters number changed

  • Instead of processingParams and synthesisParams the method receives one PageProcessingParams object, which contains all necessary parameters for processing.
  • The method receives a pointer to the IAsyncProcessingCallback interface as an input parameter. This is a new interface for managing the work of BatchProcessor and reporting the errors which occur during processing.

IImageSource


Behavior changed

This interface now enables you to add image documents as well as image files to the queue.