Note: This is an unofficial PyPI release.
This package,
ddddocr-unofficial, is an unofficial release ofddddocrversion 1.6.0. It is maintained by the community to provide an up-to-date, installable version of the original source code.All credit for the software belongs to the original author, sml2h3.
- Original GitHub Repository: https://github.com/sml2h3/ddddocr
- This PyPI Package: https://pypi.org/project/ddddocr-unofficial/
Please report any issues related to this specific PyPI package to its fork repository, not the original author's issue tracker.
This package provides the 1.6.0 version of ddddocr for easy installation via PyPI.
For complete documentation on installation, usage, and API details, please refer to the original author's README file, which has been included in this package.
Click here to view the original README
This repository uses a Git submodule to include the original ddddocr source code. To build the package yourself, follow these steps:
-
Clone the repository with submodules:
git clone --recurse-submodules https://github.com/bobbynona/ddddocr-unofficial-pkg.git cd ddddocr-unofficial-pkgIf you have already cloned the repository without the submodules, you can initialize them with:
git submodule update --init --recursive
-
Install
uv(if you haven't already):uvis used for building the package.pip install uv
-
Build the package: This command will create the installable
.whland.tar.gzfiles in thedist/directory.uv build