Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Releases: rad10/OCR-to-CSV

Documentation Explosion

10 Sep 18:19
76a0c1d
Compare
Choose a tag to compare

A whole new wiki has been created to be seen and used. Coding Conventions have been kept, and better version tracking has been met.

Release Conventions

30 Mar 18:32
2c60f8e
Compare
Choose a tag to compare

1.6.2 Release

This release comes with a whole change on the code. Rather than have the entire program in one file, the code has been split into multiple files for readability and ease in development. Thanks to these changes, the scanner has been made more efficient, requiring less time to scan an entire signin sheet while also being more accurate than previous versions.

This release comes with these notable changes:

  • new tesseract scanning method (#12)
  • everything is placed into specific modules for their subjects (#7)
  • GUI has been improved upon visually (#5)
  • Sanitization options have been included (#10)
  • better organized scraper, including dates (#16)
    This has created the following improvements
  • Significantly higher accuracy (#11)
  • Faster runtimes (as it requires less images scanned) (#6)

Modularization

29 Mar 00:22
Compare
Choose a tag to compare
Modularization Pre-release
Pre-release

A Whole rework on the program

  • Made module files to hold many functions
  • Redid scanning function to use hOCR output instead of string output to gather alternatives
  • runs faster and more accurate than previous versions.
    • is missing sanity checking mechanisms for more accurate results. That is on the way.

A Better debugger

01 Feb 18:39
Compare
Choose a tag to compare

This version now better deals with debugging for developers. It also has better quality as empty lines will no longer show up. Time reading has also improved.

Prelease fix

07 Jan 00:40
Compare
Choose a tag to compare

Sadly, I pushed out the last version without proper testing on computers not initially setup with the software. Issues have been fixed, and running the program for the first time should be much easier than before.

The first release

03 Jan 19:30
Compare
Choose a tag to compare

This is not the final code, but it is in a state that allows it to do its job. It doesnt do its job as well as is could do, but that is for later versions.