Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/darthgera123/certificate-extraction

Code for extracting data from certificates
https://github.com/darthgera123/certificate-extraction

Last synced: about 1 month ago
JSON representation

Code for extracting data from certificates

Awesome Lists containing this project

README

        

# Certificate-Extraction
Code for extracting data from certificates
Certificate samples - https://www.dropbox.com/sh/qsupft66w4f494i/AACNJbdatHDDFuf30bO1FbJ5a?dl=0
https://blogs.dropbox.com/tech/2017/04/creating-a-modern-ocr-pipeline-using-computer-vision-and-deep-learning/

## Google Cloud Vision
Used Google Cloud Vision to extract the text. Accuracy is pretty high although spelling errors and noise still persist but the names are being able to be extracted out. For free use we can call 1000/month. Cloud Vision Api rocks

### Use
https://github.com/GoogleCloudPlatform/cloud-vision/tree/master/python/text
https://pythonprogramming.net/vision-api-intro-google-cloud-tutorial/