We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53e496b commit bc8b5aaCopy full SHA for bc8b5aa
test_unstructured_inference/test_elements.py
@@ -568,6 +568,7 @@ def test_textregions_slice_preserves_sources():
568
# This should fail because slice() doesn't handle sources
569
assert sliced.sources.size > 0, "Sliced TextRegions should have sources"
570
assert sliced.sources[0] == Source.YOLOX
571
+ assert sliced.is_extracted_array[0] is IsExtracted.TRUE
572
573
574
def test_textregions_post_init_handles_sources():
0 commit comments