Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 435 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 435 Bytes

ScannerWebServer

An opencv supported document scanner, free oline service for everyone, https://freescanner.com

This project is mainly based on TinyWebServer-https://github.com/qinguoyi/TinyWebServer. The function that uploading images from front_end broswers is added to the http module, and by saving the image binary stream to cloud server and processing it with Opencv, a scanned picture is then returned to the user browser.