v2.0.0
Release Notes for Loghi Version 2.0.0
Date: 2024-04-04
Overview
This release marks a significant milestone for the Loghi repository, encompassing major updates across all submodules: Loghi-HTR, Laypa, and Loghi-tooling. Version 2.0.0 introduces a plethora of enhancements aimed at improving performance, user experience, and system efficiency. With a focus on optimized data processing, advanced visualization tools, and a more intuitive user interface, this version ensures a seamless and powerful experience for users engaging in handwriting text recognition tasks and related operations.
Highlights of the Release
- Enhanced User Experience: The repository has been reorganized with a more intuitive folder structure, ensuring easier navigation and access to resources.
- Script Improvements: Introduction of more intuitive script names within a new
scripts
directory, facilitating easier and more understandable interactions with the software. - Web Service Enhancements: Improved web service scripts offer better reliability and performance when using Loghi's services.
- Comprehensive Documentation: Updated
README.md
files across most directories provide detailed guidance, making it easier for new users to get started and for existing users to explore new features.
Submodule-Specific Updates
Loghi-HTR Version 2.0.0
- Modular Code Structure for improved maintainability.
- API v2 with enhanced performance and efficiency.
- Custom Learning Rate Schedule and GPU Handling Refinements.
- Significant enhancements in visualization, data loading, and augmentation processes.
Full release notes for Loghi-HTR can be found here.
Laypa Version 2.0.0
- DPI adjustment for automatic image size modification based on DPI.
- CPU fallback mechanism to ensure reliability under resource constraints.
- AugInput refactor for streamlined data augmentation processes.
Full release notes for Laypa can be found here.
Loghi-tooling Version 2.0.0
- New
MinionConvertPageToTxt
for efficient conversion from PageXML to plain text. - Improved tag support for Unicode and HTML style text inputs.
- Fixes and refactoring for better data handling and performance.
Full release notes for Loghi Tooling can be found here.
Docker Images
The new Docker images can be obtained with the following commands:
docker pull loghi/docker.laypa:2.0.0
docker pull loghi/docker.htr:2.0.0
docker pull loghi/docker.loghi-tooling:2.0.0
Full Changelog: 1.3.14...2.0.0