B
B
bitbuff2018-01-29 15:03:54
Python
bitbuff, 2018-01-29 15:03:54

How to get text in python3 from PDF?

I searched for information on the Internet, as a result I came to a dead end. Thanks in advance !

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
OKyJIucT, 2018-01-29
@OKyJIucT

1. Copy the name of the question to Google
2. Follow the first link (the site is similar to Stackoverflow)
3. We see the answer marked with the solution. We follow the link from it - voila, the finished module.

A
Astrohas, 2018-01-29
@Astrohas

import textract
text = textract.process("path/to/file.extension")

textract.readthedocs.io/en/latest
https://github.com/deanmalmgren/texttract

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question