ngx-scandoc 15.1.9 → 15.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core/components/scan/scan.component.d.ts +1 -0
- package/core/interfaces/config.d.ts +3 -1
- package/esm2020/core/components/scan/scan.component.mjs +14 -41
- package/esm2020/core/components/webcam/webcam/webcam.component.mjs +7 -3
- package/esm2020/core/interfaces/config.mjs +1 -1
- package/esm2020/providers/scan.provider.mjs +4 -3
- package/fesm2015/ngx-scandoc.mjs +22 -44
- package/fesm2015/ngx-scandoc.mjs.map +1 -1
- package/fesm2020/ngx-scandoc.mjs +22 -44
- package/fesm2020/ngx-scandoc.mjs.map +1 -1
- package/package.json +1 -1
- package/providers/scan.provider.d.ts +1 -1
- package/src/assets/i18n/de.json +3 -1
- package/src/assets/i18n/en.json +3 -2
- package/src/assets/i18n/hr.json +3 -1
- package/src/assets/i18n/it.json +3 -1
package/package.json
CHANGED
|
@@ -21,7 +21,7 @@ export declare class ScanProvider {
|
|
|
21
21
|
addGuest(guestData: GuestData): Observable<Object>;
|
|
22
22
|
stateless(DocumentFaceImage: any, LiveFaceImage: any): Observable<Object>;
|
|
23
23
|
sendLog(data: any): Observable<Object>;
|
|
24
|
-
burst(Images: string[]): Observable<Object>;
|
|
24
|
+
burst(Images: string[], BlurValues: any[]): Observable<Object>;
|
|
25
25
|
countries(): Observable<any>;
|
|
26
26
|
get countryNames(): {
|
|
27
27
|
label: string;
|
package/src/assets/i18n/de.json
CHANGED
|
@@ -51,7 +51,9 @@
|
|
|
51
51
|
"c1005": "Dokument ist zu klein. Bitte halten Sie es näher an die Kamera.",
|
|
52
52
|
"c1006": "Dokument nicht unterstützt",
|
|
53
53
|
"c1007": "Das Dokument hat eine Rückseite. Bitte drehen Sie das Dokument.",
|
|
54
|
-
"c1008": "Der Kontrast zwischen Dokument und Hintergrund ist zu niedrig."
|
|
54
|
+
"c1008": "Der Kontrast zwischen Dokument und Hintergrund ist zu niedrig.",
|
|
55
|
+
"c1009": "Warten auf die Fokussierung der Kamera.",
|
|
56
|
+
"c1010": "Niedrige Bildqualität erkannt. Bitte halten Sie die Kamera stabil."
|
|
55
57
|
},
|
|
56
58
|
"extraction": {
|
|
57
59
|
"c1001": "Dokument nicht unterstützt. Bitte wählen Sie eine andere Dokumentart.",
|
package/src/assets/i18n/en.json
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
"title": "Scan Profile",
|
|
4
4
|
"cancel": "Cancel",
|
|
5
5
|
"ok": "Ok",
|
|
6
|
-
|
|
7
6
|
"confirm": "Confirm",
|
|
8
7
|
"camera": "Camera",
|
|
9
8
|
"reTake": "ReTake",
|
|
@@ -53,7 +52,9 @@
|
|
|
53
52
|
"c1005": "Captured document is too small. Please move it closer to the camera.",
|
|
54
53
|
"c1006": "Document not supported",
|
|
55
54
|
"c1007": "The document has another side, turn the document over",
|
|
56
|
-
"c1008": "The document is not sufficiently contrasted against the background"
|
|
55
|
+
"c1008": "The document is not sufficiently contrasted against the background",
|
|
56
|
+
"c1009": "Waiting for camera to focus.",
|
|
57
|
+
"c1010": "Low image quality detected. Please keep the camera stable."
|
|
57
58
|
},
|
|
58
59
|
"extraction": {
|
|
59
60
|
"c1001": "Document not supported, please use another document type.",
|
package/src/assets/i18n/hr.json
CHANGED
|
@@ -52,7 +52,9 @@
|
|
|
52
52
|
"c1005": "Snimljeni dokument je premali. Približite ga kameri.",
|
|
53
53
|
"c1006": "Dokument nije podržan",
|
|
54
54
|
"c1007": "Dokument ima drugu stranu, okrenite dokument",
|
|
55
|
-
"c1008": "Dokument nije dovoljno kontrastiran u odnosu na pozadinu"
|
|
55
|
+
"c1008": "Dokument nije dovoljno kontrastiran u odnosu na pozadinu",
|
|
56
|
+
"c1009": "Čeka se fokusiranje kamere.",
|
|
57
|
+
"c1010": "Otkrivena niska kvaliteta slike. Držite kameru stabilnom."
|
|
56
58
|
},
|
|
57
59
|
"extraction": {
|
|
58
60
|
"c1001": "Dokument nije podržan, koristite drugu vrstu dokumenta.",
|
package/src/assets/i18n/it.json
CHANGED
|
@@ -52,7 +52,9 @@
|
|
|
52
52
|
"c1005": "Captured document is too small. Please move it closer to the camera.",
|
|
53
53
|
"c1006": "Document not supported",
|
|
54
54
|
"c1007": "The document has another side, turn the document over",
|
|
55
|
-
"c1008": "The document is not sufficiently contrasted against the background"
|
|
55
|
+
"c1008": "The document is not sufficiently contrasted against the background",
|
|
56
|
+
"c1009": "In attesa che la fotocamera metta a fuoco.",
|
|
57
|
+
"c1010": "Rilevata bassa qualità dell'immagine. Si prega di mantenere stabile la fotocamera."
|
|
56
58
|
},
|
|
57
59
|
"extraction": {
|
|
58
60
|
"c1001": "Document not supported, please use another document type.",
|