We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c3528d commit fa2c697Copy full SHA for fa2c697
README.md
@@ -23,7 +23,7 @@ We beat this market **not just in accuracy also in cost, and expiration**. You a
23
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.
24
25
```python
26
-from ExtractTable import ExtractTable
+from ExtractTable import *
27
et_sess = ExtractTable(api_key=YOUR_API_KEY) # Replace your VALID API Key here
28
print(et_sess.check_usage()) # Checks the API Key validity as well as shows associated plan usage
29
table_data = et_sess.process_file(filepath=Location_of_Image_with_Tables, output_format="df")
0 commit comments