mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2025-02-07 09:00:54 +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.
|
|
|
|
|
|
|