Download the PHP package hossamsoliuman/laravel-ocr without Composer

On this page you can find all versions of the php package hossamsoliuman/laravel-ocr. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-ocr

# Laravel OCR Package

Packagist Version Packagist Downloads License

The Laravel OCR package provides optimal character recognition capabilities in Laravel applications. It integrates with Tesseract OCR and offers features such as offline OCR, language selection, and more.

Table of Contents

Package Dependencies

This package depends on Tesseract OCR. Before using the Laravel OCR package, you must install Tesseract OCR on your server. You can find installation instructions for various operating systems on the Tesseract OCR Page https://github.com/tesseract-ocr/tesseract.

Installation

Software Installation

For Windows users, we provide installation guidance in the screenshot. Please clich the https://github.com/tesseract-ocr to install Tesseract OCR on your Windows machine.

For general users and not windows specifically, you can visit https://tesseract-ocr.github.io/tessdoc/Installation.html

Package Installation

To install the Laravel OCR package, you can use Composer:

Usage

Routes and Controllers

Routes

This package provides routes and controllers for OCR processing. You can access the OCR functionality via the following routes:

Make sure to include these routes in your Laravel application as needed. You can also customize the routes and controllers to fit your application's requirements.

Available Languages

You can select the language(s) for OCR processing using the lang parameter when making requests. By default, English (eng) is used. You can specify multiple languages as a comma-separated list, e.g., eng,ara.

To retrieve a list of available languages, you can access the /languages route.

User Words

You can provide a user-specific words file to improve OCR accuracy when dealing with technical terminology or jargon. To use user words, include the user_words parameter when making OCR requests, and provide a text file containing the desired words.

Example usage:

Current and Upcoming Features

Here's a table detailing the current and upcoming features of the Laravel OCR package: Feature Status
Offline OCR :white_check_mark: Available
Language Selection :white_check_mark: Available
User Words :white_check_mark: Available
Download Language Support :hourglass_flowing_sand: Upcoming
PDF Support :hourglass_flowing_sand: Upcoming
Google vision Support :hourglass_flowing_sand: Upcoming
More Features :hourglass_flowing_sand: Upcoming

Contributing

Contributions are welcome! We appreciate your interest in improving this package. To get started with contributing, please read our contribution guidelines. Your contributions can help make this package even better.

License

This package is open-source software licensed under the LICENSE file for more details.


All versions of laravel-ocr with dependencies

PHP Build Version
Package Version
Requires thiagoalessio/tesseract_ocr Version ^2.12
php Version ^8.0
laravel/framework Version ^9.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package hossamsoliuman/laravel-ocr contains the following files

Loading the files please wait ....