mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-24 04:21:08 +00:00
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.
|
||
|
|
||
|
|
||
|
|