Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinFarmer authored Oct 16, 2023
1 parent c7f8a76 commit 114fd48
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,11 @@ If you would like to use our scanner, please contact us [here](https://www.klipp

## Getting started
### Android

Edit the file `android/build.gradle`, add the Klippa Maven repository:

```maven
allprojects {
repositories {
// ... other repositories
maven {
credentials {
username "{your-username}"
password "{your-password}"
}
url "https://custom-ocr.klippa.com/sdk/android/maven"
}
}
}
Edit the file `android/key.properties`, if it doesn't exist yet, create it. Add the SDK credentials:
```
klippa.scanner.sdk.username={your-username}
klippa.scanner.sdk.password={your-password}
```

Replace the `{your-username}` and `{your-password}` values with the ones provided by Klippa.

### iOS
Expand Down

0 comments on commit 114fd48

Please sign in to comment.