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.
[Completed] Feature Request: Have multiple export formats per a task
Was this article helpful?
4 out of 4 found this helpful
Comments
1 comment
Implemented.
It is now possible to specify up to 3 comma-separated export formats as arguments to processImage and processDocument.
E.g.:
Upon task completion, server xml response will contain resultUrl attribute for first export format, resultUrl2 attribute for the second, and resultUrl3 for the third.
Please sign in to leave a comment.