Skip to content

Release 1.0.0

Choose a tag to compare

@github-actions github-actions released this 30 Dec 02:23
· 7 commits to main since this release

Release Note

Add public PyPI installation support.

  1. Install the package from PyPI:
pip install docaligner-docsaid
  1. Verify the installation:
 python -c "import docaligner; print(docaligner.__version__)"
  1. If the version number is displayed, the installation was successful.

Breaking change

  • [C] Change the dependency from the DocsaidKit package to Capybara.
  • [C] Remove the output method for the Document object, replacing it with a simple numpy.ndarray to reduce module complexity.

The technical documentation will be gradually updated to the latest version.

Full Changelog: 0.7.0...1.0.0