Skip to content

Commit 3446d66

Browse files
akshowhiniExtractTable
authored andcommitted
Update README.md (#12)
1 parent ef0242e commit 3446d66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ from ExtractTable import *
2727
et_sess = ExtractTable(api_key=YOUR_API_KEY) # Replace your VALID API Key here
2828
print(et_sess.check_usage()) # Checks the API Key validity as well as shows associated plan usage
2929
table_data = et_sess.process_file(filepath=Location_of_Image_with_Tables, output_format="df")
30+
31+
# To process PDF, make use of pages ("1", "1,3-4", "all") params in the read_pdf function
32+
table_data = et_sess.process_file(filepath=Location_of_PDF_with_Tables, output_format="df", pages="all")
3033
```
3134
[Detail Code Here](example-code.ipynb)
3235

0 commit comments

Comments
 (0)