Skip to content
Snippets Groups Projects

Text orientation in base worker

Merged ml bonhomme requested to merge text-orientation into master
All threads resolved!
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -1023,7 +1023,7 @@ def test_create_element_transcriptions(responses, mock_elements_worker):
"text": tr["text"],
"score": tr["score"],
"orientation": tr["orientation"].value,
"polygon": tr["polygon"]
"polygon": tr["polygon"],
}
for tr in TRANSCRIPTIONS_SAMPLE
]
@@ -1099,7 +1099,7 @@ def test_create_element_transcriptions_with_cache(
"text": tr["text"],
"score": tr["score"],
"orientation": tr["orientation"].value,
"polygon": tr["polygon"]
"polygon": tr["polygon"],
}
for tr in TRANSCRIPTIONS_SAMPLE
]
Loading