Skip to content

Commit 2f3893c

Browse files
authored
Merge pull request #1131 from sujee/examples-refactor-pdf-1a--1129
2 parents 3f07d6c + ef96f5d commit 2f3893c

8 files changed

+1120
-1581
lines changed

examples/notebooks/pdf-processing-1/requirements.txt

-6
This file was deleted.

examples/notebooks/pdf-processing-1/README.md examples/pdf-processing-1/README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,16 @@ We will demonstrate the following:
1717
The code can be run on either
1818

1919
1. Google colab: very easy to run; no local setup needed.
20-
2. On your local Python environment. Here is a quick guide. You can find instructions for latest version [here](../../../README.md#-getting-started)
20+
2. On your local Python environment. You can find instructions [here](../../doc/quick-start/quick-start.md). Here is a quick guide.
21+
22+
You can use either [Anaconda](https://www.anaconda.com/download/) or [Miniforge](https://github.com/conda-forge/miniforge) to create your Python environment.
2123

2224
```bash
2325
conda create -n data-prep-kit -y python=3.11
2426
conda activate data-prep-kit
2527

2628
# install the following in 'data-prep-kit' environment
27-
cd examples/notebooks/pdf-processing-1
29+
cd examples/pdf-processing-1
2830
pip3 install -r requirements.txt
2931

3032
# start jupyter and run the notebooks with this jupyter
@@ -37,9 +39,9 @@ PDF files are located in [examples/data-files/pdf-processing-1](../../data-files
3739

3840
## Running the code
3941

40-
[python version](pdf_processing_1_python.ipynb)   [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/data-prep-kit/data-prep-kit/blob/dev/examples/notebooks/pdf-processing-1/pdf_processing_1_python.ipynb)
42+
[python version](pdf_processing_1_python.ipynb)   [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/data-prep-kit/data-prep-kit/blob/dev/examples/pdf-processing-1/pdf_processing_1_python.ipynb)
4143

42-
[ray version](pdf_processing_1_ray.ipynb)   [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/data-prep-kit/data-prep-kit/blob/dev/examples/notebooks/pdf-processing-1/pdf_processing_1_ray.ipynb)
44+
[ray version](pdf_processing_1_ray.ipynb)   [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/data-prep-kit/data-prep-kit/blob/dev/examples/pdf-processing-1/pdf_processing_1_ray.ipynb)
4345

4446
## Troubleshooting
4547

0 commit comments

Comments
 (0)