Shun Nishimura
Results
1
comments of
Shun Nishimura
I encountered the same problem as @KamilDev . I changed the code as follows and it worked fine. ```py def retain_images(self, layout: LayoutResult): for b in layout.bboxes: if b.label in...