diff --git a/README.md b/README.md index 991e641..e9ed87a 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,6 @@ import pdfplumber pdf = pdfplumber.from_path("path/to/file.pdf") -# OR - -with open("path/to/file.pdf") as f: - pdf = pdfplumber.load(f) - if len(pdf.chars): print(pdf.chars[0])