rohitsaluja22 / OpenOCRCorrect

An end to end Interactive Interface for correcting mistakes in OCR output.
BSD 3-Clause "New" or "Revised" License
50 stars 51 forks source link

Doubt in research paper 4 from : https://www.cse.iitb.ac.in/~rohitsaluja/publication.html #9

Closed VinayNagalgaonkar1998 closed 4 years ago

VinayNagalgaonkar1998 commented 4 years ago

How are getting the results in the graph of 'Avg. time per error' v/s 'Page No', like what is step by step procedure for obtaining the mentioned graph.

rohitsaluja22 commented 4 years ago
  1. Users used OpenOCRCorrect to correct the pages manually and they also save the time (as shown in gui) to correct each page.
  2. We then find total no. of errors in each page and divide it by time spent on each page.
  3. Then these plots are drawn using moving average to make them smooth over page numbers (search for moving average with python/matlab on google).