You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FullOcrModel model = LocalFullModels.EnglishV4;
using var all= new PaddleOcrAll(model)
{
AllowRotateDetection = false,
Enable180Classification = false,
};
using (var src = new Mat(srcImagePath, ImreadModes.Color))
{
all.Run(src);
}
Expected behavior
No response
Screenshots
No response
Release version
No response
IDE
No response
OS version
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
在 OpenCvSharp4 4.10.0.20240616 版本下可以稳定运行。
但nuget更新新版本后就不稳定,运行PaddleOcrAll.Run()就可能报错。(与 OpenCvSharp4.runtime.win 版本无关,可以更新到最新版本)
Steps to reproduce the bug
Expected behavior
No response
Screenshots
No response
Release version
No response
IDE
No response
OS version
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: