Skip to content

Releases: DocsaidLab/WordCanvas

Release 0.3.1

07 May 11:59
Compare
Choose a tag to compare

Release Note

  • [C] Including getbbox into try-except block.

Full Changelog: 0.3.0...0.3.1

Release 0.3.0

07 May 01:55
Compare
Choose a tag to compare

Release Note

  • [C] Reduce useless variable specification, and optimize program code logic.

Full Changelog: 0.2.5...0.3.0

Release 0.2.5

04 May 11:55
Compare
Choose a tag to compare

Release Note

  • [C] Filter error fonts.
  • [C] Cache font render error info in runtime.
  • [C] Update checking list.
  • [C] Checking chars not in Variation Selectors Supplement.

Full Changelog: 0.2.0...0.2.5

Release 0.2.0

21 Apr 22:05
Compare
Choose a tag to compare

Release Note

  • [F] Fixed dup in font bank selection error.

  • [A] Add weighted params for font choice.

    from wordcanvas import WordCanvas
    
    gen = WordCanvas(use_random_font_weight=True)

Full Changelog: 0.1.0...0.2.0

Release 0.1.0

17 Apr 02:39
Compare
Choose a tag to compare

Release Note

  • New Features:

    • Added WordCanvas and text2image func to support text and image generation capabilities.
    • Introduced OCR-B Regular font for testing, expanding the project's testing capabilities.
    • Implemented image augmentation testing, enhancing image processing features.
  • Bug Fixes:

    • Resolved issues with scatter split and alignment mode errors, improving data handling.
    • Fixed issues related to font_bank naming and handling inputs of None type.
    • Corrected the project's ability to accept array-like inputs, ensuring compatibility and flexibility.
  • Code Enhancements and Updates:

    • Updated the README to provide clearer project documentation and setup instructions.
    • Revised dashboard and class names for better project structure clarity.
  • Basic Configuration:

    • Established fundamental settings files to support the project’s operational framework.

Full Changelog: https://github.com/DocsaidLab/WordCanvas/commits/0.1.0