Mobile SDK
Last updated
Was this helpful?
Last updated
Was this helpful?
Handl provides a Software Development Kit (SDK) for Android and iOS mobile platforms. The SDK is embedded in mobile applications that require document processing.
The SDK is responsible for capturing images, sending them to a server and receiving the results. By default, image processing takes place on Handl servers at .
You can change the server address that the SDK uses to process the image and retrieve the results. To do this, specify a new address in the classificationUrl
and recognitionUrl
parameters of the flow
constant during initialization
You can change the address of the server that the SDK refers to for image processing and results. To do this, replace the address "" in the following piece of code: