├── demo.gif ├── index.html ├── jquery-3.3.1.js ├── opencv.js └── readme.md /demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heymind/webScanner/7cf2ce99733f639b7cb65d5caf6f4c6893d58c2d/demo.gif -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Web Scanner 8 | 9 | 10 | 178 | 179 | 180 |
181 |
182 | 185 | 186 |
187 |
188 | 192 |
193 | 194 |
195 |
196 |
197 | 201 |
202 |
203 |
204 |
205 | 206 | 210 | 211 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | Some useful links 2 | ================ 3 | 4 | For build a mobile document scanner 5 | --------------- 6 | https://www.pyimagesearch.com/2014/09/01/build-kick-ass-mobile-document-scanner-just-5-minutes/ 7 | https://www.pyimagesearch.com/2014/08/25/4-point-opencv-getperspective-transform-example/ 8 | 9 | For draggable points 10 | ------------- 11 | http://www.hangge.com/blog/cache/detail_1057.html 12 | 13 | For opencv.js 14 | ------------ 15 | https://docs.opencv.org/3.4.0/de/d06/tutorial_js_basic_ops.html 16 | 17 | Demo 18 | ======= 19 | ![](demo.gif) --------------------------------------------------------------------------------