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

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.

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.