Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spajai/ocr-image-to-text
OCR Project to extract text from image using Tesseract, Perl
https://github.com/spajai/ocr-image-to-text
image-to-text ocr ocr-text-reader perl perl-ocr perl5 perl5-module poc tesseract tesseract-ocr tesseract-ocr-api
Last synced: about 17 hours ago
JSON representation
OCR Project to extract text from image using Tesseract, Perl
- Host: GitHub
- URL: https://github.com/spajai/ocr-image-to-text
- Owner: spajai
- License: gpl-3.0
- Created: 2022-08-19T17:29:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-19T17:37:48.000Z (over 2 years ago)
- Last Synced: 2024-11-07T13:42:09.468Z (about 2 months ago)
- Topics: image-to-text, ocr, ocr-text-reader, perl, perl-ocr, perl5, perl5-module, poc, tesseract, tesseract-ocr, tesseract-ocr-api
- Language: Perl
- Homepage: https://github.com/spajai/ocr-image-to-text
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##### state of the Art OCR able to extract text from image can be improved to greater extent.
##### purpose of the repo is to demonstrate the Working Model with Perl, [Tesseract](https://github.com/tesseract-ocr/tesseract),[imagemagick](https://imagemagick.org/index.php)```
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install build-essential#http://httpredir.debian.org/
#install cpanm
curl -L https://cpanmin.us | perl - --sudo App::cpanminussudo apt install tesseract-ocr
sudo apt install tesseract-ocr-all
sudo apt-get install imagemagick
sudo apt-get install imagemagick-*
sudo apt-get install libimage-magick-perl
sudo apt-get install perlmagick
sudo apt-get install libgd-devsudo cpanm File::Temp
sudo cpanm Image::OCR::Tesseract
sudo cpanm Image::Magick
sudo cpanm ExtUtils::PkgConfig
sudo cpanm GD
sudo cpanm Log::Log4perl
sudo cpanm Image::Magick::Info
sudo cpanm Image::Filter::Invert #test before implementingsudo cpanm Image::Info;
https://app.vagrantup.com/s4mobile/boxes/debian-7.11-amd64/versions/1.0.1/providers/virtualboxa.box
```
# image 1
* Check height and width
* check if png
* check regex matches#### use perl script inside the script folder to run and Conf file , log4perl conf