Skip to content

Commit 4157b3f

Browse files
Create README.md
1 parent 7102cd2 commit 4157b3f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

extract_text_from_pdf/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Extract text from pdf
2+
3+
Python can also be used to easily extract text from PDFs using the PyPDF2 package. Getting text from a PDF file proves useful for data mining, invoice reconciliation, or report generation, and the extraction process can be automated in just a few lines of code. You can run pip install PyPDF2 in your terminal to install the package. Below are a few examples of what you can achieve using Py2PDF2:
4+
5+
> $ extract_text_from_pdf filename

0 commit comments

Comments
 (0)