Update README.md
Browse files
README.md
CHANGED
@@ -298,7 +298,6 @@ import pdfplumber
|
|
298 |
for encoded in mini_batch['pdf_bytes_base64']:
|
299 |
bytes_content = io.BytesIO(base64.b64decode(encoded))
|
300 |
pdf_obj = pdfplumber.open(bytes_content)
|
301 |
-
print(len(pdf_obj.pages))
|
302 |
# process the PDFs
|
303 |
# ...
|
304 |
# CLOSE the objects after you've used them
|
|
|
298 |
for encoded in mini_batch['pdf_bytes_base64']:
|
299 |
bytes_content = io.BytesIO(base64.b64decode(encoded))
|
300 |
pdf_obj = pdfplumber.open(bytes_content)
|
|
|
301 |
# process the PDFs
|
302 |
# ...
|
303 |
# CLOSE the objects after you've used them
|