We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 302d35f commit a6a034eCopy full SHA for a6a034e
pdfdol/__init__.py
@@ -16,6 +16,7 @@
16
PdfReader, # just pypdf's PdfReader
17
PdfFilesReader, # A Mapping giving you a dict-like API to pdf files in a folder (values are lists of text pages).
18
PdfTextReader, # A Mapping giving you a dict-like API to pdf text in a folder (values are strings (concatenated text pages)).
19
+ pdf_bytes_to_text_pages, # A function to convert PDF bytes to a list of text pages
20
pdf_bytes_to_text, # A function to get the text "equivalent" of pdf bytes
21
pdf_files_pages_reader_wrap, # A store wrapper to get stores with list of pages as values
22
pdf_files_text_reader_wrap, # A store wrapper to get stores with aggregated pages text as values
0 commit comments