Download the PHP package onepointhub/laravel_ocr without Composer
On this page you can find all versions of the php package onepointhub/laravel_ocr. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download onepointhub/laravel_ocr
More information about onepointhub/laravel_ocr
Files in onepointhub/laravel_ocr
Package laravel_ocr
Short Description Laravel Optical Character Reader (OCR) package using different OCR engines like Tesseract.
License MIT
Informations about the package laravel_ocr
Laravel-Ocr
Table of Contents
- Laravel-Ocr
- About
- Features
- Requirements
- Installation
- Usage
- Tesseract
- Check if Tesseract is installed
- Parse Images via Artisan Command
- Use in Project
- Examples
About
Laravel Optical Character Reader (OCR) package using ocr engines like Tesseract under the hood.
Inspired by LaraOCR
Features
- Read text from image using a Web Page or CLI.
- Can be used as a Laravel Facade
- Configurable and Extendable
Requirements
OCR Engine Tesseract must be installed in the system.
Follow Tesseract installation guide here.
Make sure from the command line you have the tesseract
command available.
Installation
Install the package
Then publish this package
Usage
Currently, the package only supports Tesseract so there is no need to alter anything in the config file.
Tesseract
Check if Tesseract is installed in your system
Parse images via artisan command
The command accepts multiple absolute paths for images and outputs the parsed text.
Example:
Use in your project
You can access the to scan an image:
Examples
Controller:
Views:
Routes:
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel_ocr with dependencies
illuminate/support Version ^11.0
illuminate/console Version ^11.0
illuminate/filesystem Version ^11.0
illuminate/validation Version ^11.0
symfony/console Version ^7.0