-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Added label specific content #917
Conversation
It looks like you changed too many files in this PR. |
I created the pull request when I only made the first commit. Sorry that I didn't know the following commits will also be included in this pull request. |
we should need label "content" info in json, for example, ocr text instence has "contents" character. |
Indeed it would be super cool to have this feature. I've got the same usecase - keeping text for training OCR later in the pipeline. But I also udnerstand this PR includes non-related changes and is "no-go" with the current state. I was trying to apply the first commit only (the patch below) from this PR to the current But I can try to continue the work on this, if it makes sense @wkentaro for you?
|
Closed because of the new pull request: #1017 |
I need to annotate barcodes in images. Barcodes contain text content but I didn't find a place to input this kind of value. So I added a content property to shape and a textEdit widget in the label dialog.