Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
souvik03-136 authored Jul 17, 2024
1 parent 73fd580 commit bbe6031
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@


## Features
- [x] curl -X POST http://127.0.0.1:5000/extract -H "Content-Type: application/json" -d "{\"text\": \"John Doe bought 2 apples for $5\"}"
- [x] curl -X POST http://127.0.0.1:5000/extract -H "Content-Type: application/json" -d "{\"text\": \"John Doe bought 2 apples for $5\"}"

{"CustomerName":"John Doe","ItemName":"apples","ItemQuantity":"2","Price":"5"}


Expand Down

0 comments on commit bbe6031

Please sign in to comment.