to tentando capturar uma área específica de um PDF, mas não tá dando muito certo não, tô usando esse trecho: text_part = textpage.get_text_bounded(left = 45, bottom =200 , right = 500 , top = 217)
print (text_part)
aí tá dando esse erro: UserWarning: get_text_range() call with default params will be implicitly redirected to get_text_bounded()
warnings.warn("get_text_range() call with default params will be implicitly redirected to get_text_bounded()")