# opencv-ocr **Repository Path**: wangkingking/opencv-ocr ## Basic Information - **Project Name**: opencv-ocr - **Description**: python手写字符识别 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 3 - **Created**: 2017-10-09 - **Last Updated**: 2023-04-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # digitsOCR Handwrite digits recognition using KNN algorithms with training real time. ###Requirements: - OpenCV 3.0 - Python 3 ###How to use: 1. Start the program using command line "python3 ocrlearnKnn.py". 2. Write digits on a paper under the camera and check whether they are detected correctly. 3. Training your own hand writing data: first, press "x" button to pause the screen and the digits of its processing will show simultaneously; second, press "e" button and input the value of the digits with whitespace separated; then, press enter and the training data will be updated; finally, after many times of training, the program will detect your hand writing digits effectively. ![Demo](https://cloud.githubusercontent.com/assets/9562709/15894036/230185da-2db6-11e6-9987-3ffea6ae5984.png) ###Watch my DEMO video: [http://www.bilibili.com/video/av4904541/](http://www.bilibili.com/video/av4904541/)