From b05e3963a9aa8a6e1a375834a6c11d961c642474 Mon Sep 17 00:00:00 2001 From: Yifan Zhang Date: Thu, 1 Aug 2024 20:39:47 -0700 Subject: [PATCH] update README --- README.md | 15 +++++++++++++++ examples/usage_example.ipynb | 9 ++++++++- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e037894..d54f0fc 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,21 @@ conda activate any-parse pip3 install any-parser ``` +If you want to pdf_to_markdown.ipynb, install the following: +- Mac: + ``` + brew install poppler + ``` +- Linx: + ``` + sudo apt update + sudo apt install poppler-utils + ``` +- Windows: + ``` + choco install poppler + ``` + ## bashfile usage To use AnyParser via `curl` requests, you can run the following bash command from the root folder of this repository: ``` diff --git a/examples/usage_example.ipynb b/examples/usage_example.ipynb index 2b77800..e3e8b72 100644 --- a/examples/usage_example.ipynb +++ b/examples/usage_example.ipynb @@ -55,10 +55,17 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ - "### Done" + "## End of the notebook\n", + "\n", + "Check more [case studies](https://www.cambioml.com/blog) of CambioML!\n", + "\n", + "\n", + " \n", + "" ] } ],