Skip to content

Commit aec0c2e

Browse files
akshowhiniExtractTable
authored andcommitted
Google Colab button added (#8)
* Google Colab Added * Update README.md
1 parent 6c425ba commit aec0c2e

File tree

2 files changed

+35
-6
lines changed

2 files changed

+35
-6
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![image](https://i.imgur.com/YIHmXue.png?1)](https://extracttable.com?ref=github-ET)
22

3-
**Latest verions: 1.0.2.1** [![image](https://img.shields.io/github/license/ExtractTable/ExtractTable-py)]() [![image](https://img.shields.io/badge/python-3.5%20%7C%203.6%20%7C%203.7-blue)]()
3+
[![image](https://img.shields.io/pypi/v/extracttable.svg?maxAge=3600)](https://pypi.org/project/extracttable/) ![image](https://img.shields.io/github/license/ExtractTable/ExtractTable-py) ![image](https://img.shields.io/badge/python-3.5%20%7C%203.6%20%7C%203.7-blue)
44

55
# Overview
66
[ExtractTable](https://extracttable.com) - **API to extract tabular data from images and scanned PDFs**
@@ -28,7 +28,7 @@ et_sess = ExtractTable(api_key=YOUR_API_KEY) # Replace your VALID API Key
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")
3030
```
31-
[Detail Code Here](ExampleCode.ipynb)
31+
[Detail Code Here](example-code.ipynb)
3232

3333

3434
### Woahh, as simple as that ?!
@@ -50,9 +50,17 @@ Its up to you now to explore the ways.
5050

5151
## Pull Requests & Rewards
5252

53-
Pull requests are most welcome and greatly appreciated.
53+
Pull requests are most welcome and greatly appreciated with API credits.
5454

5555

5656
## License
5757

5858
This project is licensed under the Apache License 2.0, see the [LICENSE](https://github.com/extracttable/ExtractTable-py/blob/master/LICENSE) file for details.
59+
60+
61+
## Social Media
62+
Follow us on Social media for library updates and free credits.
63+
64+
[![Image](https://cdn3.iconfinder.com/data/icons/socialnetworking/32/linkedin.png)](https://www.linkedin.com/company/extracttable)
65+
    
66+
[![Image](https://abs.twimg.com/favicons/twitter.ico)](https://twitter.com/extracttable)
Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@
2222
}
2323
},
2424
"cells": [
25+
{
26+
"cell_type": "markdown",
27+
"source": [
28+
"<a href=\"https://colab.research.google.com/github/ExtractTable/ExtractTable-py/blob/master/example-code.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
29+
],
30+
"metadata": {
31+
"collapsed": false
32+
}
33+
},
2534
{
2635
"cell_type": "code",
2736
"metadata": {
@@ -305,11 +314,23 @@
305314
"colab_type": "code",
306315
"colab": {}
307316
},
308-
"source": [
309-
""
310-
],
317+
"source": [],
311318
"execution_count": 0,
312319
"outputs": []
320+
},
321+
{
322+
"cell_type": "markdown",
323+
"source": [
324+
"# Social Media\n",
325+
"Follow us on Social media for library updates and free credits.\n",
326+
"\n",
327+
"[![Image](https://cdn3.iconfinder.com/data/icons/socialnetworking/32/linkedin.png)](https://www.linkedin.com/company/extracttable)\n",
328+
"&nbsp;&nbsp;&nbsp;&nbsp;\n",
329+
"[![Image](https://abs.twimg.com/favicons/twitter.ico)](https://twitter.com/extracttable)"
330+
],
331+
"metadata": {
332+
"collapsed": false
333+
}
313334
}
314335
]
315336
}

0 commit comments

Comments
 (0)