Skip to content

Commit

Permalink
Merge pull request #39 from CambioML/goldmermaid-0718
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Cambio ML authored Jul 19, 2024
2 parents 66a6112 + ec4c34a commit 241308f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ AnyParser provides an API to accurately extract your unstructured data (e.g. PDF

## :seedling: Set up your AnyParser API key

AnyParser is still in private beta. If you are interested in testing our document models, please reach out at [email protected] for a FREE API key.
AnyParser is still in private beta. If you are interested in testing our document models, please reach out at [email protected] for a FREE testing API key.


To set up your API key `CAMBIO_API_KEY`, you will need to :

1. create a `.env` file in your root folder;
2. add the following one line to your `.env file:
```
CAMBIO_API_KEY=17b************************
CAMBIO_API_KEY=0cam************************
```
## :computer: Installation
Expand Down Expand Up @@ -42,4 +42,4 @@ AnyParser can extract text, numbers and symbols from PDF, images, etc. Check out
Do you want to extract a complicated table from a financial report (PDF) into Excel spread sheet? Check out this notebook (3-min read)!
### [Extract a Table from an Image into Markdown Format](https://github.com/CambioML/any-parser/blob/main/examples/extract_table_from_image_to_markdown.ipynb)
Are you a financial analyst who need to extract ACCURATE number from a table in an image or a PDF. Check out this notebook (3-min read)!
Are you a financial analyst who need to extract ACCURATE number from a table in an image or a PDF. Check out this notebook (3-min read)!

0 comments on commit 241308f

Please sign in to comment.