Skip to content

Releases: DocsaidLab/WordCanvas

Release 0.5.2

30 Aug 02:36
Compare
Choose a tag to compare

Release Note

  • [C] Add random_text_color supporting for MRZGenerator.

Full Changelog: 0.5.1...0.5.2

Release 0.5.1

07 Aug 15:53
Compare
Choose a tag to compare

Release Note

  • [C] Update DEFAULT_FONT_BLOCK_LIST setting in WordCanvas.
  • [A] Add Code39Generator & Code128Generator.
  • [A] Add MRZGenerator.

Full Changelog: 0.4.6...0.5.1

Release 0.4.6

24 May 04:32
Compare
Choose a tag to compare

Release Note

  • [F] Fixed comma missing error.
  • [F] Fixed return error in split_text

Full Changelog: 0.4.5...0.4.6

Release 0.4.2

20 May 04:27
Compare
Choose a tag to compare

Release Note

  • [C] Update DEFAULT_FONT_BLOCK_LIST rule.
  • [C] Update github workflow settings.

Full Changelog: 0.4.0...0.4.2

Release 0.4.0

19 May 02:50
Compare
Choose a tag to compare

Release Note

  • [A] Add DEFAULT_FONT_BLOCK_LIST for skip error fonts.

Full Changelog: 0.3.1...0.4.0

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