extract page_image also for operation_level region

pull/28/head
Konstantin Baierer 3 years ago
parent 4a5544d985
commit f41cd58550

@ -74,10 +74,10 @@ class SbbBinarizeProcessor(Processor):
self.add_metadata(pcgts)
pcgts.set_pcGtsId(file_id)
page = pcgts.get_Page()
page_image, page_xywh, _ = self.workspace.image_from_page(page, page_id, feature_filter='binarized')
if oplevel == 'page':
LOG.info("Binarizing on 'page' level in page '%s'", page_id)
page_image, page_xywh, _ = self.workspace.image_from_page(page, page_id, feature_filter='binarized')
bin_image = cv2pil(binarizer.run(image=pil2cv(page_image), use_patches=True))
# update METS (add the image file):
bin_image_path = self.workspace.save_image_file(bin_image,

Loading…
Cancel
Save