We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5080a0a commit fcbdcf9Copy full SHA for fcbdcf9
README.md
@@ -111,7 +111,11 @@ Config.CaptureSupport : contains various configurations as follows:
111
public static int MaxPage = 0;
112
```
113
- **ColorMode** - To Set the capture color mode - supporting color and grayscale.
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
+ ```
119
- **EnableFlash** - Enable Document capture specific flash control for SDK camera.
120
```java
121
Config.CaptureSupport.EnableFlash = true;
0 commit comments