mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-24 04:21:08 +00:00
d7b46ecaac
Co-authored-by: pham.huu.quang <SUN-ASTERISK\pham.huu.quang@b121686-lt.sun-asterisk.com>
12 lines
227 B
Markdown
12 lines
227 B
Markdown
# Description: PDF2text
|
|
this is a small script to make a extract text from pdf file.
|
|
|
|
### Dependencies:
|
|
1- [pdftotext](https://pypi.org/project/pdftotext/)
|
|
|
|
## Usage
|
|
Run ```python script.py``` then enter path of pdf file.
|
|
|
|
|
|
|