Skip to content

Pre-annotations of TextArea #120

Closed
Closed
@michaelachmann

Description

@michaelachmann

I ran into trouble when adding pre annotations using the SDK for textareas. Here's my initial bug report: HumanSignal/label-studio#3941

I think there might still be a bug in the SDK causing the uploaded tasks pre-annotations to contain the following

"value": {
  "textarea": [
    "... transcription ..."
  ]
},

instead of

"value": {
  "text": [
    "... transcription ..."
  ]
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions