Handl
  • Handl
  • Services
    • Document classification
    • Document recognition
    • Manual Recognition
    • Feedback
    • Face Recognition and Document Reconciliation
    • Full-text recognition
  • Connecting and Testing
    • Connecting to the Cloud Service
    • Local Installation
    • Mobile SDK
    • Asynchronous mode
Powered by GitBook
On this page
  • SDK for Android
  • SDK для iOS

Was this helpful?

  1. Connecting and Testing

Mobile SDK

PreviousLocal InstallationNextAsynchronous mode

Last updated 1 year ago

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 .

SDK for Android

        val api = Retrofit.Builder()
            .baseUrl("https://latest.dbrain.io/")
            .build()
            .create(Api::class.java)

SDK для iOS

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 flowconstant 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:

https://latest.handl.io/
latest.handl.ai
175KB
Handl_SDK_Android_2020_11_11.zip
archive
Handl_SDK_Android_2020_11_11
249KB
Handl_SDK_iOS_2020_10_09.zip
archive
Dbrain_SDK_iOS_2020_10_09