https://github.com/youngsong99/receipt-scanner
Extracting information from receipt images using google cloud vision API
https://github.com/youngsong99/receipt-scanner
ai ocr react-native
Last synced: 2 months ago
JSON representation
Extracting information from receipt images using google cloud vision API
- Host: GitHub
- URL: https://github.com/youngsong99/receipt-scanner
- Owner: YoungSong99
- License: mit
- Created: 2024-01-25T07:33:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T14:25:03.000Z (over 2 years ago)
- Last Synced: 2024-12-09T08:52:06.475Z (over 1 year ago)
- Topics: ai, ocr, react-native
- Language: JavaScript
- Homepage:
- Size: 4.23 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReceiptScanner
## Installation
```
cd GoogleVision
npm install
npm start
```
## Google Cloud Vision API Key
To obtain your Google Cloud Vision API key,
please refer to the official documentation at [Google Cloud Vision Setup](https://cloud.google.com/vision/docs/setup).
After obtaining your API key, create a `src/config.js` file in the root of your project and add your API key as follows:
```javascript
const API_KEY = 'Your API Key';
export { API_KEY };
```
## Demo

## current features
- [x] Import images
- [x] Detect text in images
- [ ] Extract the price and the name of the product