• v5.0.0-alpha.2 bf29eff1b0

    v5.0.0-alpha.2 Pre-release

    blizzardfinnegan released this 2023-05-26 08:24:48 -06:00 | 5 commits to devel since this release

    Transition output file to new, simpler document to save on storage space. Old output was excel file, new output is simple text file with a few fields for values.
    Tesseract has also been combined into the same class as OpenCV, reducing codebase size.

    Full Changelog: https://github.com/blizzardfinnegan/javaOCR/compare/v4.3.9...v5.0.0-alpha.2

    Downloads
  • v4.3.9 24be910f7a

    v4.3.9 Stable

    blizzardfinnegan released this 2023-03-21 06:57:39 -06:00 | 1 commits to stable since this release

    Bug fixes and improved memory/CPU footprint.

    • Improved Run/Pause switch handling
    • Improved responsiveness to Excel writes

    Previous release contains a nonfunctional multi-threaded write to excel file, resulting in no saved data to output file.

    What's Changed

    Full Changelog: https://github.com/blizzardfinnegan/javaOCR/compare/v4.3.8...v4.3.9

    Downloads
  • v4.3.8 75db0b4c92

    v4.3.8 Stable

    blizzardfinnegan released this 2023-03-16 07:56:17 -06:00 | 9 commits to stable since this release

    Minor improvements in safety and verbosity. More thorough testing of GPIO is now done at runtime to ensure tests will run safely and correctly.

    Note that for the provided runScript.sh to work properly, if you are downloading the packaged version, you will need to contain the correct filename for the executable.

    What's Changed

    Full Changelog: https://github.com/blizzardfinnegan/javaOCR/compare/v4.3.7...v4.3.8

    Downloads
  • v4.3.8-alpha 8d95a9367d

    v4.3.8-alpha Pre-release

    blizzardfinnegan released this 2023-03-15 13:45:00 -06:00 | 36 commits to devel since this release

    Untested with:

    • GPIO
    • Full test fixture

    Code compiles properly, and runs without major runtime errors. Debugging in progress.

    Miscellaneous bug fixes and minor improvements:

    • Update all classes to verbosely log actions for quicker debugging.
    • Add GPIO check on initialisation, and override to optionally not drive GPIO
    • cleaner separation of processing functions
    • Tesseract output to user and log is now more clear where data is coming from (useful to reconstruct corrupted generated excel files).
    Downloads
  • v4.3.7 c0d335c992

    v4.3.7 Stable

    blizzardfinnegan released this 2023-03-13 08:20:22 -06:00 | 22 commits to stable since this release

    First complete build to be saved as a package.

    What's Changed

    Full Changelog: https://github.com/blizzardfinnegan/javaOCR/commits/v4.3.7

    Downloads