UNPKG

dynamsoft-javascript-barcode

Version:

Dynamsoft Barcode Reader JS is a recognition SDK which enables you to embed barcode reading functionality in your web, desktop, and mobile applications. With a few lines of JavaScript code, you can develop a robust application to scan a linear barcode, QR

11 lines 305 B
export declare enum EnumImagePreprocessingMode { IPM_AUTO = 1, IPM_GENERAL = 2, IPM_GRAY_EQUALIZE = 4, IPM_GRAY_SMOOTH = 8, IPM_SHARPEN_SMOOTH = 16, IPM_MORPHOLOGY = 32, IPM_SKIP = 0, IPM_REV = 2147483648 } //# sourceMappingURL=enumimagepreprocessingmode.d.ts.map