bicycle/tesseract-bridge-bundle

Symfony bundle for integration with tesseract bridge

Maintainers

👁 vkhramtsov

Package info

github.com/vkhramtsov/tesseract-bridge-bundle

Type:symfony-bundle

pkg:composer/bicycle/tesseract-bridge-bundle

Statistics

Installs: 106

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

1.0 2021-01-20 06:53 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 785ed659fb528e2f727e2ae122bbda9054e547d8

symfonyTesseractBridge

This package is auto-updated.

Last update: 2026-06-09 19:46:09 UTC


README

Symfony bundle for integration with bicycle/tesseract-bridge package

👁 Minimum PHP Version
👁 Build Status
👁 Codacy Badge
👁 codecov
👁 Scrutinizer Code Quality
👁 Latest stable version on packagist
👁 Total downloads
👁 Monthly downloads
👁 License

Installation

First af all you need to create configuration, something like:

bicycle_tesseract_bridge:
 integrations:
 cli:
 path: tesseract
 ffi: # Please note that FFI integration depends on php settings and not available in fpm by default
 path: libtesseract.so.4

And install bundle via Composer:

$ composer require bicycle/tesseract-bridge-bundle

Usage

Depend on the configuration you will get services which implement Bicycle\Tesseract\BridgeInterface:

  • bicycle.tesseract_bridge.integrations.cli for CLI integration (in case enabled)
  • bicycle.tesseract_bridge.integrations.ffi for FFI integration (in case enabled)

How to contribute

You can contribute to this project by:

  • Opening an Issue if you found a bug or wish to propose a new feature;
  • Opening PR if you want to improve/create/fix something

License

tesseract-bridge is released under the MIT License.