OpenCV Document Scanner Application\n\n## Maintained By: 310zzj\n\nThis repository is dedicated to a real-life computer vision application using OpenCV. Precisely, building a Python application for document scanning using a series of morphological transformations.\n\nThis application should perform two operations on the input document image:\n1) Properly rotate images (no random angles);\n2) Change the document look into a scan-like (B&W) color scheme.\n\nThe application is designed to carry out exactly these operations.\n\nTo learn more about this class and about its methods, run the command:\n\n```
help(Scanner)