Skip to content

Releases: sdcb/PaddleSharp

2.5.0.1

14 Jun 09:45
Compare
Choose a tag to compare

What's Changed

  • $ git ls-files -z | xargs -0 sed -i 's/Size.Zero/default/' by @n0099 in #78
  • Feature/2.6, added PaddleNLP.Lac by @sdcb in #86
  • Chore: Add issue template files by @JeremyWu917 in #89
  • Update PaddleDetector.cs by @LuGuangguang in #91
  • PaddleOCR 2.7.0.2: Supports thread-safe.

New Contributors

Full Changelog: 2.5.0...2.5.0.1

2.5.0

11 Aug 00:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.1.5...2.5.0

2.4.1.5

13 Jul 10:05
Compare
Choose a tag to compare

Latest before merge 2.5

Full Changelog: 2.4.1.4...2.4.1.5

2.4.1.4

30 Jun 03:35
Compare
Choose a tag to compare

Published following packages:

Id Version Download
Sdcb.PaddleInference 2.4.1.4 NuGet

Release notes:

  • Optimize dll loader code logic when loading 3rd-party dlls, give a more cleaner message when throws DllNotLoadException.

2.4.1.3

17 Jun 23:56
Compare
Choose a tag to compare

Published following packages:

Id Version Download
Sdcb.PaddleInference 2.4.1.3 NuGet
Sdcb.PaddleOCR 2.6.0.5 NuGet
Sdcb.PaddleOCR.Models.LocalV3 2.6.0.5 NuGet
Sdcb.PaddleOCR.Models.Online 2.6.0.5 NuGet
Sdcb.PaddleDetection 2.3.1 NuGet
Sdcb.RotationDetector 1.0.1 NuGet

Release notes:

  • All packages add detailed xml comments to all public properties, methods, classes, enums.
  • All packages included xml comments when packaging
  • All packages added .snuget symbol files, can dig into source code when debugging.

2.4.1.2

06 May 03:19
5e2588b
Compare
Choose a tag to compare

PaddleSharp有个重磅更新发布啦!
✅ Sdcb.PaddleInference 2.4.1.2
✅ Sdcb.PaddleOCR 2.6.0.4
✅ Sdcb.PaddleOCR.Models.LocalV3 2.6.0.3
✅ Sdcb.PaddleOCR.Models.Online 2.6.0.3

这次更新增加了基于百度深度学习🧠的表格检测模型,进行更强大的表格识别功能!表格支持跨行和跨列哦📊📈!📚使用示例完整代码及文档,点击这里获取:https://github.com/sdcb/PaddleSharp/blob/master/docs/ocr.md#table-recognition

💥除此之外,还发布了基于Ubuntu 22.04的新docker镜像,让Linux下使用更加方便:
🔹 sdflysha/dotnet6-paddle:2.4.2-ubuntu22
🔹 sdflysha/dotnet6sdk-paddle:2.4.2-ubuntu22

Github仓库地址(欢迎给我们点个star哦):https://github.com/sdcb/PaddleSharp
📦 NuGet包下载:https://www.nuget.org/packages?q=Sdcb.Paddle

一些细节方面的优化:

  • 将Mkldnn默认大小从10改到了1(感谢n0099大佬)
  • 将OCR结果进行了“合理化”的排序,以后OCR结果将不再会颠倒过来了
  • 将QueuedPaddleOcrAll默认队列数量从4改为了1,更适合预期
  • 同时将表格识别模型加入了本地NuGet包和在线下载NuGet包,本地NuGet包大小从106MB提高到119MB
  • 将OpenCvSharp4依赖升级到了最新

Full Changelog: 2.4.1.1...2.4.1.2

2.4.1.1

31 Mar 11:12
Compare
Choose a tag to compare

Versions(版本号)

Sdcb.PaddleOCR 2.6.0.2
Sdcb.PaddleOCR.Models.LocalV3 2.6.0
Sdcb.PaddleOCR.Models.Online 2.6.0
Sdcb.PaddleInference 2.4.1.1

Addressed following issues/added following features(解决了如下问题)

What's Changed

  • add more combinations of det+cls+rec models for all available languages @ Sdcb.PaddleOCR.Models.Online.OnlineFullModels by @n0099 in #35

New Contributors

  • @n0099 made their first contribution in #35

Full Changelog: 2.4.0...2.4.1.1

2.4.0

16 Dec 01:26
Compare
Choose a tag to compare

for Sdcb.PaddleInference & Sdcb.PaddleOCR

  • Remove PaddleConfig.Defaults
  • Added PaddleDevice
  • Add support for TensorRT

2.3.2

30 Sep 07:37
b740d07
Compare
Choose a tag to compare

Added Sdcb.RotationDetector

2.3.1

02 Aug 01:00
Compare
Choose a tag to compare
Road to upgrade docker version.