зеркало из https://github.com/microsoft/genalog.git
1.0 KiB
1.0 KiB
Genalog Changelog
All notable changes to this project will be documented in this file.
Types of changes
Added
for new features.Changed
for changes in existing functionality.Deprecated
for soon-to-be removed features.Removed
for now removed features.Fixed
for any bug fixes.Security
in case of vulnerabilities.
The format is based on Keep a Changelog, and we adopt the Semantic Versioning.
[v0.1.0] - 2021-07-19
Added
- Initial package release:
- 3 standard HTML document template for generation
- basic image degradation effects including blur, bleed-through, salt & pepper and other morphological operations.
- 2 flavors of text alignment algorithm: Needleman-Wunsch (shorter text segments) and RETAS (longer text segments)
- Full e2e NER-OCR label generation notebooks
- See documentation for more on the initial features of the package.