You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,6 +229,10 @@ Following are the options/methods available from class **ImgHelper** :
229
229
```java
230
230
ImgHelper ImageHelper = new ImgHelper(this);
231
231
```
232
+
```kotlin
233
+
//Kotlin
234
+
var ImageHelper: ImgHelper? = ImgHelper(this)
235
+
```
232
236
- ***SetImageQuality*** - *Set the Quality of the image, Document_Qualityisused.If documents are used further for any automations and OCR, use Document_Quality.*
0 commit comments