Skip to content

how to disable pdfplumber's log output #529

Answered by samkit-jain
sunday-will asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @sunday-will Appreciate your interest in the library. The logs are coming from pdfminer. Can you try using pdfminer instead of pdfplumber? For example

import logging
logging.getLogger("pdfminer").setLevel(logging.WARNING)

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@sunday-will
Comment options

Comment options

You must be logged in to vote
1 reply
@sunday-will
Comment options

Answer selected by sunday-will
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants