You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- A beginner friendly script to scrape pdf. You can easily get document info sunch as creator , crceation_date and no. of pages. Extract as many pages as you want.
5
+
6
+
7
+
### Installing required libraries
8
+
9
+
`` pip install PyPDF2 ``
10
+
11
+
## How to use this script?
12
+
13
+
- Direct to the ScapePDF folder in Command prompt and type the following command:
0 commit comments