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

docker部署到python:3.10.13会返回<unused3> #51

Closed
FocusHuang opened this issue Jan 4, 2024 · 2 comments
Closed

docker部署到python:3.10.13会返回<unused3> #51

FocusHuang opened this issue Jan 4, 2024 · 2 comments

Comments

@FocusHuang
Copy link

调用recognize(img, use_analyzer=True)返回json会带
{
"code": 200,
"message": "OK",
"data": [
{
"type": "embedding",
"text": " $$\frac{3}{5}$$ ",
"position": [
[
205.0,
11.0
],
[
223.0,
11.0
],
[
223.0,
49.0
],
[
205.0,
49.0
]
],
"line_number": 0
},
{
"position": [
[
586.0,
23.0
],
[
612.0,
23.0
],
[
612.0,
47.0
],
[
586.0,
47.0
]
],
"type": "text",
"text": ")。",
"line_number": 0
},
{
"position": [
[
12.0,
22.0
],
[
527.0,
22.0
],
[
527.0,
42.0
],
[
12.0,
42.0
]
],
"type": "text",
"text": "(1)如果甲数是乙数的二,那么甲数与乙数的最简整数比是(",
"line_number": 1
}
]
}

@FocusHuang
Copy link
Author

image

@breezedeus
Copy link
Owner

这种格式是预留的字符代号,不是 bug。你可以发下原图我试试。

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