Skip to content

Commit

Permalink
processor: no more DPI info lost
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Sachunsky <38561704+bertsky@users.noreply.github.com>
  • Loading branch information
kba and bertsky authored Aug 26, 2024
1 parent d26079d commit 7b92620
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qurator/eynollah/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def process_page_pcgts(self, *input_pcgts: Optional[OcrdPage], page_id: Optional
# else:
# # could be a URL with file:// or truly remote
# image_filename = self.workspace.download_file(next(self.workspace.mets.find_files(url=page.imageFilename))).local_filename
# XXX loses DPI information
page_image, _, _ = self.workspace.image_from_page(
page, page_id,
# avoid any features that would change the coordinate system: cropped,deskewed
Expand Down

0 comments on commit 7b92620

Please sign in to comment.