Read and extract text from pdf

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Julien ARNOUX

    #1

    Read and extract text from pdf

    Hi,
    Thanks I use that and is all right :)

    import commands
    txt = commands.getout put('ps2ascii tmp.pdf')
    print txt


Working...