Skip to content
Snippets Groups Projects

add text orientation property to transcriptions (editable in admin)

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