@authme/engine 2.2.0 → 2.2.1-rc.3

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.
Files changed (40) hide show
  1. package/assets/engine-worker.js +1 -504
  2. package/assets/ml_engine_web.js +1 -1
  3. package/assets/ml_engine_web.simd.js +1 -1
  4. package/assets/ml_engine_web.simd.wasm +0 -0
  5. package/assets/ml_engine_web.wasm +0 -0
  6. package/assets/ml_engine_web_version.txt +1 -1
  7. package/index.cjs +617 -0
  8. package/index.js +609 -0
  9. package/package.json +11 -13
  10. package/src/index.d.ts +4 -3
  11. package/src/lib/engine.d.ts +52 -42
  12. package/src/lib/enum/auth.enum.d.ts +3 -3
  13. package/src/lib/enum/fas-recognition.enum.d.ts +46 -0
  14. package/src/lib/enum/id-recognition.enum.d.ts +64 -0
  15. package/src/lib/enum/index.d.ts +4 -2
  16. package/src/lib/enum/module.enum.d.ts +8 -8
  17. package/src/lib/interface/basic-type.interface.d.ts +12 -12
  18. package/src/lib/interface/config.interface.d.ts +7 -7
  19. package/src/lib/interface/index.d.ts +3 -3
  20. package/src/lib/interface/worker-command.interface.d.ts +7 -7
  21. package/src/lib/version.d.ts +1 -0
  22. package/CHANGELOG.md +0 -400
  23. package/src/index.js +0 -7
  24. package/src/index.js.map +0 -1
  25. package/src/lib/engine.js +0 -345
  26. package/src/lib/engine.js.map +0 -1
  27. package/src/lib/enum/auth.enum.js +0 -8
  28. package/src/lib/enum/auth.enum.js.map +0 -1
  29. package/src/lib/enum/index.js +0 -6
  30. package/src/lib/enum/index.js.map +0 -1
  31. package/src/lib/enum/module.enum.js +0 -13
  32. package/src/lib/enum/module.enum.js.map +0 -1
  33. package/src/lib/interface/basic-type.interface.js +0 -3
  34. package/src/lib/interface/basic-type.interface.js.map +0 -1
  35. package/src/lib/interface/config.interface.js +0 -10
  36. package/src/lib/interface/config.interface.js.map +0 -1
  37. package/src/lib/interface/index.js +0 -7
  38. package/src/lib/interface/index.js.map +0 -1
  39. package/src/lib/interface/worker-command.interface.js +0 -3
  40. package/src/lib/interface/worker-command.interface.js.map +0 -1
