Skip to content
Snippets Groups Projects
Verified Commit 7e9e3aaf authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Document Transcription.orientation in exports

parent 6925353c
No related branches found
No related tags found
1 merge request!91Document Transcription.orientation in exports
Pipeline #13894 passed
......@@ -128,6 +128,7 @@ id | `VARCHAR(37)` | UUID of the transcription.
element_id | `VARCHAR(37)` | UUID of the element this transcription is attached to.
text | `TEXT` | Text of the transcription.
confidence | `REAL` | Confidence level reported by the worker, between 0 and 1. Nullable.
orientation | `TEXT` | [Text orientation](@/project/transcription.md#text-orientation): `horizontal-lr`, `horizontal-rl`, `vertical-lr` or `vertical-rl`.
worker_version_id | `VARCHAR(37)` | UUID of a worker version that created this transcription. Nullable.
### transcription_entity
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment