ProcessFileAsync Method of Client Object (COM-based API)
This method uses the parameters of the specified workflow to recognize the input image in asynchronous mode.
Visual Basic Syntax
Method ProcessFileAsync(
file As String,
workflowName As String,
pwd As String
) As String
C++ Syntax
HRESULT ProcessFileAsync(
BSTR file,
BSTR workflowName,
BSTR pwd,
BSTR* jobId
);
Parameters
file
[in] This parameter contains the image file name.
workflowName
[in] This parameter contains the workflow name. The workflow name must be an element of the list returned by the IClient::Workflows property.
pwd
[in] This parameter contains the password for accessing the password-protected PDF file. If a non-PDF file is being recognized, this parameter is ignored. The default value is an empty string.
jobId
[out] A pointer to a string variable that receives the job identification.
Return Values
This method has no specific return values. It returns standard return values of ABBYY FineReader Server Open API functions.
See also
See sample: Samples.
26.03.2024 13:49:49