Skip to content

Commit

Permalink
edited readme to be up to dated
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmermaid committed May 7, 2024
1 parent 694e333 commit 43e73a3
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 197 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ conda activate any-parse
pip3 install any-parser
```
## :bashfile usage
## bashfile usage
To use AnyParser via `curl` requests, you can run the following bash command from the root folder of this repository:
```
bash parse.sh <your apiKey> <file path> <prompt for parse (optional, default="")>
Expand All @@ -38,8 +38,8 @@ bash parse.sh gl************************************** /path/to/your/file.pdf "
AnyParser can extract text, numbers and symbols from PDF, images, etc. Check out each notebook below to run AnyParser within 10 lines of code!
### [Prompt to Extract Key-values into JSON from W2 (PDF)](https://github.com/CambioML/any-parser/blob/main/examples/prompt_to_extract_table_from_pdf_to_json.ipynb)
Do you want to extract key-values from a W2 PDF into JSON format? Check out this notebook (3-min read)!
### [Extract a Table from PDF into Excel](https://github.com/CambioML/any-parser/blob/main/demo/pdf_to_html_to_excel.ipynb)
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)!
148 changes: 0 additions & 148 deletions examples/html_2_xlsx.ipynb

This file was deleted.

46 changes: 0 additions & 46 deletions examples/html_2_xlsx/input/html_input.py

This file was deleted.

Binary file removed examples/html_2_xlsx/output/html_2_excel_output.xlsx
Binary file not shown.
Binary file removed examples/test3.png
Binary file not shown.

0 comments on commit 43e73a3

Please sign in to comment.