{"id":18721012,"url":"https://github.com/spajai/ocr-image-to-text","last_synced_at":"2025-11-11T00:30:20.151Z","repository":{"id":167470667,"uuid":"526696563","full_name":"spajai/ocr-image-to-text","owner":"spajai","description":"OCR Project to extract text from image using Tesseract, Perl ","archived":false,"fork":false,"pushed_at":"2022-08-19T17:37:48.000Z","size":38,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-28T11:41:40.460Z","etag":null,"topics":["image-to-text","ocr","ocr-text-reader","perl","perl-ocr","perl5","perl5-module","poc","tesseract","tesseract-ocr","tesseract-ocr-api"],"latest_commit_sha":null,"homepage":"https://github.com/spajai/ocr-image-to-text","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spajai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-19T17:29:23.000Z","updated_at":"2024-03-29T06:47:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"a7c8878e-04e6-437a-a3cd-9489c707af73","html_url":"https://github.com/spajai/ocr-image-to-text","commit_stats":null,"previous_names":["spajai/ocr-image-to-text"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spajai%2Focr-image-to-text","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spajai%2Focr-image-to-text/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spajai%2Focr-image-to-text/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spajai%2Focr-image-to-text/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spajai","download_url":"https://codeload.github.com/spajai/ocr-image-to-text/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239585308,"owners_count":19663549,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["image-to-text","ocr","ocr-text-reader","perl","perl-ocr","perl5","perl5-module","poc","tesseract","tesseract-ocr","tesseract-ocr-api"],"created_at":"2024-11-07T13:33:18.243Z","updated_at":"2025-11-11T00:30:20.117Z","avatar_url":"https://github.com/spajai.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"##### state of the Art OCR able to extract text from image can be improved to greater extent. \n##### 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)\n\n```\nsudo apt-get update \u0026\u0026 sudo apt-get upgrade\nsudo apt-get install build-essential\n\n#http://httpredir.debian.org/\n\n\n#install cpanm\ncurl -L https://cpanmin.us | perl - --sudo App::cpanminus\n\nsudo apt install tesseract-ocr\nsudo apt install tesseract-ocr-all\nsudo apt-get install imagemagick\nsudo apt-get install imagemagick-*\nsudo apt-get install libimage-magick-perl\nsudo apt-get install perlmagick\nsudo apt-get install libgd-dev\n\nsudo cpanm File::Temp\nsudo cpanm Image::OCR::Tesseract\nsudo cpanm Image::Magick\nsudo cpanm ExtUtils::PkgConfig\nsudo cpanm GD\nsudo cpanm Log::Log4perl\nsudo cpanm Image::Magick::Info\nsudo cpanm Image::Filter::Invert #test before implementing\n\nsudo cpanm Image::Info;\n\nhttps://app.vagrantup.com/s4mobile/boxes/debian-7.11-amd64/versions/1.0.1/providers/virtualboxa.box\n\n```\n# image 1\n* Check height and width\n* check if png\n* check regex matches\n\n\n#### use perl script inside the script folder to run and Conf file , log4perl conf \n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspajai%2Focr-image-to-text","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspajai%2Focr-image-to-text","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspajai%2Focr-image-to-text/lists"}