mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-24 19:14:23 +00:00
Proper test for 2 page tiff file (2)
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
This commit is contained in:
parent
b9ebc4a0dc
commit
2247dbb86f
@ -257,7 +257,7 @@ def test_tiff_two_pages():
|
||||
|
||||
# Expect two full-page rectangles
|
||||
rects_page1 = doc._backend.load_page(0).get_bitmap_rects()
|
||||
rects_page2 = doc._backend.load_page(0).get_bitmap_rects()
|
||||
rects_page2 = doc._backend.load_page(1).get_bitmap_rects()
|
||||
|
||||
page1_rect = next(rects_page1)
|
||||
page2_rect = next(rects_page2)
|
||||
|
Loading…
Reference in New Issue
Block a user