Need better scanning performance?
PageSize
Parameter PageSize sets the page size (width by height in pixels) of the target image.
Example
{
"PageSize" : [ 210, 297 ]
}
Parameter Summary
| PageSize Parameter Summary |
|---|
| Type int[2] |
| Range Each member should be a int value betweem [-1,0x7fffffff]. |
| Default Value [-1,-1] |
| Remarks A page size is defined as: [TargetPageWidth, TargetPageHeight]. TargetPageWidth * TargetPageHeight < 100000000. If any of TargetPageWidth and TargetPageHeight is 0 or -1, the original width and height of the detected content will be used. |