Skip to content

Commit 7aed09a

Browse files
committed
Accept URLs in filepath
1 parent 76a4156 commit 7aed09a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

example-code.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,10 @@
183183
"colab": {}
184184
},
185185
"source": [
186-
"filepath = r'testimages/chervolet.jpg'\n",
186+
"# 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",
187190
"table_data = et_sess.process_file(filepath)"
188191
],
189192
"execution_count": 0,

0 commit comments

Comments
 (0)