README add pdf notice

This commit is contained in:
ColonelParrot 2023-04-13 22:52:12 -04:00
parent 4439c1a625
commit 48cf181132

View File

@ -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