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
DocsaidKitpackage toCapybara. - [C] Remove the output method for the
Documentobject, replacing it with a simplenumpy.ndarrayto reduce module complexity.
The technical documentation will be gradually updated to the latest version.
Full Changelog: 0.7.0...1.0.0