Skip to content

Commit fcbdcf9

Browse files
Update README.md
1 parent 5080a0a commit fcbdcf9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,11 @@ Config.CaptureSupport : contains various configurations as follows:
111111
public static int MaxPage = 0;
112112
```
113113
- **ColorMode** - To Set the capture color mode - supporting color and grayscale.
114-
-
114+
```java
115+
Config.CaptureSupport.ColorMode = Config.CaptureSupport.ColorModes.RBG;
116+
//RBG (1) - Use capture flow in color mode.
117+
//GREY (2) - Use capture flow in grey scale mode.
118+
```
115119
- **EnableFlash** - Enable Document capture specific flash control for SDK camera.
116120
```java
117121
Config.CaptureSupport.EnableFlash = true;

0 commit comments

Comments
 (0)