jscanify
jscanify copied to clipboard
Open-source Javascript mobile document scanner.
I'm experiencing an issue when trying to import and use the jscanify library in a React application. While the CDN approach works fine, importing the library as a module using...
how to set auto height or width to maintain the ratio of the image size instead of fixed width and height? `scanner.extractPaper(image, paperWidth, paperHeight)`
During testing, I encountered a case where the top-right of my page was incorrectly evaluated as being near the top-left, resulting in a near triangular poly from `getCornerPoints(contour)`. What seems...