Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/darthgera123/certificate-extraction
- Owner: darthgera123
- Created: 2018-09-26T19:37:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:16:02.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T17:25:09.374Z (over 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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/