An open API service indexing awesome lists of open source software.

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

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
![Demo.gif](Demo.gif)

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