Closed
Description
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 ..."
]
},