Symfony bundle for integration with bicycle/tesseract-bridge
package
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
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)
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
tesseract-bridge is released under the MIT License.