From 66d0b288572c9771c9bb32d23a334725648fd9c7 Mon Sep 17 00:00:00 2001 From: vincent d warmerdam Date: Thu, 5 Oct 2023 13:00:04 +0200 Subject: [PATCH 1/2] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c9899d7..30e603a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 0.0.2 +version = 0.1.0 description = Recipes for PDF annotation url = https://github.com/explosion/prodigy-pdf author = Explosion From f93b97a953deb45a475528304d068f3ab900d0bd Mon Sep 17 00:00:00 2001 From: vincent d warmerdam Date: Mon, 9 Oct 2023 14:57:23 +0200 Subject: [PATCH 2/2] Update __init__.py --- prodigy_pdf/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prodigy_pdf/__init__.py b/prodigy_pdf/__init__.py index 435dea3..bee1776 100644 --- a/prodigy_pdf/__init__.py +++ b/prodigy_pdf/__init__.py @@ -6,7 +6,7 @@ import pypdfium2 as pdfium from prodigy import recipe, set_hashes, ControllerComponentsDict -from prodigy.components.stream import Stream, get_stream +from prodigy.components.stream import Stream from prodigy.util import msg def page_to_image(page: pdfium.PdfPage) -> str: