Releases: DocsaidLab/DocAligner
Releases · DocsaidLab/DocAligner
Release 1.1.0
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
Release Note
Add public PyPI installation support.
- Install the package from PyPI:
pip install docaligner-docsaid
- Verify the installation:
python -c "import docaligner; print(docaligner.__version__)"
- If the version number is displayed, the installation was successful.
Breaking change
- [C] Change the dependency from the
DocsaidKit
package toCapybara
. - [C] Remove the output method for the
Document
object, replacing it with a simplenumpy.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
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
Release Note
Remove training module, decouple infer and training modules.
Full Changelog: https://github.com/DocsaidLab/DocAligner/commits/0.6.0