ocr.DoOCR

This job performs text recognition for the passed file and returns the recognized text as a text file.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Currently not supported — pass 0.

Type

INT

Yes

1 = multi-column texts (e.g., newspaper clippings) recognition; 0 = standard.

OutputUnicode

INT

Yes

1 = returned file is delivered as Unicode.

2. Input Files

Name Description

File list

Name and path of the file for which text recognition should be performed

3. Output Files

Name Description

File list

Name and path of the text file with the recognized text

4. Return Value

(INT): 0 = Job successful, otherwise error code.