Anyline - A powerful OCR SDK for Android
AnylineExamples- Example app source codeREADME.md- This readme.LICENSE.md- The license file.
Before building the example app, you need to configure your Anyline license key.
-
Set the
ANYLINE_MOBILE_SDK_LICENSE_KEYenvironment variable in your shell profile (~/.zshrcor~/.bashrc):export ANYLINE_MOBILE_SDK_LICENSE_KEY='your-license-key-here'
-
Reload your shell or run
source ~/.zshrc -
Run the generation script:
./AnylineExamples/scripts/generate_license_key.sh
-
Copy the template file:
cp AnylineExamples/app/src/main/res/values/strings_license.xml.example \ AnylineExamples/app/src/main/res/values/strings_license.xml
-
Edit
strings_license.xmland replaceYOUR_LICENSE_KEY_HEREwith your actual license key
Get your license key at: https://documentation.anyline.com/main-component/license-key-generation.html
The API reference for the Anyline SDK for Android can be found here: https://documentation.anyline.com/android-sdk-component/latest/index.html
Check out our getting-started section here: https://documentation.anyline.com/android-sdk-component/latest/getting-started.html
Check out our developer guide here: https://documentation.anyline.com/android-sdk-component/latest/index.html
See LICENSE file.