Skip to content

Releases: zibo-chen/rust-paddle-ocr

v1.4.2

01 Jul 12:59

Choose a tag to compare

v1.4.1

25 Jun 06:07

Choose a tag to compare

fix: Fix CI Windows compilation errors

v1.4.0

25 Jun 06:01
6815a41

Choose a tag to compare

Merge pull request #8 from zibo-chen/fp16

feat: Support fp16 model, reduce model size

v1.3.0

19 Jun 08:06
0250466

Choose a tag to compare

Merge pull request #6 from zibo-chen/support-c-api

feat: Support C interface, can be called as a dynamic library.

v1.2.0

12 Jun 14:20
055f9c0

Choose a tag to compare

feat: Support PaddleOCR v5 model, with recognition capabilities for Simplified Chinese, Chinese Pinyin, Traditional Chinese, English, and Japanese.

v1.1.5

05 Jun 01:35
22cfe3d

Choose a tag to compare

Implement Drop trait for Det and Rec structs to manage session cleanup

v1.1.4

02 Jun 03:05
a4314fc

Choose a tag to compare

Fix segmentation fault

v1.1.3

26 May 02:29

Choose a tag to compare

fix: Restrict cross-compilation dependencies installation to aarch64 …

v1.1.2

26 May 02:11

Choose a tag to compare

fix: Remove 32-bit architecture support from the build workflow

v1.1.1

23 May 15:38

Choose a tag to compare

Add support for arm64 and 32-bit architectures, update build and release processes