We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我做了个小功能,鼠标右键点击图片中的文字,然后识别出文字
但是发现一个长图,上边功能好使,到接近底部时,功能就不好使了
于是我打开 debug,输出框图,我发现 debug 输出的图片相较于我的原始图片,被拉伸了
720 × 4200像素的图片,被轻微拉伸到了 736 × 4224像素,导致长图,在底部时,鼠标获取到的和 x 和 y,与 box 里的对应不上
期待的改进:
const result = { "width": 736, "height": 4224, "ocr": [ ... ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我做了个小功能,鼠标右键点击图片中的文字,然后识别出文字
但是发现一个长图,上边功能好使,到接近底部时,功能就不好使了
于是我打开 debug,输出框图,我发现 debug 输出的图片相较于我的原始图片,被拉伸了
720 × 4200像素的图片,被轻微拉伸到了 736 × 4224像素,导致长图,在底部时,鼠标获取到的和 x 和 y,与 box 里的对应不上
期待的改进:
The text was updated successfully, but these errors were encountered: