Skip to content

v2.10.0

Latest
Compare
Choose a tag to compare
@cuicheng01 cuicheng01 released this 07 Mar 07:03
e218c0a

What's Changed

New Contributors

Package New Features

  • A new Chinese recognition model for document scenarios, addressing some rare Chinese characters, supports a character count exceeding 15,000. CLI usage is as follows:
paddleocr --image_dir xxx.png --lang ch_doc

Similarly, in the Python API, you only need to change the lang parameter to ch_doc.

Full Changelog: v2.9.1...v2.10.0