/Attendance-Counter

A semi-automatic gadget for attendance counting based on the Baidu OCR service.

Primary LanguageVue

Attendance Counter

This is a semi-automatic gadget for reducing the workload of the boring attendance counting task.

Usage

  1. Clone the repository and install dependencies.

    git clone https://github.com/yflyl613/Attendance-Counter.git
    cd SignIn-Counter
    yarn install
  2. Register a Baidu account and get the free resources, which includes 500 free requests per month of the OCR service.

  3. Create a new application and copy its API KEY and SECRET KEY to Attendance-Counter/src/config.js.

  4. Run the app on http://localhost:8080/.

    # Under Attendance-Counter
    yarn serve
  5. Take pictures of the attendance forms with a scanning app such as 扫描全能王 and upload it to the app.

  6. Click the Start Process button and check the recognition results. Click these cells with content if they are missed by the OCR service.

  7. After checking the recognition results of all the pictures, you will get the counting result and you can export it to a Excel file with the Export button.