All Projects → alimranahmed → LaraOCR

alimranahmed / LaraOCR

Licence: Apache-2.0 license
Laravel Optical Character Reader(OCR) package using ocr engines like Tesseract

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects

Projects that are alternatives of or similar to LaraOCR

MouseTooltipTranslator
chrome extension - When mouse hover on text, it shows translated tooltip using google translate
Stars: ✭ 93 (+5.68%)
Mutual labels:  ocr, tesseract
textocry
Textocry - Copy text from Images (chrome extension)
Stars: ✭ 29 (-67.05%)
Mutual labels:  ocr, tesseract
memento
Organize your meme image cluster in a better format using OCR from the meme to sort them using tesseract along with editing memes by segmenting them using OpenCV within a directory
Stars: ✭ 70 (-20.45%)
Mutual labels:  ocr, tesseract
ScribeBot
A highly scriptable automation system full of cool features. Automate everything with a little bit of Lua.
Stars: ✭ 72 (-18.18%)
Mutual labels:  ocr, tesseract
tesseract-unity
Standalone OCR plugin for Unity using Tesseract
Stars: ✭ 35 (-60.23%)
Mutual labels:  ocr, tesseract
pmOCR
A wrapper for tesseract / abbyyOCR11 ocr4linux finereader cli that can perform batch operations or monitor a directory and launch an OCR conversion on file activity
Stars: ✭ 53 (-39.77%)
Mutual labels:  ocr, tesseract
ocr2text
Convert a PDF via OCR to a TXT file in UTF-8 encoding
Stars: ✭ 90 (+2.27%)
Mutual labels:  ocr, tesseract
Tesseract
Bindings to Tesseract OCR engine for R
Stars: ✭ 192 (+118.18%)
Mutual labels:  ocr, tesseract
ruzzle-solver
A python script that solves ruzzle boards
Stars: ✭ 46 (-47.73%)
Mutual labels:  ocr, tesseract
How-to-use-tesseract-ocr-4.0-with-csharp
How to use Tesseract OCR 4.0 with C#
Stars: ✭ 60 (-31.82%)
Mutual labels:  ocr, tesseract
Tesstrain
Train Tesseract LSTM with make
Stars: ✭ 251 (+185.23%)
Mutual labels:  ocr, tesseract
Nkocr
🔎📝 This is a module to make specifics OCRs at food products and nutritional tables.
Stars: ✭ 15 (-82.95%)
Mutual labels:  ocr, tesseract
Image2text
📋 Python wrapper to grab text from images and save as text files using Tesseract Engine
Stars: ✭ 243 (+176.14%)
Mutual labels:  ocr, tesseract
ReadToMe
No description or website provided.
Stars: ✭ 51 (-42.05%)
Mutual labels:  ocr, tesseract
Tessdata fast
Fast integer versions of trained LSTM models
Stars: ✭ 221 (+151.14%)
Mutual labels:  ocr, tesseract
saram
Get OCR in txt form from an image or pdf extension supporting multiple files from directory using pytesseract with auto rotation for wrong orientation. PYPI:
Stars: ✭ 51 (-42.05%)
Mutual labels:  ocr, tesseract
Tesseract Ocr For Php
A wrapper to work with Tesseract OCR inside PHP.
Stars: ✭ 2,247 (+2453.41%)
Mutual labels:  ocr, tesseract
Android Ocr
Experimental optical character recognition app
Stars: ✭ 2,177 (+2373.86%)
Mutual labels:  ocr, tesseract
erpnext ocr
🐍 ⚗️ Optical Character Recognition using tesseract within Frappe.
Stars: ✭ 58 (-34.09%)
Mutual labels:  ocr, tesseract
nimtesseract
A Tesseract OCR wrapper for Nim
Stars: ✭ 23 (-73.86%)
Mutual labels:  ocr, tesseract

Latest Stable Version License Total Downloads Latest Unstable Version

LaraOCR

Laravel Optical Character Reader(OCR) package using ocr engines like Tesseract under the hood.

Features

  1. Read text from image using WebUI/Programing Interface
  2. Can be used as Laravel Facade
  3. Configurable and extendable

Requirements

OCR Engine Tesseract should be install in the system(e.g. for ubuntu sudo apt-get install tesseract-ocr). Follow Tesseract installation guide here. Make sure from the command line you have the tesseract command available.

Installation

Execute the following command in your terminal while you are in the root directory of your Laravel project to install this package:

composer require alimranahmed/laraocr

Then, publish this package using php artisan vendor:publish command

That's All!

Usages

This package can be used to read text from image to text using different type of interface like Web and Programming.

Programming

From anywhere of your code you can simply access the OCR facade to scan image as below:

\OCR::scan($imagePath);
WebUI

After successful installation of this package we already have a web interface to parse text from image. Simply go to {project-url}/ocr, select your image then click the Parse Image button.

select_image

Upload Image

selected_image

Uploaded Image

output

Parsed text

Wish list

  • Artisan command to read image and show parsed text from CLI
  • Restful API to accept image and return parsed text
  • Multilingual support
  • Adding More options which are already available in OCR engines

Contribution

Anyone is always welcome to contribute on the project. If you want to work with:

  1. Just create and issue(even if you want to fix the issue).
  2. After fixing any issue or adding any new feature just send a pull request
  3. I will be happy to add your code for the betterment of this project. Thanks..

License

This package is licensed under Apache License, Version 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].