Skip to content

Releases: DocsaidLab/DocAligner

Release 1.1.1

13 Jan 09:06

Choose a tag to compare

Release Note

I’ve updated capybara-docsaid to v1.0.0.

This is a breaking change, but I’m currently not updating the dependent packages to match. As a result, I’m publishing this patch release to ensure users don’t accidentally install the latest version of the module.

by ZY

Full Changelog: 1.1.0...1.1.1

Release 1.1.0

01 Jan 23:42

Choose a tag to compare

Release Note

  • [C] Update model download source: google drive
  • [C] Update install requires: capybara_docsaid>=0.5.1

Full Changelog: 1.0.0...1.1.0

Release 1.0.0

30 Dec 02:23

Choose a tag to compare

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

Release 0.7.0

02 Oct 05:22

Choose a tag to compare

Release Note

The cloud space where we store the model was moved to GCP, so the corresponding domain was modified.

The original model storage location is no longer valid, so all deployed models must install this version, otherwise the correct model location will not be found.

Full Changelog: 0.6.0...0.7.0

Release 0.6.0

10 Apr 05:31

Choose a tag to compare

Release Note

Remove training module, decouple infer and training modules.

Full Changelog: https://github.com/DocsaidLab/DocAligner/commits/0.6.0