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 76a4156 commit 7aed09aCopy full SHA for 7aed09a
example-code.ipynb
@@ -183,7 +183,10 @@
183
"colab": {}
184
},
185
"source": [
186
- "filepath = r'testimages/chervolet.jpg'\n",
+ "# filepath = \"image_path_or_image_url_with_tables\"\n",
187
+ "# filepath = r'samples/BlurryImage.jpg'\n",
188
+ "filepath = \"https://raw.githubusercontent.com/ExtractTable/ExtractTable-py/master/samples/QualityImage.jpg\"\n",
189
+ "\n",
190
"table_data = et_sess.process_file(filepath)"
191
],
192
"execution_count": 0,
0 commit comments