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
json array for removed text. start x y, end x y for the bubble xy
eg. [ { "text": "..." "start_x": 200, "start_y": 200, "end_x": 1000, "end_y": 1000 }, .... ]
The text was updated successfully, but these errors were encountered:
Do you need this because you want to only select specific text to remove or just want the data?
Sorry, something went wrong.
No branches or pull requests
json array for
removed text.
start x y, end x y for the bubble xy
eg.
[
{
"text": "..."
"start_x": 200,
"start_y": 200,
"end_x": 1000,
"end_y": 1000
},
....
]
The text was updated successfully, but these errors were encountered: