Answered
Changing output type of Extract API
Using the Node.js SDK, when performing an ExtractPDFJob, the result is a zip file that is written to the file system.
Is it possible to change the result to a JSON object?
Thanks,
Using the Node.js SDK, when performing an ExtractPDFJob, the result is a zip file that is written to the file system.
Is it possible to change the result to a JSON object?
Thanks,
The JSON is inside the ZIP archive. If you were to use the REST API directly rather than through the SDK, you could get just the JSON.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.