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
この記事は役に立ちましたか?
4人中4人がこの記事が役に立ったと言っています
コメント
1件のコメント
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.
サインインしてコメントを残してください。