Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akshaypatil15/gettextfrompdf
https://github.com/akshaypatil15/gettextfrompdf
google-cloud-platform google-vision-api googleocr image-to-text pdf2image text-detection-recognition
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/akshaypatil15/gettextfrompdf
- Owner: Akshaypatil15
- License: apache-2.0
- Created: 2019-09-15T17:52:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-19T05:43:46.000Z (about 5 years ago)
- Last Synced: 2023-12-21T09:49:41.365Z (about 1 year ago)
- Topics: google-cloud-platform, google-vision-api, googleocr, image-to-text, pdf2image, text-detection-recognition
- Language: Python
- Size: 1.77 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# getTextFromPDF
* Follow the instructions to [create an API key for your Google Cloud Platform Console project](https://cloud.google.com/docs/authentication/api-keys?hl=en&visit_id=637041675143852478-2650406322&rd=1#creating_an_api_key).
## How to run?
Before run following commands, generate your apii key and make changes in config.ini file.
For Download pdf and then Text OCR run following command.
$ python get_image_from_pdf.py
For OCR on image file
$ python google_vision_ocr.py## TODO
* Updating readme