Skip to content

Commit f5bf435

Browse files
Update README.md
1 parent cbe7b1a commit f5bf435

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,10 @@ Following are the options/methods available from class **ImgHelper** :
229229
```java
230230
ImgHelper ImageHelper = new ImgHelper(this);
231231
```
232+
```kotlin
233+
//Kotlin
234+
var ImageHelper: ImgHelper? = ImgHelper(this)
235+
```
232236
- ***SetImageQuality*** - *Set the Quality of the image, Document_Qualityisused.If documents are used further for any automations and OCR, use Document_Quality.*
233237
>*Available Image Qualities* :
234238
1. Photo_Quality.

0 commit comments

Comments
 (0)