diff --git a/README.md b/README.md index 9cb1557..0a4c769 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 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 info@cambioml.com for a FREE API key. +AnyParser is still in private beta. If you are interested in testing our document models, please reach out at info@cambioml.com for a FREE testing API key. To set up your API key `CAMBIO_API_KEY`, you will need to : @@ -12,7 +12,7 @@ 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 @@ -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)! \ No newline at end of file +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)!