package/CHANGELOG.md DELETED
@@ -1,400 +0,0 @@
1
- # Changelog
2
-
3
- This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
-
5
- ## [2.2.0](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.13...v2.2.0) (2022-12-19)
6
-
7
- ## [2.2.0-rc.13](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.12...v2.2.0-rc.13) (2022-12-19)
8
-
9
- ### Bug Fixes
10
-
11
- - 1.close btn add stop sdk method. 2.implement loading-sdk lottie. 3.delete vehicles license item ([83738bd](https://github.com/AuthMe01/web-client-sdk/commit/83738bd1630c539157222bc7a909962cc65696ae))
12
-
13
- ## [2.2.0-rc.12](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.11...v2.2.0-rc.12) (2022-12-16)
14
-
15
- ## [2.2.0-rc.11](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.10...v2.2.0-rc.11) (2022-12-16)
16
-
17
- ## [2.2.0-rc.10](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.9...v2.2.0-rc.10) (2022-12-15)
18
-
19
- ### Features
20
-
21
- - improve model loading performance ([0021a16](https://github.com/AuthMe01/web-client-sdk/commit/0021a164074bd9e4a219db1ef8e25932d3786ea8))
22
-
23
- ### Bug Fixes
24
-
25
- - waitTime problem ([5805979](https://github.com/AuthMe01/web-client-sdk/commit/5805979180cc009e0c82bba2b2094e70db6bf1bf))
26
-
27
- ## [2.2.0-rc.9](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.8...v2.2.0-rc.9) (2022-12-09)
28
-
29
- ### Features
30
-
31
- - update engine-lib to 4.8.0 ([6276dd7](https://github.com/AuthMe01/web-client-sdk/commit/6276dd74431a6f9321c2b9b04d02e4bcc0e4230f))
32
-
33
- ## [2.2.0-rc.8](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.7...v2.2.0-rc.8) (2022-12-07)
34
-
35
- ### Features
36
-
37
- - update engine-lib to 4.7.0 ([968d200](https://github.com/AuthMe01/web-client-sdk/commit/968d2006d3834a187177384710e314e65bf333a0))
38
-
39
- ## [2.2.0-rc.7](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.6...v2.2.0-rc.7) (2022-12-07)
40
-
41
- ### Bug Fixes
42
-
43
- - cors problem on worker creating ([143cb33](https://github.com/AuthMe01/web-client-sdk/commit/143cb336982777a853b75ea88c038d8fa68e1dce))
44
-
45
- ## [2.2.0-rc.6](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.5...v2.2.0-rc.6) (2022-12-05)
46
-
47
- ## [2.2.0-rc.5](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.4...v2.2.0-rc.5) (2022-12-03)
48
-
49
- ## [2.2.0-rc.4](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.3...v2.2.0-rc.4) (2022-12-01)
50
-
51
- ## [2.2.0-rc.3](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.2...v2.2.0-rc.3) (2022-11-30)
52
-
53
- ## [2.2.0-rc.2](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.1...v2.2.0-rc.2) (2022-11-28)
54
-
55
- ## [2.2.0-rc.1](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.0...v2.2.0-rc.1) (2022-11-18)
56
-
57
- ## [2.2.0-rc.0](https://github.com/AuthMe01/web-client-sdk/compare/v2.1.1...v2.2.0-rc.0) (2022-11-11)
58
-
59
- ### Features
60
-
61
- - PROD-1847 camera focusMode ([a5baa6a](https://github.com/AuthMe01/web-client-sdk/commit/a5baa6a6023b6d102cb60deb539faa493e7f5f91))
62
- - PROD-1847 loss engine ts ([43529b6](https://github.com/AuthMe01/web-client-sdk/commit/43529b6eec6bee27e8d04ab3124d7622fed9806c))
63
- - PROD-1947 update EngineLib v4.0.0 ([9178c38](https://github.com/AuthMe01/web-client-sdk/commit/9178c3882c26f828e548104af66791d9d2d3f51d))
64
- - PROD-1947 update EngineLib v4.0.0 ([b409697](https://github.com/AuthMe01/web-client-sdk/commit/b409697feececcfb92de73c924645f753b080e45))
65
- - PROD-2126 update to 4.1.2 ([6216754](https://github.com/AuthMe01/web-client-sdk/commit/6216754f513017a88c09f8d62cdf44cb9269ef69))
66
-
67
- ### Bug Fixes
68
-
69
- - field via engine-lib toJson when mrz ([dd4e731](https://github.com/AuthMe01/web-client-sdk/commit/dd4e73134dce246f450d124a0afb36e182a9873d))
70
-
71
- ## [2.1.2-rc.0](https://github.com/AuthMe01/web-client-sdk/compare/prod-2.1.1...prod-2.1.2-rc.0) (2022-09-15)
72
-
73
- ## [2.1.1](https://github.com/AuthMe01/web-client-sdk/compare/prod-2.1.0...prod-2.1.1) (2022-09-08)
74
-
75
- ## 1.2.2 (2022-07-28)
76
-
77
- ### Bug Fixes
78
-
79
- - adjust OCR params ([f620f2f](https://github.com/AuthMe01/web-client-sdk/commit/f620f2f9472411ff3d2b62f982420fe87499b376))
80
- - fix debug control flag ([b13a86d](https://github.com/AuthMe01/web-client-sdk/commit/b13a86d9dc3a5a2dc82d60aff290734201a5bedf))
81
- - Fix Liveness Verify bugs ([2233d91](https://github.com/AuthMe01/web-client-sdk/commit/2233d913d8356ba55129ba442a7b36bc790cff0d))
82
- - PROD-114 fix engine lib mobile support ([1484b78](https://github.com/AuthMe01/web-client-sdk/commit/1484b78f59cdaa94d7020d60c5196ab7593f1535))
83
- - PROD-1156 add debug option ([00bb564](https://github.com/AuthMe01/web-client-sdk/commit/00bb56432ffbbd62e2f66563f0fe05d6a0d792bf))
84
- - PROD-1206 delete session after use ([2e941ef](https://github.com/AuthMe01/web-client-sdk/commit/2e941ef4e3782bea4fd69870372244cf2a2238ed))
85
- - PROD-241 adjust instance create time ([9475b5f](https://github.com/AuthMe01/web-client-sdk/commit/9475b5f4d0f301f8b5d418dc855753b77fe7b08c))
86
- - PROD-247 adjust anti-fraud blur threshold ([e65cd7c](https://github.com/AuthMe01/web-client-sdk/commit/e65cd7c649d762b3bd8c27d74b0c6c47a33f5e8e))
87
- - PROD-255 fix memory leak issue ([7c35177](https://github.com/AuthMe01/web-client-sdk/commit/7c351779f89020694f41f38d7fd8320284c6e544))
88
- - PROD-255 reduce frame size to 720p ([540e24d](https://github.com/AuthMe01/web-client-sdk/commit/540e24d9aa34e442ef6f23dc398ee7778de7fd60))
89
- - PROD-255 remove console & add fas fail handle ([c2faac9](https://github.com/AuthMe01/web-client-sdk/commit/c2faac958921590958cfc851b678945babeb8402))
90
- - PROD-255 tuning recognition frame performance ([7e8306f](https://github.com/AuthMe01/web-client-sdk/commit/7e8306f8e8567bc745e01b9836efc627601a5269))
91
- - PROD-298 fix memory leak & compress frame size ([03ddfd1](https://github.com/AuthMe01/web-client-sdk/commit/03ddfd122ba01e21bb3feef7c25efc3fa895d855))
92
- - PROD-475 adjust ocr blue th to 1500 ([fe87d2e](https://github.com/AuthMe01/web-client-sdk/commit/fe87d2ec56b5dbbcc40e013456bbd70108cc3238))
93
- - PROD-475 adjust ocr reflective threshold ([ac3f84c](https://github.com/AuthMe01/web-client-sdk/commit/ac3f84c7771991f9fc20fcfe3fc1f79bedbf0550))
94
- - PROD-475 adjust ocr threshold for blur (higher) ([51b3e3e](https://github.com/AuthMe01/web-client-sdk/commit/51b3e3eef7a2377f57c515225b028f5b5e8518a8))
95
- - PROD-560 optimize load time(for view) ([7a38e1b](https://github.com/AuthMe01/web-client-sdk/commit/7a38e1b5ec1588013935f8f69f19f67ae22dedaa))
96
- - PROD-572 add verify api error msg & favicon ([e3c7936](https://github.com/AuthMe01/web-client-sdk/commit/e3c7936c02b17a5eb3cf73c7f24a580599638d00))
97
- - PROD-583 fix anti-fraud process ([aee07de](https://github.com/AuthMe01/web-client-sdk/commit/aee07de111240304584a1b08dc9b9c6bc816f615))
98
- - PROD-588 adjust anti-fraud timeout & fix ui resize issue ([43cfa2f](https://github.com/AuthMe01/web-client-sdk/commit/43cfa2facc3cf2b1816e0ddc805f84ce2ffdc5a8))
99
- - PROD-715 add max fps control ([377fcd3](https://github.com/AuthMe01/web-client-sdk/commit/377fcd34624b98feaf87ed8468dd6174dd8d3981))
100
- - PROD-755 align enginelib params ([b5e5d30](https://github.com/AuthMe01/web-client-sdk/commit/b5e5d30ad02ed6fc7f9e8100cea8ac5b264b7010))
101
- - PROD-756 sync ocr rotate action ([57bc8ea](https://github.com/AuthMe01/web-client-sdk/commit/57bc8ea9f6dd3e36a2281de48a047b4691799998))
102
- - PROD-816 adjust ocr params ([16bafb8](https://github.com/AuthMe01/web-client-sdk/commit/16bafb897472c569ef0c55dd20fee21102b56868))
103
- - PROD-941 fix mobile ocr board point ([c02e4b5](https://github.com/AuthMe01/web-client-sdk/commit/c02e4b5eb1a78b60d24f93080e41190b8faeab9d))
104
-
105
- ### Features
106
-
107
- - PR-46 passive fas impl ([307aa7d](https://github.com/AuthMe01/web-client-sdk/commit/307aa7dd85e43ebe41ee9074d2bea6981517de2d))
108
- - PR-51 Integrate fas UI and logic ([e939088](https://github.com/AuthMe01/web-client-sdk/commit/e939088caffe678ef0e768d7281edd0e6eb09d82))
109
- - PR-51 Integrate passive fas UI & logic ([f76fb5b](https://github.com/AuthMe01/web-client-sdk/commit/f76fb5b3a1f1cfbc9015524ce9a863c80eec5211))
110
- - PR-52 Add FAS porting ([d43ec7e](https://github.com/AuthMe01/web-client-sdk/commit/d43ec7e92c215b108157aa3931625865c0603540))
111
- - PROD-1170 MRZ function ([f58a3d1](https://github.com/AuthMe01/web-client-sdk/commit/f58a3d1ab7e57e199fc11a4216d698668cf0c7e1))
112
- - PROD-1186 update engineLib to 2.0.1 ([86eb3be](https://github.com/AuthMe01/web-client-sdk/commit/86eb3be98c547374173e37d47686738bc901d1e1))
113
- - PROD-1186 update enginelib to 2.0.2 ([142a56f](https://github.com/AuthMe01/web-client-sdk/commit/142a56fd360c1d7c6925855188f7e73148959f31))
114
- - PROD-1223 remove logger ([aac81cb](https://github.com/AuthMe01/web-client-sdk/commit/aac81cb9500ede6281b2204ce6d01f0de4205b09))
115
- - PROD-1235 update EngineLib to 2.0.3 ([d9d546c](https://github.com/AuthMe01/web-client-sdk/commit/d9d546cbd050fe91e59f60e9f20b483408388163))
116
- - PROD-135 add fetch model from backend ([a701d6f](https://github.com/AuthMe01/web-client-sdk/commit/a701d6fadc1ed2b57bebb00360e818d34d561191))
117
- - PROD-135 v3 fas api ([8e1e9cc](https://github.com/AuthMe01/web-client-sdk/commit/8e1e9cc9b8e5acbdbc4d49564bad8d42146a3c61))
118
- - PROD-1354 update EngineLib to 2.1.0 ([7cb6d0b](https://github.com/AuthMe01/web-client-sdk/commit/7cb6d0b8c7c5f3f2fd398dfc56b797667ea69075))
119
- - PROD-255 add OCR api impl ([40098a8](https://github.com/AuthMe01/web-client-sdk/commit/40098a8e76b02d3a3e7f4ef642da8d1806818496))
120
- - PROD-279 add sdk info in request header ([ca871cf](https://github.com/AuthMe01/web-client-sdk/commit/ca871cf9182aab3499c1918a8b946dc6d2cfed9a))
121
- - PROD-279 Add version info in view & docker build ([fbdca75](https://github.com/AuthMe01/web-client-sdk/commit/fbdca757f15dff38fdfff46980bd66a989fe4b9b))
122
- - PROD-334 Add Network Error Retry ([1dafbfd](https://github.com/AuthMe01/web-client-sdk/commit/1dafbfd2d51024abed9611cda4b7bd04401ed7f1))
123
- - PROD-335 update onnxruntime to 1.11.1 ([3c9a7e6](https://github.com/AuthMe01/web-client-sdk/commit/3c9a7e669bf88e74727313e5c872c44f70dbce05))
124
- - PROD-588 show SDK version ([cce6d67](https://github.com/AuthMe01/web-client-sdk/commit/cce6d6703cda5b86946e7ddb507320d6a820183b))
125
- - PROD-642 split sdk-demo & model-test ([9b40fb1](https://github.com/AuthMe01/web-client-sdk/commit/9b40fb138a7c64083167cdd4742312d27e398a50))
126
- - PROD-836 update engineLib to v0.19.0 ([cff46c6](https://github.com/AuthMe01/web-client-sdk/commit/cff46c6291d8ac99116d0f73270be1400905a8af))
127
- - PROD-836 update engineLib to v0.20 ([9e88704](https://github.com/AuthMe01/web-client-sdk/commit/9e88704561fd244779398d06aa7675646066ea94))
128
- - PROD-836 update EngineLib to v0.20.1 ([621bc93](https://github.com/AuthMe01/web-client-sdk/commit/621bc938875bf3d4afc56fd0e584adf7dca06ad4))
129
- - PROD-876 update EngineLib to v0.20.1a ([504a9aa](https://github.com/AuthMe01/web-client-sdk/commit/504a9aa4fea1632d3ac7355acca853157536be90))
130
- - PROD-876 update EngineLib to v0.20.1a ([ada4292](https://github.com/AuthMe01/web-client-sdk/commit/ada4292276ca37302392e3edaeca90fb14f800b9))
131
- - PROD-941 add debug image for OCR ([95fae31](https://github.com/AuthMe01/web-client-sdk/commit/95fae316cb3b4729eeb1c0d138e676fd59953eef))
132
- - PROD-941 remove custom blur&match threshold ([7b4e9a6](https://github.com/AuthMe01/web-client-sdk/commit/7b4e9a6304e841298fce79e6e913fd7e6b0043e2))
133
- - PROD-957 update engineLib v1.0.2 ([f5383e5](https://github.com/AuthMe01/web-client-sdk/commit/f5383e5210c798bf2663ad8f094a16b937ffa5b6))
134
-
135
- ## 1.2.1 (2022-07-28)
136
-
137
- ### Bug Fixes
138
-
139
- - adjust OCR params ([f620f2f](https://github.com/AuthMe01/web-client-sdk/commit/f620f2f9472411ff3d2b62f982420fe87499b376))
140
- - fix debug control flag ([b13a86d](https://github.com/AuthMe01/web-client-sdk/commit/b13a86d9dc3a5a2dc82d60aff290734201a5bedf))
141
- - PROD-114 fix engine lib mobile support ([1484b78](https://github.com/AuthMe01/web-client-sdk/commit/1484b78f59cdaa94d7020d60c5196ab7593f1535))
142
- - PROD-1156 add debug option ([00bb564](https://github.com/AuthMe01/web-client-sdk/commit/00bb56432ffbbd62e2f66563f0fe05d6a0d792bf))
143
- - PROD-1206 delete session after use ([2e941ef](https://github.com/AuthMe01/web-client-sdk/commit/2e941ef4e3782bea4fd69870372244cf2a2238ed))
144
- - PROD-241 adjust instance create time ([9475b5f](https://github.com/AuthMe01/web-client-sdk/commit/9475b5f4d0f301f8b5d418dc855753b77fe7b08c))
145
- - PROD-247 adjust anti-fraud blur threshold ([e65cd7c](https://github.com/AuthMe01/web-client-sdk/commit/e65cd7c649d762b3bd8c27d74b0c6c47a33f5e8e))
146
- - PROD-255 fix memory leak issue ([7c35177](https://github.com/AuthMe01/web-client-sdk/commit/7c351779f89020694f41f38d7fd8320284c6e544))
147
- - PROD-255 reduce frame size to 720p ([540e24d](https://github.com/AuthMe01/web-client-sdk/commit/540e24d9aa34e442ef6f23dc398ee7778de7fd60))
148
- - PROD-255 remove console & add fas fail handle ([c2faac9](https://github.com/AuthMe01/web-client-sdk/commit/c2faac958921590958cfc851b678945babeb8402))
149
- - PROD-255 tuning recognition frame performance ([7e8306f](https://github.com/AuthMe01/web-client-sdk/commit/7e8306f8e8567bc745e01b9836efc627601a5269))
150
- - PROD-298 fix memory leak & compress frame size ([03ddfd1](https://github.com/AuthMe01/web-client-sdk/commit/03ddfd122ba01e21bb3feef7c25efc3fa895d855))
151
- - PROD-475 adjust ocr blue th to 1500 ([fe87d2e](https://github.com/AuthMe01/web-client-sdk/commit/fe87d2ec56b5dbbcc40e013456bbd70108cc3238))
152
- - PROD-475 adjust ocr reflective threshold ([ac3f84c](https://github.com/AuthMe01/web-client-sdk/commit/ac3f84c7771991f9fc20fcfe3fc1f79bedbf0550))
153
- - PROD-475 adjust ocr threshold for blur (higher) ([51b3e3e](https://github.com/AuthMe01/web-client-sdk/commit/51b3e3eef7a2377f57c515225b028f5b5e8518a8))
154
- - PROD-560 optimize load time(for view) ([7a38e1b](https://github.com/AuthMe01/web-client-sdk/commit/7a38e1b5ec1588013935f8f69f19f67ae22dedaa))
155
- - PROD-572 add verify api error msg & favicon ([e3c7936](https://github.com/AuthMe01/web-client-sdk/commit/e3c7936c02b17a5eb3cf73c7f24a580599638d00))
156
- - PROD-583 fix anti-fraud process ([aee07de](https://github.com/AuthMe01/web-client-sdk/commit/aee07de111240304584a1b08dc9b9c6bc816f615))
157
- - PROD-588 adjust anti-fraud timeout & fix ui resize issue ([43cfa2f](https://github.com/AuthMe01/web-client-sdk/commit/43cfa2facc3cf2b1816e0ddc805f84ce2ffdc5a8))
158
- - PROD-715 add max fps control ([377fcd3](https://github.com/AuthMe01/web-client-sdk/commit/377fcd34624b98feaf87ed8468dd6174dd8d3981))
159
- - PROD-755 align enginelib params ([b5e5d30](https://github.com/AuthMe01/web-client-sdk/commit/b5e5d30ad02ed6fc7f9e8100cea8ac5b264b7010))
160
- - PROD-756 sync ocr rotate action ([57bc8ea](https://github.com/AuthMe01/web-client-sdk/commit/57bc8ea9f6dd3e36a2281de48a047b4691799998))
161
- - PROD-816 adjust ocr params ([16bafb8](https://github.com/AuthMe01/web-client-sdk/commit/16bafb897472c569ef0c55dd20fee21102b56868))
162
- - PROD-941 fix mobile ocr board point ([c02e4b5](https://github.com/AuthMe01/web-client-sdk/commit/c02e4b5eb1a78b60d24f93080e41190b8faeab9d))
163
-
164
- ### Features
165
-
166
- - PR-46 passive fas impl ([307aa7d](https://github.com/AuthMe01/web-client-sdk/commit/307aa7dd85e43ebe41ee9074d2bea6981517de2d))
167
- - PR-51 Integrate fas UI and logic ([e939088](https://github.com/AuthMe01/web-client-sdk/commit/e939088caffe678ef0e768d7281edd0e6eb09d82))
168
- - PR-51 Integrate passive fas UI & logic ([f76fb5b](https://github.com/AuthMe01/web-client-sdk/commit/f76fb5b3a1f1cfbc9015524ce9a863c80eec5211))
169
- - PR-52 Add FAS porting ([d43ec7e](https://github.com/AuthMe01/web-client-sdk/commit/d43ec7e92c215b108157aa3931625865c0603540))
170
- - PROD-1170 MRZ function ([f58a3d1](https://github.com/AuthMe01/web-client-sdk/commit/f58a3d1ab7e57e199fc11a4216d698668cf0c7e1))
171
- - PROD-1186 update engineLib to 2.0.1 ([86eb3be](https://github.com/AuthMe01/web-client-sdk/commit/86eb3be98c547374173e37d47686738bc901d1e1))
172
- - PROD-1186 update enginelib to 2.0.2 ([142a56f](https://github.com/AuthMe01/web-client-sdk/commit/142a56fd360c1d7c6925855188f7e73148959f31))
173
- - PROD-1223 remove logger ([aac81cb](https://github.com/AuthMe01/web-client-sdk/commit/aac81cb9500ede6281b2204ce6d01f0de4205b09))
174
- - PROD-1235 update EngineLib to 2.0.3 ([d9d546c](https://github.com/AuthMe01/web-client-sdk/commit/d9d546cbd050fe91e59f60e9f20b483408388163))
175
- - PROD-135 add fetch model from backend ([a701d6f](https://github.com/AuthMe01/web-client-sdk/commit/a701d6fadc1ed2b57bebb00360e818d34d561191))
176
- - PROD-135 v3 fas api ([8e1e9cc](https://github.com/AuthMe01/web-client-sdk/commit/8e1e9cc9b8e5acbdbc4d49564bad8d42146a3c61))
177
- - PROD-1354 update EngineLib to 2.1.0 ([7cb6d0b](https://github.com/AuthMe01/web-client-sdk/commit/7cb6d0b8c7c5f3f2fd398dfc56b797667ea69075))
178
- - PROD-255 add OCR api impl ([40098a8](https://github.com/AuthMe01/web-client-sdk/commit/40098a8e76b02d3a3e7f4ef642da8d1806818496))
179
- - PROD-279 add sdk info in request header ([ca871cf](https://github.com/AuthMe01/web-client-sdk/commit/ca871cf9182aab3499c1918a8b946dc6d2cfed9a))
180
- - PROD-279 Add version info in view & docker build ([fbdca75](https://github.com/AuthMe01/web-client-sdk/commit/fbdca757f15dff38fdfff46980bd66a989fe4b9b))
181
- - PROD-334 Add Network Error Retry ([1dafbfd](https://github.com/AuthMe01/web-client-sdk/commit/1dafbfd2d51024abed9611cda4b7bd04401ed7f1))
182
- - PROD-335 update onnxruntime to 1.11.1 ([3c9a7e6](https://github.com/AuthMe01/web-client-sdk/commit/3c9a7e669bf88e74727313e5c872c44f70dbce05))
183
- - PROD-588 show SDK version ([cce6d67](https://github.com/AuthMe01/web-client-sdk/commit/cce6d6703cda5b86946e7ddb507320d6a820183b))
184
- - PROD-642 split sdk-demo & model-test ([9b40fb1](https://github.com/AuthMe01/web-client-sdk/commit/9b40fb138a7c64083167cdd4742312d27e398a50))
185
- - PROD-836 update engineLib to v0.19.0 ([cff46c6](https://github.com/AuthMe01/web-client-sdk/commit/cff46c6291d8ac99116d0f73270be1400905a8af))
186
- - PROD-836 update engineLib to v0.20 ([9e88704](https://github.com/AuthMe01/web-client-sdk/commit/9e88704561fd244779398d06aa7675646066ea94))
187
- - PROD-836 update EngineLib to v0.20.1 ([621bc93](https://github.com/AuthMe01/web-client-sdk/commit/621bc938875bf3d4afc56fd0e584adf7dca06ad4))
188
- - PROD-876 update EngineLib to v0.20.1a ([504a9aa](https://github.com/AuthMe01/web-client-sdk/commit/504a9aa4fea1632d3ac7355acca853157536be90))
189
- - PROD-876 update EngineLib to v0.20.1a ([ada4292](https://github.com/AuthMe01/web-client-sdk/commit/ada4292276ca37302392e3edaeca90fb14f800b9))
190
- - PROD-941 add debug image for OCR ([95fae31](https://github.com/AuthMe01/web-client-sdk/commit/95fae316cb3b4729eeb1c0d138e676fd59953eef))
191
- - PROD-941 remove custom blur&match threshold ([7b4e9a6](https://github.com/AuthMe01/web-client-sdk/commit/7b4e9a6304e841298fce79e6e913fd7e6b0043e2))
192
- - PROD-957 update engineLib v1.0.2 ([f5383e5](https://github.com/AuthMe01/web-client-sdk/commit/f5383e5210c798bf2663ad8f094a16b937ffa5b6))
193
-
194
- # 1.2.0 (2022-07-25)
195
-
196
- ### Bug Fixes
197
-
198
- - adjust OCR params ([f620f2f](https://github.com/AuthMe01/web-client-sdk/commit/f620f2f9472411ff3d2b62f982420fe87499b376))
199
- - fix debug control flag ([b13a86d](https://github.com/AuthMe01/web-client-sdk/commit/b13a86d9dc3a5a2dc82d60aff290734201a5bedf))
200
- - PROD-114 fix engine lib mobile support ([1484b78](https://github.com/AuthMe01/web-client-sdk/commit/1484b78f59cdaa94d7020d60c5196ab7593f1535))
201
- - PROD-1156 add debug option ([00bb564](https://github.com/AuthMe01/web-client-sdk/commit/00bb56432ffbbd62e2f66563f0fe05d6a0d792bf))
202
- - PROD-1206 delete session after use ([2e941ef](https://github.com/AuthMe01/web-client-sdk/commit/2e941ef4e3782bea4fd69870372244cf2a2238ed))
203
- - PROD-241 adjust instance create time ([9475b5f](https://github.com/AuthMe01/web-client-sdk/commit/9475b5f4d0f301f8b5d418dc855753b77fe7b08c))
204
- - PROD-247 adjust anti-fraud blur threshold ([e65cd7c](https://github.com/AuthMe01/web-client-sdk/commit/e65cd7c649d762b3bd8c27d74b0c6c47a33f5e8e))
205
- - PROD-255 fix memory leak issue ([7c35177](https://github.com/AuthMe01/web-client-sdk/commit/7c351779f89020694f41f38d7fd8320284c6e544))
206
- - PROD-255 reduce frame size to 720p ([540e24d](https://github.com/AuthMe01/web-client-sdk/commit/540e24d9aa34e442ef6f23dc398ee7778de7fd60))
207
- - PROD-255 remove console & add fas fail handle ([c2faac9](https://github.com/AuthMe01/web-client-sdk/commit/c2faac958921590958cfc851b678945babeb8402))
208
- - PROD-255 tuning recognition frame performance ([7e8306f](https://github.com/AuthMe01/web-client-sdk/commit/7e8306f8e8567bc745e01b9836efc627601a5269))
209
- - PROD-298 fix memory leak & compress frame size ([03ddfd1](https://github.com/AuthMe01/web-client-sdk/commit/03ddfd122ba01e21bb3feef7c25efc3fa895d855))
210
- - PROD-475 adjust ocr blue th to 1500 ([fe87d2e](https://github.com/AuthMe01/web-client-sdk/commit/fe87d2ec56b5dbbcc40e013456bbd70108cc3238))
211
- - PROD-475 adjust ocr reflective threshold ([ac3f84c](https://github.com/AuthMe01/web-client-sdk/commit/ac3f84c7771991f9fc20fcfe3fc1f79bedbf0550))
212
- - PROD-475 adjust ocr threshold for blur (higher) ([51b3e3e](https://github.com/AuthMe01/web-client-sdk/commit/51b3e3eef7a2377f57c515225b028f5b5e8518a8))
213
- - PROD-560 optimize load time(for view) ([7a38e1b](https://github.com/AuthMe01/web-client-sdk/commit/7a38e1b5ec1588013935f8f69f19f67ae22dedaa))
214
- - PROD-572 add verify api error msg & favicon ([e3c7936](https://github.com/AuthMe01/web-client-sdk/commit/e3c7936c02b17a5eb3cf73c7f24a580599638d00))
215
- - PROD-583 fix anti-fraud process ([aee07de](https://github.com/AuthMe01/web-client-sdk/commit/aee07de111240304584a1b08dc9b9c6bc816f615))
216
- - PROD-588 adjust anti-fraud timeout & fix ui resize issue ([43cfa2f](https://github.com/AuthMe01/web-client-sdk/commit/43cfa2facc3cf2b1816e0ddc805f84ce2ffdc5a8))
217
- - PROD-715 add max fps control ([377fcd3](https://github.com/AuthMe01/web-client-sdk/commit/377fcd34624b98feaf87ed8468dd6174dd8d3981))
218
- - PROD-755 align enginelib params ([b5e5d30](https://github.com/AuthMe01/web-client-sdk/commit/b5e5d30ad02ed6fc7f9e8100cea8ac5b264b7010))
219
- - PROD-756 sync ocr rotate action ([57bc8ea](https://github.com/AuthMe01/web-client-sdk/commit/57bc8ea9f6dd3e36a2281de48a047b4691799998))
220
- - PROD-816 adjust ocr params ([16bafb8](https://github.com/AuthMe01/web-client-sdk/commit/16bafb897472c569ef0c55dd20fee21102b56868))
221
- - PROD-941 fix mobile ocr board point ([c02e4b5](https://github.com/AuthMe01/web-client-sdk/commit/c02e4b5eb1a78b60d24f93080e41190b8faeab9d))
222
-
223
- ### Features
224
-
225
- - PR-46 passive fas impl ([307aa7d](https://github.com/AuthMe01/web-client-sdk/commit/307aa7dd85e43ebe41ee9074d2bea6981517de2d))
226
- - PR-51 Integrate fas UI and logic ([e939088](https://github.com/AuthMe01/web-client-sdk/commit/e939088caffe678ef0e768d7281edd0e6eb09d82))
227
- - PR-51 Integrate passive fas UI & logic ([f76fb5b](https://github.com/AuthMe01/web-client-sdk/commit/f76fb5b3a1f1cfbc9015524ce9a863c80eec5211))
228
- - PR-52 Add FAS porting ([d43ec7e](https://github.com/AuthMe01/web-client-sdk/commit/d43ec7e92c215b108157aa3931625865c0603540))
229
- - PROD-1186 update engineLib to 2.0.1 ([86eb3be](https://github.com/AuthMe01/web-client-sdk/commit/86eb3be98c547374173e37d47686738bc901d1e1))
230
- - PROD-1186 update enginelib to 2.0.2 ([142a56f](https://github.com/AuthMe01/web-client-sdk/commit/142a56fd360c1d7c6925855188f7e73148959f31))
231
- - PROD-1223 remove logger ([aac81cb](https://github.com/AuthMe01/web-client-sdk/commit/aac81cb9500ede6281b2204ce6d01f0de4205b09))
232
- - PROD-1235 update EngineLib to 2.0.3 ([d9d546c](https://github.com/AuthMe01/web-client-sdk/commit/d9d546cbd050fe91e59f60e9f20b483408388163))
233
- - PROD-135 add fetch model from backend ([a701d6f](https://github.com/AuthMe01/web-client-sdk/commit/a701d6fadc1ed2b57bebb00360e818d34d561191))
234
- - PROD-135 v3 fas api ([8e1e9cc](https://github.com/AuthMe01/web-client-sdk/commit/8e1e9cc9b8e5acbdbc4d49564bad8d42146a3c61))
235
- - PROD-1354 update EngineLib to 2.1.0 ([7cb6d0b](https://github.com/AuthMe01/web-client-sdk/commit/7cb6d0b8c7c5f3f2fd398dfc56b797667ea69075))
236
- - PROD-255 add OCR api impl ([40098a8](https://github.com/AuthMe01/web-client-sdk/commit/40098a8e76b02d3a3e7f4ef642da8d1806818496))
237
- - PROD-279 add sdk info in request header ([ca871cf](https://github.com/AuthMe01/web-client-sdk/commit/ca871cf9182aab3499c1918a8b946dc6d2cfed9a))
238
- - PROD-279 Add version info in view & docker build ([fbdca75](https://github.com/AuthMe01/web-client-sdk/commit/fbdca757f15dff38fdfff46980bd66a989fe4b9b))
239
- - PROD-334 Add Network Error Retry ([1dafbfd](https://github.com/AuthMe01/web-client-sdk/commit/1dafbfd2d51024abed9611cda4b7bd04401ed7f1))
240
- - PROD-335 update onnxruntime to 1.11.1 ([3c9a7e6](https://github.com/AuthMe01/web-client-sdk/commit/3c9a7e669bf88e74727313e5c872c44f70dbce05))
241
- - PROD-588 show SDK version ([cce6d67](https://github.com/AuthMe01/web-client-sdk/commit/cce6d6703cda5b86946e7ddb507320d6a820183b))
242
- - PROD-642 split sdk-demo & model-test ([9b40fb1](https://github.com/AuthMe01/web-client-sdk/commit/9b40fb138a7c64083167cdd4742312d27e398a50))
243
- - PROD-836 update engineLib to v0.19.0 ([cff46c6](https://github.com/AuthMe01/web-client-sdk/commit/cff46c6291d8ac99116d0f73270be1400905a8af))
244
- - PROD-836 update engineLib to v0.20 ([9e88704](https://github.com/AuthMe01/web-client-sdk/commit/9e88704561fd244779398d06aa7675646066ea94))
245
- - PROD-836 update EngineLib to v0.20.1 ([621bc93](https://github.com/AuthMe01/web-client-sdk/commit/621bc938875bf3d4afc56fd0e584adf7dca06ad4))
246
- - PROD-876 update EngineLib to v0.20.1a ([504a9aa](https://github.com/AuthMe01/web-client-sdk/commit/504a9aa4fea1632d3ac7355acca853157536be90))
247
- - PROD-876 update EngineLib to v0.20.1a ([ada4292](https://github.com/AuthMe01/web-client-sdk/commit/ada4292276ca37302392e3edaeca90fb14f800b9))
248
- - PROD-941 add debug image for OCR ([95fae31](https://github.com/AuthMe01/web-client-sdk/commit/95fae316cb3b4729eeb1c0d138e676fd59953eef))
249
- - PROD-941 remove custom blur&match threshold ([7b4e9a6](https://github.com/AuthMe01/web-client-sdk/commit/7b4e9a6304e841298fce79e6e913fd7e6b0043e2))
250
- - PROD-957 update engineLib v1.0.2 ([f5383e5](https://github.com/AuthMe01/web-client-sdk/commit/f5383e5210c798bf2663ad8f094a16b937ffa5b6))
251
-
252
- ## 1.1.1 (2022-07-07)
253
-
254
- ### Bug Fixes
255
-
256
- - adjust OCR params ([f620f2f](https://github.com/AuthMe01/web-client-sdk/commit/f620f2f9472411ff3d2b62f982420fe87499b376))
257
- - fix debug control flag ([b13a86d](https://github.com/AuthMe01/web-client-sdk/commit/b13a86d9dc3a5a2dc82d60aff290734201a5bedf))
258
- - PROD-114 fix engine lib mobile support ([1484b78](https://github.com/AuthMe01/web-client-sdk/commit/1484b78f59cdaa94d7020d60c5196ab7593f1535))
259
- - PROD-1156 add debug option ([00bb564](https://github.com/AuthMe01/web-client-sdk/commit/00bb56432ffbbd62e2f66563f0fe05d6a0d792bf))
260
- - PROD-1206 delete session after use ([2e941ef](https://github.com/AuthMe01/web-client-sdk/commit/2e941ef4e3782bea4fd69870372244cf2a2238ed))
261
- - PROD-241 adjust instance create time ([9475b5f](https://github.com/AuthMe01/web-client-sdk/commit/9475b5f4d0f301f8b5d418dc855753b77fe7b08c))
262
- - PROD-247 adjust anti-fraud blur threshold ([e65cd7c](https://github.com/AuthMe01/web-client-sdk/commit/e65cd7c649d762b3bd8c27d74b0c6c47a33f5e8e))
263
- - PROD-255 fix memory leak issue ([7c35177](https://github.com/AuthMe01/web-client-sdk/commit/7c351779f89020694f41f38d7fd8320284c6e544))
264
- - PROD-255 reduce frame size to 720p ([540e24d](https://github.com/AuthMe01/web-client-sdk/commit/540e24d9aa34e442ef6f23dc398ee7778de7fd60))
265
- - PROD-255 remove console & add fas fail handle ([c2faac9](https://github.com/AuthMe01/web-client-sdk/commit/c2faac958921590958cfc851b678945babeb8402))
266
- - PROD-255 tuning recognition frame performance ([7e8306f](https://github.com/AuthMe01/web-client-sdk/commit/7e8306f8e8567bc745e01b9836efc627601a5269))
267
- - PROD-298 fix memory leak & compress frame size ([03ddfd1](https://github.com/AuthMe01/web-client-sdk/commit/03ddfd122ba01e21bb3feef7c25efc3fa895d855))
268
- - PROD-475 adjust ocr blue th to 1500 ([fe87d2e](https://github.com/AuthMe01/web-client-sdk/commit/fe87d2ec56b5dbbcc40e013456bbd70108cc3238))
269
- - PROD-475 adjust ocr reflective threshold ([ac3f84c](https://github.com/AuthMe01/web-client-sdk/commit/ac3f84c7771991f9fc20fcfe3fc1f79bedbf0550))
270
- - PROD-475 adjust ocr threshold for blur (higher) ([51b3e3e](https://github.com/AuthMe01/web-client-sdk/commit/51b3e3eef7a2377f57c515225b028f5b5e8518a8))
271
- - PROD-560 optimize load time(for view) ([7a38e1b](https://github.com/AuthMe01/web-client-sdk/commit/7a38e1b5ec1588013935f8f69f19f67ae22dedaa))
272
- - PROD-572 add verify api error msg & favicon ([e3c7936](https://github.com/AuthMe01/web-client-sdk/commit/e3c7936c02b17a5eb3cf73c7f24a580599638d00))
273
- - PROD-583 fix anti-fraud process ([aee07de](https://github.com/AuthMe01/web-client-sdk/commit/aee07de111240304584a1b08dc9b9c6bc816f615))
274
- - PROD-588 adjust anti-fraud timeout & fix ui resize issue ([43cfa2f](https://github.com/AuthMe01/web-client-sdk/commit/43cfa2facc3cf2b1816e0ddc805f84ce2ffdc5a8))
275
- - PROD-715 add max fps control ([377fcd3](https://github.com/AuthMe01/web-client-sdk/commit/377fcd34624b98feaf87ed8468dd6174dd8d3981))
276
- - PROD-755 align enginelib params ([b5e5d30](https://github.com/AuthMe01/web-client-sdk/commit/b5e5d30ad02ed6fc7f9e8100cea8ac5b264b7010))
277
- - PROD-756 sync ocr rotate action ([57bc8ea](https://github.com/AuthMe01/web-client-sdk/commit/57bc8ea9f6dd3e36a2281de48a047b4691799998))
278
- - PROD-816 adjust ocr params ([16bafb8](https://github.com/AuthMe01/web-client-sdk/commit/16bafb897472c569ef0c55dd20fee21102b56868))
279
- - PROD-941 fix mobile ocr board point ([c02e4b5](https://github.com/AuthMe01/web-client-sdk/commit/c02e4b5eb1a78b60d24f93080e41190b8faeab9d))
280
-
281
- ### Features
282
-
283
- - PR-46 passive fas impl ([307aa7d](https://github.com/AuthMe01/web-client-sdk/commit/307aa7dd85e43ebe41ee9074d2bea6981517de2d))
284
- - PR-51 Integrate fas UI and logic ([e939088](https://github.com/AuthMe01/web-client-sdk/commit/e939088caffe678ef0e768d7281edd0e6eb09d82))
285
- - PR-51 Integrate passive fas UI & logic ([f76fb5b](https://github.com/AuthMe01/web-client-sdk/commit/f76fb5b3a1f1cfbc9015524ce9a863c80eec5211))
286
- - PR-52 Add FAS porting ([d43ec7e](https://github.com/AuthMe01/web-client-sdk/commit/d43ec7e92c215b108157aa3931625865c0603540))
287
- - PROD-1186 update engineLib to 2.0.1 ([86eb3be](https://github.com/AuthMe01/web-client-sdk/commit/86eb3be98c547374173e37d47686738bc901d1e1))
288
- - PROD-1186 update enginelib to 2.0.2 ([142a56f](https://github.com/AuthMe01/web-client-sdk/commit/142a56fd360c1d7c6925855188f7e73148959f31))
289
- - PROD-1223 remove logger ([aac81cb](https://github.com/AuthMe01/web-client-sdk/commit/aac81cb9500ede6281b2204ce6d01f0de4205b09))
290
- - PROD-1235 update EngineLib to 2.0.3 ([d9d546c](https://github.com/AuthMe01/web-client-sdk/commit/d9d546cbd050fe91e59f60e9f20b483408388163))
291
- - PROD-135 add fetch model from backend ([a701d6f](https://github.com/AuthMe01/web-client-sdk/commit/a701d6fadc1ed2b57bebb00360e818d34d561191))
292
- - PROD-135 v3 fas api ([8e1e9cc](https://github.com/AuthMe01/web-client-sdk/commit/8e1e9cc9b8e5acbdbc4d49564bad8d42146a3c61))
293
- - PROD-255 add OCR api impl ([40098a8](https://github.com/AuthMe01/web-client-sdk/commit/40098a8e76b02d3a3e7f4ef642da8d1806818496))
294
- - PROD-279 add sdk info in request header ([ca871cf](https://github.com/AuthMe01/web-client-sdk/commit/ca871cf9182aab3499c1918a8b946dc6d2cfed9a))
295
- - PROD-279 Add version info in view & docker build ([fbdca75](https://github.com/AuthMe01/web-client-sdk/commit/fbdca757f15dff38fdfff46980bd66a989fe4b9b))
296
- - PROD-334 Add Network Error Retry ([1dafbfd](https://github.com/AuthMe01/web-client-sdk/commit/1dafbfd2d51024abed9611cda4b7bd04401ed7f1))
297
- - PROD-335 update onnxruntime to 1.11.1 ([3c9a7e6](https://github.com/AuthMe01/web-client-sdk/commit/3c9a7e669bf88e74727313e5c872c44f70dbce05))
298
- - PROD-588 show SDK version ([cce6d67](https://github.com/AuthMe01/web-client-sdk/commit/cce6d6703cda5b86946e7ddb507320d6a820183b))
299
- - PROD-642 split sdk-demo & model-test ([9b40fb1](https://github.com/AuthMe01/web-client-sdk/commit/9b40fb138a7c64083167cdd4742312d27e398a50))
300
- - PROD-836 update engineLib to v0.19.0 ([cff46c6](https://github.com/AuthMe01/web-client-sdk/commit/cff46c6291d8ac99116d0f73270be1400905a8af))
301
- - PROD-836 update engineLib to v0.20 ([9e88704](https://github.com/AuthMe01/web-client-sdk/commit/9e88704561fd244779398d06aa7675646066ea94))
302
- - PROD-836 update EngineLib to v0.20.1 ([621bc93](https://github.com/AuthMe01/web-client-sdk/commit/621bc938875bf3d4afc56fd0e584adf7dca06ad4))
303
- - PROD-876 update EngineLib to v0.20.1a ([504a9aa](https://github.com/AuthMe01/web-client-sdk/commit/504a9aa4fea1632d3ac7355acca853157536be90))
304
- - PROD-876 update EngineLib to v0.20.1a ([ada4292](https://github.com/AuthMe01/web-client-sdk/commit/ada4292276ca37302392e3edaeca90fb14f800b9))
305
- - PROD-941 add debug image for OCR ([95fae31](https://github.com/AuthMe01/web-client-sdk/commit/95fae316cb3b4729eeb1c0d138e676fd59953eef))
306
- - PROD-941 remove custom blur&match threshold ([7b4e9a6](https://github.com/AuthMe01/web-client-sdk/commit/7b4e9a6304e841298fce79e6e913fd7e6b0043e2))
307
- - PROD-957 update engineLib v1.0.2 ([f5383e5](https://github.com/AuthMe01/web-client-sdk/commit/f5383e5210c798bf2663ad8f094a16b937ffa5b6))
308
-
309
- # 1.1.0 (2022-07-06)
310
-
311
- ### Bug Fixes
312
-
313
- - adjust OCR params ([f620f2f](https://github.com/AuthMe01/web-client-sdk/commit/f620f2f9472411ff3d2b62f982420fe87499b376))
314
- - fix debug control flag ([b13a86d](https://github.com/AuthMe01/web-client-sdk/commit/b13a86d9dc3a5a2dc82d60aff290734201a5bedf))
315
- - PROD-114 fix engine lib mobile support ([1484b78](https://github.com/AuthMe01/web-client-sdk/commit/1484b78f59cdaa94d7020d60c5196ab7593f1535))
316
- - PROD-1156 add debug option ([00bb564](https://github.com/AuthMe01/web-client-sdk/commit/00bb56432ffbbd62e2f66563f0fe05d6a0d792bf))
317
- - PROD-1206 delete session after use ([2e941ef](https://github.com/AuthMe01/web-client-sdk/commit/2e941ef4e3782bea4fd69870372244cf2a2238ed))
318
- - PROD-241 adjust instance create time ([9475b5f](https://github.com/AuthMe01/web-client-sdk/commit/9475b5f4d0f301f8b5d418dc855753b77fe7b08c))
319
- - PROD-247 adjust anti-fraud blur threshold ([e65cd7c](https://github.com/AuthMe01/web-client-sdk/commit/e65cd7c649d762b3bd8c27d74b0c6c47a33f5e8e))
320
- - PROD-255 fix memory leak issue ([7c35177](https://github.com/AuthMe01/web-client-sdk/commit/7c351779f89020694f41f38d7fd8320284c6e544))
321
- - PROD-255 reduce frame size to 720p ([540e24d](https://github.com/AuthMe01/web-client-sdk/commit/540e24d9aa34e442ef6f23dc398ee7778de7fd60))
322
- - PROD-255 remove console & add fas fail handle ([c2faac9](https://github.com/AuthMe01/web-client-sdk/commit/c2faac958921590958cfc851b678945babeb8402))
323
- - PROD-255 tuning recognition frame performance ([7e8306f](https://github.com/AuthMe01/web-client-sdk/commit/7e8306f8e8567bc745e01b9836efc627601a5269))
324
- - PROD-298 fix memory leak & compress frame size ([03ddfd1](https://github.com/AuthMe01/web-client-sdk/commit/03ddfd122ba01e21bb3feef7c25efc3fa895d855))
325
- - PROD-475 adjust ocr blue th to 1500 ([fe87d2e](https://github.com/AuthMe01/web-client-sdk/commit/fe87d2ec56b5dbbcc40e013456bbd70108cc3238))
326
- - PROD-475 adjust ocr reflective threshold ([ac3f84c](https://github.com/AuthMe01/web-client-sdk/commit/ac3f84c7771991f9fc20fcfe3fc1f79bedbf0550))
327
- - PROD-475 adjust ocr threshold for blur (higher) ([51b3e3e](https://github.com/AuthMe01/web-client-sdk/commit/51b3e3eef7a2377f57c515225b028f5b5e8518a8))
328
- - PROD-560 optimize load time(for view) ([7a38e1b](https://github.com/AuthMe01/web-client-sdk/commit/7a38e1b5ec1588013935f8f69f19f67ae22dedaa))
329
- - PROD-572 add verify api error msg & favicon ([e3c7936](https://github.com/AuthMe01/web-client-sdk/commit/e3c7936c02b17a5eb3cf73c7f24a580599638d00))
330
- - PROD-583 fix anti-fraud process ([aee07de](https://github.com/AuthMe01/web-client-sdk/commit/aee07de111240304584a1b08dc9b9c6bc816f615))
331
- - PROD-588 adjust anti-fraud timeout & fix ui resize issue ([43cfa2f](https://github.com/AuthMe01/web-client-sdk/commit/43cfa2facc3cf2b1816e0ddc805f84ce2ffdc5a8))
332
- - PROD-715 add max fps control ([377fcd3](https://github.com/AuthMe01/web-client-sdk/commit/377fcd34624b98feaf87ed8468dd6174dd8d3981))
333
- - PROD-755 align enginelib params ([b5e5d30](https://github.com/AuthMe01/web-client-sdk/commit/b5e5d30ad02ed6fc7f9e8100cea8ac5b264b7010))
334
- - PROD-756 sync ocr rotate action ([57bc8ea](https://github.com/AuthMe01/web-client-sdk/commit/57bc8ea9f6dd3e36a2281de48a047b4691799998))
335
- - PROD-816 adjust ocr params ([16bafb8](https://github.com/AuthMe01/web-client-sdk/commit/16bafb897472c569ef0c55dd20fee21102b56868))
336
- - PROD-941 fix mobile ocr board point ([c02e4b5](https://github.com/AuthMe01/web-client-sdk/commit/c02e4b5eb1a78b60d24f93080e41190b8faeab9d))
337
-
338
- ### Features
339
-
340
- - PR-46 passive fas impl ([307aa7d](https://github.com/AuthMe01/web-client-sdk/commit/307aa7dd85e43ebe41ee9074d2bea6981517de2d))
341
- - PR-51 Integrate fas UI and logic ([e939088](https://github.com/AuthMe01/web-client-sdk/commit/e939088caffe678ef0e768d7281edd0e6eb09d82))
342
- - PR-51 Integrate passive fas UI & logic ([f76fb5b](https://github.com/AuthMe01/web-client-sdk/commit/f76fb5b3a1f1cfbc9015524ce9a863c80eec5211))
343
- - PR-52 Add FAS porting ([d43ec7e](https://github.com/AuthMe01/web-client-sdk/commit/d43ec7e92c215b108157aa3931625865c0603540))
344
- - PROD-1186 update engineLib to 2.0.1 ([86eb3be](https://github.com/AuthMe01/web-client-sdk/commit/86eb3be98c547374173e37d47686738bc901d1e1))
345
- - PROD-1186 update enginelib to 2.0.2 ([142a56f](https://github.com/AuthMe01/web-client-sdk/commit/142a56fd360c1d7c6925855188f7e73148959f31))
346
- - PROD-1223 remove logger ([aac81cb](https://github.com/AuthMe01/web-client-sdk/commit/aac81cb9500ede6281b2204ce6d01f0de4205b09))
347
- - PROD-1235 update EngineLib to 2.0.3 ([d9d546c](https://github.com/AuthMe01/web-client-sdk/commit/d9d546cbd050fe91e59f60e9f20b483408388163))
348
- - PROD-135 add fetch model from backend ([a701d6f](https://github.com/AuthMe01/web-client-sdk/commit/a701d6fadc1ed2b57bebb00360e818d34d561191))
349
- - PROD-135 v3 fas api ([8e1e9cc](https://github.com/AuthMe01/web-client-sdk/commit/8e1e9cc9b8e5acbdbc4d49564bad8d42146a3c61))
350
- - PROD-255 add OCR api impl ([40098a8](https://github.com/AuthMe01/web-client-sdk/commit/40098a8e76b02d3a3e7f4ef642da8d1806818496))
351
- - PROD-279 add sdk info in request header ([ca871cf](https://github.com/AuthMe01/web-client-sdk/commit/ca871cf9182aab3499c1918a8b946dc6d2cfed9a))
352
- - PROD-279 Add version info in view & docker build ([fbdca75](https://github.com/AuthMe01/web-client-sdk/commit/fbdca757f15dff38fdfff46980bd66a989fe4b9b))
353
- - PROD-334 Add Network Error Retry ([1dafbfd](https://github.com/AuthMe01/web-client-sdk/commit/1dafbfd2d51024abed9611cda4b7bd04401ed7f1))
354
- - PROD-335 update onnxruntime to 1.11.1 ([3c9a7e6](https://github.com/AuthMe01/web-client-sdk/commit/3c9a7e669bf88e74727313e5c872c44f70dbce05))
355
- - PROD-588 show SDK version ([cce6d67](https://github.com/AuthMe01/web-client-sdk/commit/cce6d6703cda5b86946e7ddb507320d6a820183b))
356
- - PROD-642 split sdk-demo & model-test ([9b40fb1](https://github.com/AuthMe01/web-client-sdk/commit/9b40fb138a7c64083167cdd4742312d27e398a50))
357
- - PROD-836 update engineLib to v0.19.0 ([cff46c6](https://github.com/AuthMe01/web-client-sdk/commit/cff46c6291d8ac99116d0f73270be1400905a8af))
358
- - PROD-836 update engineLib to v0.20 ([9e88704](https://github.com/AuthMe01/web-client-sdk/commit/9e88704561fd244779398d06aa7675646066ea94))
359
- - PROD-836 update EngineLib to v0.20.1 ([621bc93](https://github.com/AuthMe01/web-client-sdk/commit/621bc938875bf3d4afc56fd0e584adf7dca06ad4))
360
- - PROD-876 update EngineLib to v0.20.1a ([504a9aa](https://github.com/AuthMe01/web-client-sdk/commit/504a9aa4fea1632d3ac7355acca853157536be90))
361
- - PROD-876 update EngineLib to v0.20.1a ([ada4292](https://github.com/AuthMe01/web-client-sdk/commit/ada4292276ca37302392e3edaeca90fb14f800b9))
362
- - PROD-941 add debug image for OCR ([95fae31](https://github.com/AuthMe01/web-client-sdk/commit/95fae316cb3b4729eeb1c0d138e676fd59953eef))
363
- - PROD-941 remove custom blur&match threshold ([7b4e9a6](https://github.com/AuthMe01/web-client-sdk/commit/7b4e9a6304e841298fce79e6e913fd7e6b0043e2))
364
- - PROD-957 update engineLib v1.0.2 ([f5383e5](https://github.com/AuthMe01/web-client-sdk/commit/f5383e5210c798bf2663ad8f094a16b937ffa5b6))
365
-
366
- # 1.0.0 (2022-05-30)
367
-
368
- ### Bug Fixes
369
-
370
- - PROD-114 fix engine lib mobile support ([1484b78](https://github.com/AuthMe01/web-client-sdk/commit/1484b78f59cdaa94d7020d60c5196ab7593f1535))
371
- - PROD-241 adjust instance create time ([9475b5f](https://github.com/AuthMe01/web-client-sdk/commit/9475b5f4d0f301f8b5d418dc855753b77fe7b08c))
372
- - PROD-247 adjust anti-fraud blur threshold ([e65cd7c](https://github.com/AuthMe01/web-client-sdk/commit/e65cd7c649d762b3bd8c27d74b0c6c47a33f5e8e))
373
- - PROD-255 fix memory leak issue ([7c35177](https://github.com/AuthMe01/web-client-sdk/commit/7c351779f89020694f41f38d7fd8320284c6e544))
374
- - PROD-255 reduce frame size to 720p ([540e24d](https://github.com/AuthMe01/web-client-sdk/commit/540e24d9aa34e442ef6f23dc398ee7778de7fd60))
375
- - PROD-255 remove console & add fas fail handle ([c2faac9](https://github.com/AuthMe01/web-client-sdk/commit/c2faac958921590958cfc851b678945babeb8402))
376
- - PROD-255 tuning recognition frame performance ([7e8306f](https://github.com/AuthMe01/web-client-sdk/commit/7e8306f8e8567bc745e01b9836efc627601a5269))
377
- - PROD-298 fix memory leak & compress frame size ([03ddfd1](https://github.com/AuthMe01/web-client-sdk/commit/03ddfd122ba01e21bb3feef7c25efc3fa895d855))
378
- - PROD-475 adjust ocr blue th to 1500 ([fe87d2e](https://github.com/AuthMe01/web-client-sdk/commit/fe87d2ec56b5dbbcc40e013456bbd70108cc3238))
379
- - PROD-475 adjust ocr reflective threshold ([ac3f84c](https://github.com/AuthMe01/web-client-sdk/commit/ac3f84c7771991f9fc20fcfe3fc1f79bedbf0550))
380
- - PROD-475 adjust ocr threshold for blur (higher) ([51b3e3e](https://github.com/AuthMe01/web-client-sdk/commit/51b3e3eef7a2377f57c515225b028f5b5e8518a8))
381
- - PROD-560 optimize load time(for view) ([7a38e1b](https://github.com/AuthMe01/web-client-sdk/commit/7a38e1b5ec1588013935f8f69f19f67ae22dedaa))
382
- - PROD-572 add verify api error msg & favicon ([e3c7936](https://github.com/AuthMe01/web-client-sdk/commit/e3c7936c02b17a5eb3cf73c7f24a580599638d00))
383
- - PROD-583 fix anti-fraud process ([aee07de](https://github.com/AuthMe01/web-client-sdk/commit/aee07de111240304584a1b08dc9b9c6bc816f615))
384
- - PROD-588 adjust anti-fraud timeout & fix ui resize issue ([43cfa2f](https://github.com/AuthMe01/web-client-sdk/commit/43cfa2facc3cf2b1816e0ddc805f84ce2ffdc5a8))
385
-
386
- ### Features
387
-
388
- - PR-46 passive fas impl ([307aa7d](https://github.com/AuthMe01/web-client-sdk/commit/307aa7dd85e43ebe41ee9074d2bea6981517de2d))
389
- - PR-51 Integrate fas UI and logic ([e939088](https://github.com/AuthMe01/web-client-sdk/commit/e939088caffe678ef0e768d7281edd0e6eb09d82))
390
- - PR-51 Integrate passive fas UI & logic ([f76fb5b](https://github.com/AuthMe01/web-client-sdk/commit/f76fb5b3a1f1cfbc9015524ce9a863c80eec5211))
391
- - PR-52 Add FAS porting ([d43ec7e](https://github.com/AuthMe01/web-client-sdk/commit/d43ec7e92c215b108157aa3931625865c0603540))
392
- - PROD-135 add fetch model from backend ([a701d6f](https://github.com/AuthMe01/web-client-sdk/commit/a701d6fadc1ed2b57bebb00360e818d34d561191))
393
- - PROD-135 v3 fas api ([8e1e9cc](https://github.com/AuthMe01/web-client-sdk/commit/8e1e9cc9b8e5acbdbc4d49564bad8d42146a3c61))
394
- - PROD-255 add OCR api impl ([40098a8](https://github.com/AuthMe01/web-client-sdk/commit/40098a8e76b02d3a3e7f4ef642da8d1806818496))
395
- - PROD-279 add sdk info in request header ([ca871cf](https://github.com/AuthMe01/web-client-sdk/commit/ca871cf9182aab3499c1918a8b946dc6d2cfed9a))
396
- - PROD-279 Add version info in view & docker build ([fbdca75](https://github.com/AuthMe01/web-client-sdk/commit/fbdca757f15dff38fdfff46980bd66a989fe4b9b))
397
- - PROD-334 Add Network Error Retry ([1dafbfd](https://github.com/AuthMe01/web-client-sdk/commit/1dafbfd2d51024abed9611cda4b7bd04401ed7f1))
398
- - PROD-335 update onnxruntime to 1.11.1 ([3c9a7e6](https://github.com/AuthMe01/web-client-sdk/commit/3c9a7e669bf88e74727313e5c872c44f70dbce05))
399
- - PROD-588 show SDK version ([cce6d67](https://github.com/AuthMe01/web-client-sdk/commit/cce6d6703cda5b86946e7ddb507320d6a820183b))
400
- - PROD-642 split sdk-demo & model-test ([9b40fb1](https://github.com/AuthMe01/web-client-sdk/commit/9b40fb138a7c64083167cdd4742312d27e398a50))
package/src/index.js DELETED
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./lib/engine"), exports);
5
- tslib_1.__exportStar(require("./lib/enum"), exports);
6
- tslib_1.__exportStar(require("./lib/interface"), exports);
7
- //# sourceMappingURL=index.js.map
package/src/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../libs/engine/src/index.ts"],"names":[],"mappings":";;;AAAA,uDAA6B;AAC7B,qDAA2B;AAC3B,0DAAgC"}