Python Forum
pdfminer package: can't find exgtract_text function
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pdfminer package: can't find exgtract_text function
#1
Hello,

Using pdfminer package I faced the following problem:

>>> from pdfminer import high_level
>>> extracted_text = high_level.extract_text(full_filename_inp, "", [4])
Traceback (most recent call last):
  File "<pyshell#1>", line 1, in <module>
    extracted_text = high_level.extract_text(full_filename_inp, "", [4])
AttributeError: module 'pdfminer.high_level' has no attribute 'extract_text'
But, according to documentation the function extract_text does exist in pdfminer package.
pdfminer package
Any suggestions ?
Thanks
Reply


Messages In This Thread
pdfminer package: can't find exgtract_text function - by Pavel_47 - Jan-25-2021, 11:13 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  package script cant find sibling script when executed from outside Bock 3 935 Mar-03-2023, 04:26 PM
Last Post: snippsat
  pdfminer package: module isn't found Pavel_47 25 9,308 Sep-18-2022, 08:40 PM
Last Post: Larz60+
  how can a function find the name by which it is called? Skaperen 18 3,579 Aug-24-2022, 04:52 PM
Last Post: Skaperen
  Error in find pearson correlation function erneelgupta 1 1,906 Mar-01-2022, 03:41 PM
Last Post: stevendaprano
  pdfminer to csv mfernandes 2 2,852 Jun-16-2021, 10:54 AM
Last Post: mfernandes
  pdfminer vs pdfplumber pprod 2 6,238 Jan-30-2021, 01:35 PM
Last Post: pprod
  pdfminer.six: search for complete documentation Pavel_47 3 2,835 Jan-25-2021, 04:41 PM
Last Post: buran
  How do I find if a function has been defined? AndyHolyer 3 2,302 Jul-24-2020, 01:39 PM
Last Post: Gribouillis
  How to find a zero of this function? kkitti93 4 3,817 Jan-16-2020, 08:44 AM
Last Post: kkitti93
  Create a function to find words of certain length ag4g 2 4,118 Apr-21-2019, 06:20 PM
Last Post: BillMcEnaney

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020