PHPackages                             bicycle/tesseract-bridge-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. bicycle/tesseract-bridge-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

bicycle/tesseract-bridge-bundle
===============================

Symfony bundle for integration with tesseract bridge

1.0(5y ago)2106MITPHPPHP &gt;7.4.0

Since Jan 20Pushed 5y ago1 watchersCompare

[ Source](https://github.com/vkhramtsov/tesseract-bridge-bundle)[ Packagist](https://packagist.org/packages/bicycle/tesseract-bridge-bundle)[ RSS](/packages/bicycle-tesseract-bridge-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (13)Versions (2)Used By (0)

Symfony bundle for integration with `bicycle/tesseract-bridge` package

[![Minimum PHP Version](https://camo.githubusercontent.com/8290a6c28a17b1508fe721adac7ee3eac1f7178e89b218b6fc13366c824f65b2/687474703a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253230372e342e302d3838393242462e737667)](https://php.net/)[![Build Status](https://camo.githubusercontent.com/6df59a2939398b0da1f80c62c4d28fecb06965909c161bf79c1b041f0ffbe3c0/68747470733a2f2f7472617669732d63692e6f72672f766b6872616d74736f762f7465737365726163742d6272696467652d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/vkhramtsov/tesseract-bridge-bundle)[![Codacy Badge](https://camo.githubusercontent.com/ec32a5618979fb9058ec8bf0aed393ea85cba01ceb62c3607a70cc3edb09cd0b/68747470733a2f2f6170702e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6530366666336466366135373466326361663535393665396664346466383431)](https://www.codacy.com/gh/vkhramtsov/tesseract-bridge-bundle/dashboard?utm_source=github.com&utm_medium=referral&utm_content=vkhramtsov/tesseract-bridge-bundle&utm_campaign=Badge_Grade)[![codecov](https://camo.githubusercontent.com/63dbb7ffa534283c46b264a362978ad0f3440ae1e778c3d12b58d50980361672/68747470733a2f2f636f6465636f762e696f2f67682f766b6872616d74736f762f7465737365726163742d6272696467652d62756e646c652f6272616e63682f6d61737465722f67726170682f62616467652e7376673f746f6b656e3d4a425653325038524646)](https://codecov.io/gh/vkhramtsov/tesseract-bridge-bundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/14d68ea4aa3cea85de5f1c0918e7251d006f55c26bb390a33713ced5ad2d14f9/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f766b6872616d74736f762f7465737365726163742d6272696467652d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/vkhramtsov/tesseract-bridge-bundle/?branch=master)[![Latest stable version on packagist](https://camo.githubusercontent.com/db1b55ea4b085576346a4cab1a8f9580782ba7540a3b293fd117764696d0e747/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f62696379636c652f7465737365726163742d6272696467652d62756e646c652e737667)](https://packagist.org/packages/bicycle/tesseract-bridge-bundle)[![Total downloads](https://camo.githubusercontent.com/16b6d7807b884ffdba5f4d18489a7366c814050329d6a039c2ba579c66f8a253/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f62696379636c652f7465737365726163742d6272696467652d62756e646c652e737667)](https://packagist.org/packages/bicycle/tesseract-bridge-bundle)[![Monthly downloads](https://camo.githubusercontent.com/7017cb63ba539601153b88e5aea1419a03ce7c6e2fab143c9ab799c8307a80f6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f62696379636c652f7465737365726163742d6272696467652d62756e646c652e737667)](https://packagist.org/packages/bicycle/tesseract-bridge-bundle)[![License](https://camo.githubusercontent.com/5df4c6b1b24aad67847faaf9ed4db429bc11a4201204c62e01f9bd5eb6ed347f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f62696379636c652f7465737365726163742d6272696467652d62756e646c652e737667)](https://packagist.org/packages/bicycle/tesseract-bridge-bundle)

Installation
------------

[](#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](https://getcomposer.org/):

```
$ composer require bicycle/tesseract-bridge-bundle

```

Usage
-----

[](#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
-----------------

[](#how-to-contribute)

You can contribute to this project by:

- Opening an [Issue](../../issues) if you found a bug or wish to propose a new feature;
- Opening [PR](../../pulls) if you want to improve/create/fix something

License
-------

[](#license)

tesseract-bridge is released under the [MIT License](./LICENSE).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1935d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0d47df780fc808f6d45b4245180066f42cb6483c676ce3871e9ab750b189e832?d=identicon)[vkhramtsov](/maintainers/vkhramtsov)

---

Top Contributors

[![vkhramtsov](https://avatars.githubusercontent.com/u/5517373?v=4)](https://github.com/vkhramtsov "vkhramtsov (8 commits)")

---

Tags

symfonyBridgeTesseract

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/bicycle-tesseract-bridge-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/bicycle-tesseract-bridge-bundle/health.svg)](https://phpackages.com/packages/bicycle-tesseract-bridge-bundle)
```

###  Alternatives

[pentatrion/vite-bundle

Vite integration for your Symfony app

2725.3M13](/packages/pentatrion-vite-bundle)[pugx/autocompleter-bundle

Add an autocomplete type to forms

93861.6k3](/packages/pugx-autocompleter-bundle)[sineflow/clamav

ClamAV PHP Client for Symfony

10168.5k](/packages/sineflow-clamav)[spomky-labs/pwa-bundle

Progressive Web App Manifest Generator Bundle for Symfony.

6144.4k1](/packages/spomky-labs-pwa-bundle)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3689.4k10](/packages/netgen-layouts-core)[netgen/content-browser

Netgen Content Browser is a Symfony bundle that provides an interface which selects items from any kind of backend and returns the IDs of selected items back to the calling code.

14112.1k8](/packages/netgen-content-browser)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
