From 48cf1811325642b507190ad93426b8e17c4e8609 Mon Sep 17 00:00:00 2001 From: ColonelParrot <65585002+ColonelParrot@users.noreply.github.com> Date: Thu, 13 Apr 2023 22:52:12 -0400 Subject: [PATCH] README add pdf notice --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d1fdaca..226a5c6 100644 --- a/README.md +++ b/README.md @@ -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 - 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 \ No newline at end of file