Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/Abu3safeer/image-ocr-google-docs-srt
- Owner: Abu3safeer
- Archived: true
- Created: 2020-09-06T02:31:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-19T13:41:55.000Z (over 2 years ago)
- Last Synced: 2024-06-28T11:31:40.117Z (5 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 40
- Watchers: 3
- Forks: 19
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.