Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring your own scanned pdfs #28

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions examples/bring_your_own_pdf/upload_and_explore_pdfs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"timestamp = datetime.datetime.now()\n",
"PROJ_NAME = f\"Example project of {timestamp.strftime('%Y%m%d')}\"\n",
"INDEX_NAME = f\"Example docs upload {timestamp.strftime('%Y%m%d %H%M%S')}\"\n",
"INPUT_FILES_FOLDER = Path(\"../../data/samples/\")\n",
"INPUT_FILES_FOLDER = Path(\"../../data/samples/pdf_samples\")\n",
"\n",
"# Cleanup\n",
"CLEANUP = True"
Expand Down Expand Up @@ -388,7 +388,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.8"
"version": "3.9.16"
}
},
"nbformat": 4,
Expand Down
15 changes: 15 additions & 0 deletions examples/bring_your_own_scanned_pdf/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Bring Your Own PDFs

In this example we expand upon [Bringing Your Own PDF](../bring_your_own_pdf) with more functionality.
We will create a new data index to which we will upload scanned pdf documents that will be OCRed, this will
allow you to explore their contents with the full capabilities of Deep Search.


### Access required

The content of this notebook requires access to Deep Search capabilities which are not
available on the public access system.

[Contact us](https://ds4sd.github.io/) if you are interested in exploring
the enterprise-level Deep Search capabilities.

Loading