\"ScanSide\": \"Duplex\", \
\"ColorMode\": \"Color\", \
\"SkipBlankPages\": 0, \
+ \"SkipBlankPagesContent\": 5, \
\"AutoStart\": 0, \
\"ColorDropOut\": \"None\", \
- \"ColorDropOutAggressiveness\": 0, \
+ \"ColorDropOutAggressiveness\" :0, \
\"OutputType\": \"Images\", \
\"ColorAutoBrightnessMode\": \"Automatic\", \
+ \"ColorBrightness\": 0, \
+ \"ColorContrast\": 0, \
\"ColorBalanceMode\": \"Automatic\", \
\"ColorBalanceAggressiveness\": 0, \
\"ColorBalanceRed\": 0, \
\"ColorBalanceGreen\": 0, \
\"ColorBalanceBlue\": 0, \
+ \"ColorSharpen\": \"Normal\", \
\"ForegroundBoldnessMode\": \"None\", \
\"ForegroundBoldnessAggressiveness\": 0, \
\"BackgroundSmoothingMode\": \"None\", \
\"BinarizationMode\": \"iThresholding\", \
\"BinarizationContrast\": 0, \
\"MaxDocumentLength\": 140, \
- \"ScanSource\": \"DocumentFeeder\" \
+ \"MultifeedSensitivity\": \"None\", \
+ \"MultifeedResponse\": \"Stop\", \
+ \"PostScanRotation\": \"Automatic\", \
+ \"EdgeFill\": \"Automatic\", \
+ \"ScanSource\": \"DocumentFeeder\", \
+ \"ImageBorder\": \"None\", \
+ \"TransportHandling\": \"Normal\", \
+ \"DocumentFeederTimeout\": 2, \
+ \"DocumentFeederTimeoutResponse\": \"Stop\", \
+ \"JpegQuality\": \"Good\", \
+ \"HoleFill\": 0, \
+ \"CroppingMode\": \"AutomaticStraighten\", \
+ \"CroppingImage\": \"EntireDocument\" \
} \
}";
- resp->size = 918;
+ resp->size = 1416;
resp->data = malloc(resp->size);
memcpy(resp->data, responsedata, resp->size);
resp->code = 200;