https://github.com/vr51/batch-image-text-extractor
Batch extract text from image files.
https://github.com/vr51/batch-image-text-extractor
bash bash-script extractor image linux shell shell-script text
Last synced: about 1 month ago
JSON representation
Batch extract text from image files.
- Host: GitHub
- URL: https://github.com/vr51/batch-image-text-extractor
- Owner: VR51
- License: gpl-3.0
- Created: 2017-06-24T03:21:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-17T12:02:08.000Z (over 7 years ago)
- Last Synced: 2025-07-08T18:09:35.809Z (11 months ago)
- Topics: bash, bash-script, extractor, image, linux, shell, shell-script, text
- Language: Shell
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Batch-Image-Text-Extractor
Batch extract text from image files.
This script uses (tesseract)[https://github.com/tesseract-ocr/tesseract/wiki] to extract text from image files.
# Instructions
- Place the script in an empty directory
- Place images that contain text into the same directory
- Run the script with `bash ./batch-image-text-extractor.sh`
Also, you could just make the script executable and then click it to activate it.
There are user configurable options around line 52 of the script.
Read the head of the script file to learn more about it.