Skip to content

Commit

Permalink
basic ocr recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
koaning committed Oct 11, 2023
1 parent 8ab4e86 commit a2488ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prodigy_pdf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import pypdfium2 as pdfium

from prodigy import recipe, set_hashes, ControllerComponentsDict
from prodigy.components.stream import Stream
from prodigy.components.stream import Stream, get_stream
from prodigy.util import msg

def page_to_image(page: pdfium.PdfPage) -> str:
Expand Down

0 comments on commit a2488ab

Please sign in to comment.