Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
Documentation
Commits
c25fc41d
Commit
c25fc41d
authored
1 year ago
by
Valentin Rigal
Browse files
Options
Downloads
Patches
Plain Diff
Update SQLite export structure
parent
5442bc2f
No related branches found
Branches containing commit
No related tags found
1 merge request
!95
Update SQLite export structure
Pipeline
#13903
passed
1 year ago
Stage: test
Stage: build
Stage: deploy
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/project/export/index.md
+3
-3
3 additions, 3 deletions
content/project/export/index.md
with
3 additions
and
3 deletions
content/project/export/index.md
+
3
−
3
View file @
c25fc41d
...
...
@@ -110,13 +110,13 @@ id | `VARCHAR(37)` | UUID of the image.
url |
`TEXT`
| URL leading to the image's IIIF identifier.
width |
`INTEGER`
| Width of the image in pixels. Can be 0 if it is unknown.
height |
`INTEGER`
| Height of the image in pixels. Can be 0 if it is unknown.
server_id |
`
VARCHAR(37)
`
| Integer ID of the server that hosts this image.
server_id |
`
INTEGER
`
| Integer ID of the server that hosts this image.
### image_server
Name | Type | Description
---- | ---- | -----------
id |
`
VARCHAR(37)
`
| Integer ID of the IIIF image server.
id |
`
INTEGER
`
| Integer ID of the IIIF image server.
display_name |
`VARCHAR(250)`
| Human-readable name of the server.
url |
`TEXT`
| Base URL for all images in this server.
max_width |
`INTEGER`
| Maximum width of any image that the server will return. Nullable.
...
...
@@ -151,7 +151,7 @@ worker_run_id | `VARCHAR(37)` | UUID of a worker run that created this transcrip
Name | Type | Description
---- | ---- | -----------
id |
`
VARCHAR(37)
`
| UUID of the transcription-entity link.
id |
`
INTEGER
`
| UUID of the transcription-entity link.
transcription_id |
`VARCHAR(37)`
| UUID of the transcription.
entity_id |
`VARCHAR(37)`
| UUID of the entity.
offset |
`INTEGER`
| Zero-based index of the first character in the transcription's text that maps to the entity.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment