cordova-plugin-scanbot-sdk
Advanced tools
Comparing version 3.2.3 to 3.3.0
@@ -510,3 +510,4 @@ export interface DocumentScannerConfiguration | ||
| "ERROR_TOO_DARK" | ||
| "ERROR_TOO_NOISY"; | ||
| "ERROR_TOO_NOISY" | ||
; | ||
@@ -528,3 +529,4 @@ export type Status = "OK" | "CANCELED"; | ||
| "LOW_LIGHT_BINARIZATION_2" | ||
| "EDGE_HIGHLIGHT"; | ||
| "EDGE_HIGHLIGHT" | ||
; | ||
@@ -535,3 +537,4 @@ export type OCROutputFormat = | ||
| "PDF_FILE" | ||
| "FULL_OCR_RESULT"; | ||
| "FULL_OCR_RESULT" | ||
; | ||
@@ -546,3 +549,18 @@ export type PDFPageSize = | ||
| "AUTO" | ||
; | ||
export type TIFFCompression = | ||
"NONE" | ||
| "CCITTRLE" | ||
| "CCITTFAX3" | ||
| "CCITT_T4" | ||
| "CCITTFAX4" | ||
| "CCITT_T6" | ||
| "CCITTRLEW" | ||
| "LZW" | ||
| "PACKBITS" | ||
| "DEFLATE" | ||
| "ADOBE_DEFLATE" | ||
; | ||
export interface DocumentDetectionResult { | ||
@@ -670,2 +688,4 @@ detectionResult: DetectionStatus; | ||
oneBitEncoded?: boolean; | ||
dpi?: number; | ||
compression?: TIFFCompression; | ||
}): Promise<GenericResult & {tiffFileUri: string;}>; | ||
@@ -743,2 +763,4 @@ | ||
oneBitEncoded?: boolean; | ||
dpi?: number; | ||
compression?: TIFFCompression; | ||
}): void; | ||
@@ -745,0 +767,0 @@ |
@@ -1,2 +0,2 @@ | ||
Open Source libraries used in the Scanbot SDK for Android version 1.39.52.2: | ||
Open Source libraries used in the Scanbot SDK for Android version 1.39.56.3: | ||
@@ -3,0 +3,0 @@ Android PDF Writer version 1.0.8 |
{ | ||
"name": "cordova-plugin-scanbot-sdk", | ||
"version": "3.2.3", | ||
"version": "3.3.0", | ||
"description": "Cordova Plugin for Scanbot SDK", | ||
@@ -5,0 +5,0 @@ "cordova": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
285872263
801