Skip to content
Snippets Groups Projects

Text orientation in CreateElementTranscriptions

Merged ml bonhomme requested to merge element-transcriptions-orientation into master
All threads resolved!
3 files
+ 75
10
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -266,6 +266,7 @@ class ElementTranscriptionsBulk(CreateAPIView):
worker_version=worker_version,
text=annotation['text'],
confidence=annotation['confidence'],
orientation=annotation['orientation']
)
annotation['id'] = transcription.id
transcriptions.append(transcription)
Loading