Registry / utility / rtesseract

rtesseract

JSON →
library3.1.4rbrubygemsunverified

Ruby library for performing OCR using the Tesseract engine.

gem install rtesseract
INSTALL
IMPORT
SIG · RTESSERACT
R
rtesseract
utilityrubyv3.1.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RTesseract
require 'rtesseract'

Extract text from an image using Tesseract OCR.

require 'rtesseract' image = RTesseract.new('image.png') text = image.to_s
Debug
Known issues
breakingRequires Tesseract OCR engine to be installed on the system.
fix
Install Tesseract via your package manager (e.g., apt-get install tesseract-ocr).
affects: >= 0.0.0
Upgrade
Version history
3.1.4latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
rtesseract — gem install rtesseract · libregistry