Skip to content

Commit e0bd735

Browse files
Update README.md
1 parent 11c1bc3 commit e0bd735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PDFs is good source of data, most of the organization release their data in PDFs
1212

1313
Most of the Text Analytics Library or frameworks are designed in Python only, this gives a leverage on text analytics. You can never process a pdf directly in exising frameworks of Machine Learning or Natural Language Processing. Unless they are proving explicit interface for this, **we have to convert pdf to text first.**
1414
## Problematic
15-
Most Python Liabiries for Pdf Processing such as PyPDF2 and Pdfminer.six perform in text extraction task, but this performance is limited to a small PDF document.
15+
Most Python Liabiries for Pdf Processing such as PyPDF2 and Pdfminer.six perform in text extraction task, but this performance is limited to a small and simple PDF document.
1616

1717
That's why, **PDFs-TextExtract** project developed to **extract text from multiple and large pdf documents.**
1818

0 commit comments

Comments
 (0)