Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Abu3safeer/image-ocr-google-docs-srt

OCR images exported by VideoSubFinder using Google docs OCR then export the result as srt file.
https://github.com/Abu3safeer/image-ocr-google-docs-srt

Last synced: 3 months ago
JSON representation

OCR images exported by VideoSubFinder using Google docs OCR then export the result as srt file.

Awesome Lists containing this project

README

        

# How to use
* [Install python](https://www.python.org/)
* Create new project and download credentials.json file from [Python Quickstart](https://developers.google.com/drive/api/v3/quickstart/python)
* put credentials.json file beside main.py
* Install the Google Client Library using
```
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
```
* Export images using [VideoSubFinder](https://sourceforge.net/projects/videosubfinder/) and put them in images folder
* Run main.py and login with google account (only for first time)
* Wait until it complete processing evey image.