update pdf2image-service

This commit is contained in:
Julius Unverfehrt 2022-08-16 16:16:10 +02:00
parent f43795cee0
commit ca58f85642
2 changed files with 4 additions and 4 deletions

View File

@ -21,9 +21,9 @@ class Formatter(Transformer):
def format_image_plus(image: ImagePlus) -> ImageMetadataPair:
enum_metadata = {
Info.PAGE_WIDTH: image.info.pageInfo.pageWidth,
Info.PAGE_HEIGHT: image.info.pageInfo.pageHeight,
Info.PAGE_IDX: image.info.pageInfo.pageNumber,
Info.PAGE_WIDTH: image.info.pageInfo.width,
Info.PAGE_HEIGHT: image.info.pageInfo.height,
Info.PAGE_IDX: image.info.pageInfo.number,
Info.ALPHA: image.info.alpha,
Info.WIDTH: image.info.boundingBox.width,
Info.HEIGHT: image.info.boundingBox.height,

@ -1 +1 @@
Subproject commit fee87964cb7da0ea0c19410ca418849744474302
Subproject commit 4753c005ee926b09238977d524542f12ec4c4847