Skip to content

Commit fa2c697

Browse files
authored
Easy Import
1 parent 9c3528d commit fa2c697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ We beat this market **not just in accuracy also in cost, and expiration**. You a
2323
Ok, enough selling. Let the ease in coding do the talk, and the output encourages you to buy credits - put that timer on and count the LOC.
2424

2525
```python
26-
from ExtractTable import ExtractTable
26+
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")

0 commit comments

Comments
 (0)