From 07ab5a24b428af3b05841f178fa819b0d6b00b28 Mon Sep 17 00:00:00 2001 From: Sergey Date: Tue, 9 Apr 2024 08:57:09 -0600 Subject: [PATCH] small notebook change --- src/cookbooks/unitable.ipynb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/cookbooks/unitable.ipynb b/src/cookbooks/unitable.ipynb index 761fa76..f3f28db 100644 --- a/src/cookbooks/unitable.ipynb +++ b/src/cookbooks/unitable.ipynb @@ -10,7 +10,13 @@ "\n", "I spoke with the UniTable team and they might implement this. Their challenge lies in PubTables-1M having poor groundtruth annotations.\n", "\n", - "If you're aware of a better table detection model, please let us know - theoretically this task should be significantly easier than content-extraction." + "If you're aware of a better table detection model, please let us know - theoretically this task should be significantly easier than content-extraction.\n", + "\n", + "## Notebook\n", + "\n", + "This notebook demonstrates using unitable to extract some challenging tables we've seen. This is meant to really push the limits of the model.\n", + "\n", + "You will need to use git LFS to download the sample data." ] }, {