Harsh Parikh 2 anni fa
parent
commit
06096e2bb5
3 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      .gitignore
  2. 0 0
      complaints/parse_pdf_utils.py
  3. 0 0
      complaints/pdf_parser.py

+ 2 - 1
.gitignore

@@ -57,4 +57,5 @@ docs/_build/
 
 # PyBuilder
 target/
-
+# Ignoring all pdfs
+*.pdf

+ 0 - 0
complaints/parse_pdf_utils.py


+ 0 - 0
complaints/pdf_parser.py