documentWidthRatio property
Ratio of the estimated width of the searched document in the image. Hint: Default value is 1.
throws DocumentException An error has occurred during Document Library execution.
Implementation
double get documentWidthRatio => getDocumentWidthRatio();
Implementation
set documentWidthRatio(double value) => setDocumentWidthRatio(value);