Load an URL
Reference documentation on loading URLs for sending, using Mindee client libraries.
Overview
Overall, the steps to sending an URL are:
Load the URL, this does not download anything locally.
Optional: adjust the source file before sending.
Use the Mindee client instance to send the file.
Requirements
In most cases you'll be loading a source file for use in the Mindee Client, take a look at the Client Configuration section for more info.
However, you don't actually need the client initialized to use these features, only the client library installed.
All accepted files may be used, if they adhere to the API file limits.
In addition, the source URL must adhere to the following rules:
Secured using TLS (HTTPS).
Publicly available using only the URL, no authentication headers.
Authentication may be provided in the URL as query parameters: username+password or token. For example, Amazon S3 signed URLs will work.
Contents must be a binary file (raw bytes, not base64-encoded).
File contents cannot be encrypted.
The Mindee server will not follow redirections (HTTP 3xx).
Load the URL
Use the URLInputSource class.
Use the URLInput class.
Use the URLInputSource class.
Use the URLInputSource class.
Use the URLInputSource class.
Last updated
Was this helpful?

