Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CAPI: OcrDetect似乎无法关闭doAngle/mostAngle #5

Open
wenxichang opened this issue Jan 6, 2025 · 1 comment
Open

CAPI: OcrDetect似乎无法关闭doAngle/mostAngle #5

wenxichang opened this issue Jan 6, 2025 · 1 comment

Comments

@wenxichang
Copy link

    if (Param.doAngle == 0)
        Param.doAngle = 1;

    if (Param.mostAngle == 0)
        Param.mostAngle = 1;

我看到代码中会强制启用这两个选项,是出于什么目的?

@benjaminwan
Copy link
Owner

看了,这里有误,需要把这几行去掉。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants