Community

[Completed] Feature Request: Have multiple export formats per a task

I need to process an image and get output in several formats, e.g. TXT, XML, PDF. Even more: is it worth to consider using ZIP archive including all output files.

Was this article helpful?

4 out of 4 found this helpful

Comments

1 comment

  • Avatar
    SDK Support Team

    Implemented.

    It is now possible to specify up to 3 comma-separated export formats as arguments to processImage and processDocument.

    E.g.:

    [HTTP POST] processImage?language=Spanish,English&exportFormat=pdfSearchable,xml
    

    Upon task completion, server xml response will contain resultUrl attribute for first export format, resultUrl2 attribute for the second, and resultUrl3 for the third.

    0

Please sign in to leave a comment.