Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
CallmeNafiy committed Aug 2, 2024
1 parent 996d20e commit b05e396
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down
9 changes: 8 additions & 1 deletion examples/usage_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"<a href=\"https://www.cambioml.com/\" title=\"Title\">\n",
" <img src=\"./sample_data/cambioml_logo_large.png\" style=\"height: 100px; display: block; margin-left: auto; margin-right: auto;\"/>\n",
"</a>"
]
}
],
Expand Down

0 comments on commit b05e396

Please sign in to comment.