Tag

Tesseract

0 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Apr 15, 2025 · Artificial Intelligence

Using PHP to Access a Camera and Perform Image Recognition

This article explains how to use PHP to control a camera via extensions such as OpenCV or FFmpeg, integrate image‑recognition libraries like Tesseract OCR, and apply these techniques to scenarios such as security monitoring, object detection, and facial‑recognition login, enhancing application intelligence.

AICameraImage Recognition
0 likes · 6 min read
Using PHP to Access a Camera and Perform Image Recognition
Test Development Learning Exchange
Test Development Learning Exchange
Dec 6, 2024 · Artificial Intelligence

Using pytesseract and Pillow for OCR: Installation, Configuration, and Accuracy Improvement Techniques

This guide explains how to install Tesseract OCR and the Python libraries pytesseract and Pillow, configure the engine path, perform image-to-text extraction with example code, and apply various preprocessing, detection, and post‑processing methods to significantly improve OCR accuracy.

OCRTesseractcomputer vision
0 likes · 8 min read
Using pytesseract and Pillow for OCR: Installation, Configuration, and Accuracy Improvement Techniques
php中文网 Courses
php中文网 Courses
May 10, 2024 · Artificial Intelligence

Using PHP to Operate a Camera and Perform Image Recognition

This article explains how to use PHP together with camera control libraries and image‑recognition tools such as OpenCV and Tesseract OCR to build intelligent applications, providing code examples and discussing practical use cases like security monitoring and face‑login.

AICameraImage Recognition
0 likes · 5 min read
Using PHP to Operate a Camera and Perform Image Recognition
Code Ape Tech Column
Code Ape Tech Column
Feb 2, 2024 · Artificial Intelligence

Integrating Tess4J OCR into a Spring Boot Application

This guide walks through setting up a Spring Boot project, adding Tess4J dependencies, configuring language data, implementing an OCR service class, exposing REST endpoints for local and remote image recognition, and testing the OCR functionality end‑to‑end.

OCRREST APISpring Boot
0 likes · 6 min read
Integrating Tess4J OCR into a Spring Boot Application
Python Programming Learning Circle
Python Programming Learning Circle
Jan 31, 2024 · Artificial Intelligence

Python License Plate Detection and Recognition Using OpenCV and Tesseract

This tutorial walks through creating a Python program that preprocesses an input image, detects and extracts a vehicle license plate using OpenCV, and then reads the plate characters with Tesseract OCR, displaying the recognized text as the final output.

License Plate RecognitionTesseractcomputer vision
0 likes · 8 min read
Python License Plate Detection and Recognition Using OpenCV and Tesseract
php中文网 Courses
php中文网 Courses
Jun 29, 2023 · Backend Development

How to Extract Text from Images Using PHP and Tesseract OCR

This tutorial demonstrates how to install the Tesseract OCR library via Composer, set up a PHP script to load an image, create a TesseractOCR instance, run the OCR process, and output the extracted text, providing complete sample code for each step.

OCRTesseractbackend
0 likes · 3 min read
How to Extract Text from Images Using PHP and Tesseract OCR
Test Development Learning Exchange
Test Development Learning Exchange
Jun 22, 2023 · Frontend Development

Building a Chrome Extension for Image OCR Using Python and Tesseract

This tutorial walks through creating a Chrome extension that captures images from web pages, sends them to a Python‑backed Tesseract OCR engine, and displays the recognized text, covering the plugin's file structure, manifest configuration, JavaScript code, HTML UI, CSS styling, and installation steps.

Chrome ExtensionJavaScriptOCR
0 likes · 7 min read
Building a Chrome Extension for Image OCR Using Python and Tesseract
Python Programming Learning Circle
Python Programming Learning Circle
Feb 14, 2020 · Artificial Intelligence

Using pytesseract for Image‑to‑Text Conversion with Python

This tutorial introduces OCR basics, explains the Tesseract engine, and demonstrates how to install and use the Python pytesseract library to convert images into editable text with just a few lines of code, including practical tips for handling file paths and language settings.

OCRTesseractcomputer vision
0 likes · 4 min read
Using pytesseract for Image‑to‑Text Conversion with Python