This website works better with JavaScript
Home
Explore
Help
Register
Sign In
harsh
/
pdf_parser
Watch
1
Star
0
Fork
0
Files
Issues
1
Pull Requests
0
Wiki
Browse Source
initial commit
Harsh Parikh
2 years ago
parent
95a4f66c64
commit
06096e2bb5
3 changed files
with
2 additions
and
1 deletions
Unified View
Show Diff Stats
2
1
.gitignore
0
0
complaints/parse_pdf_utils.py
0
0
complaints/pdf_parser.py
+ 2
- 1
.gitignore
View File
@@ -57,4 +57,5 @@ docs/_build/
# PyBuilder
# PyBuilder
target/
target/
-
+# Ignoring all pdfs
+*.pdf
+ 0
- 0
complaints/parse_pdf_utils.py
View File
+ 0
- 0
complaints/pdf_parser.py
View File