mirror of
https://github.com/ColonelParrot/jscanify.git
synced 2025-12-30 22:31:52 +00:00
README add pdf notice
This commit is contained in:
parent
4439c1a625
commit
48cf181132
@ -90,6 +90,8 @@ navigator.mediaDevices.getUserMedia({ video: true }).then((stream) => {
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To export the paper to a PDF, see [here](https://stackoverflow.com/questions/23681325/convert-canvas-to-pdf)
|
||||||
### Notes
|
### Notes
|
||||||
- for optimal paper detection, the paper should be placed on a flat surface with a solid background color
|
- for optimal paper detection, the paper should be placed on a flat surface with a solid background color
|
||||||
- we recommend wrapping your code using `jscanify` in a window `load` event listener to ensure OpenCV is loaded
|
- we recommend wrapping your code using `jscanify` in a window `load` event listener to ensure OpenCV is loaded
|
||||||
Loading…
x
Reference in New Issue
Block a user