awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sml2h3 avatar

sml2h3/ddddocr

0
View on GitHub↗
14,339 Stars·2,296 Forks·Python·MIT·6 Aufrufeddddocr.com↗

Ddddocr

ddddocr is a Python library for automated image analysis, focused on extracting text and detecting objects from visual content. Its core capabilities include character recognition that can handle alphanumeric, Chinese, and special characters, as well as object detection that returns bounding box coordinates for targets within images.

The library provides specialized support for solving slider CAPTCHAs by identifying the position of missing pieces using edge matching or image comparison algorithms. It also offers image preprocessing through color-based filtering to reduce noise from complex backgrounds, and allows users to constrain OCR output to specific character subsets for improved accuracy on targeted inputs.

For extensibility, ddddocr supports loading user-trained ONNX models with custom character sets, enabling recognition of specialized or proprietary CAPTCHA types. Performance can be enhanced through GPU acceleration, which offloads model inference to a GPU device for faster batch or high-volume processing. The library also includes a REST API server that exposes recognition, detection, and slider-matching functions through HTTP endpoints for remote access.

Features

  • Text Recognition - Identifies alphanumeric, Chinese, and special characters in images and returns recognized text.
  • Optical Character Recognitions - Extracts alphanumeric, Chinese, and special characters from images using a pre-trained OCR model.
  • Slider CAPTCHA Solvers - Implements slider CAPTCHA gap matching using edge detection and image comparison algorithms.
  • Object Detection - Locates target objects within images and returns their bounding box coordinates.
  • Custom Model Training - Provides custom model loading for ONNX-based recognition of proprietary CAPTCHAs.
  • GPU-Accelerated Inference - Offloads model inference to a GPU device to speed up batch or high-volume recognition tasks.
  • ONNX Model Loaders - Supports loading user-trained ONNX models with custom character sets for specialized CAPTCHA recognition.
  • OCR REST API Servers - Ships a built-in REST API server that exposes OCR, detection, and slider-matching functions over HTTP.

Star-Verlauf

Star-Verlauf für sml2h3/ddddocrStar-Verlauf für sml2h3/ddddocr

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Ddddocr

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Ddddocr.
  • paddlepaddle/paddlexAvatar von PaddlePaddle

    PaddlePaddle/PaddleX

    6,163Auf GitHub ansehen↗

    PaddleX is a PaddlePaddle-based framework for building, deploying, and fine-tuning AI model pipelines, with pre-built support for computer vision, OCR, document analysis, and time series tasks. It offers a toolkit of ready-to-use pipelines for image classification, object detection, segmentation, and pose estimation, alongside an end-to-end OCR document analysis pipeline that extracts text, tables, formulas, and layout information. The platform also includes a dedicated time series forecasting pipeline for analyzing historical data to detect anomalies, classify patterns, and predict future val

    Pythonai-pipelinesclassificationdeployment
    Auf GitHub ansehen↗6,163
  • wang-xinyu/tensorrtxAvatar von wang-xinyu

    wang-xinyu/tensorrtx

    7,802Auf GitHub ansehen↗

    tensorrtx is a computer vision inference engine and model implementation library designed for graphics processor acceleration. It provides a framework for optimizing deep learning models through a GPU inference optimizer, a deep learning model converter for transforming weights from frameworks like TensorFlow and PyTorch, and a custom plugin library to implement operations not natively supported by the TensorRT API. The project distinguishes itself through a comprehensive collection of pre-defined network implementations, ranging from various YOLO versions and DETR transformers for object det

    C++arcfacecrnndetr
    Auf GitHub ansehen↗7,802
  • dusty-nv/jetson-inferenceAvatar von dusty-nv

    dusty-nv/jetson-inference

    8,734Auf GitHub ansehen↗

    jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU hardware. Its primary purpose is to enable real-time computer vision and AI inference at the edge with low latency and high throughput. The project distinguishes itself through high-performance streaming analytics and the ability to execute concurrent AI pipelines on auto-grade silicon. It provides specialized support for multi-sensor stream processing, utilizing zero-copy data transport to load camera frames directly into GPU memory. The codebase covers a broad surface of capabiliti

    C++caffecomputer-visiondeep-learning
    Auf GitHub ansehen↗8,734
  • tesseract-ocr/tessdataAvatar von tesseract-ocr

    tesseract-ocr/tessdata

    7,586Auf GitHub ansehen↗

    This repository provides the pre-trained neural network and legacy data files used by Tesseract to recognize and extract printed text from images. It serves as a multilingual training data repository and a collection of Long Short-Term Memory models designed for high-accuracy optical character recognition across various global scripts and languages. The data includes specialized models for analyzing image layouts to determine text rotation and script direction. It provides the necessary language-specific datasets and linguistic patterns required to enable Tesseract OCR engines to function. T

    ocrtesseract
    Auf GitHub ansehen↗7,586
Alle 30 Alternativen zu Ddddocr anzeigen→

Häufig gestellte Fragen

Was macht sml2h3/ddddocr?

ddddocr is a Python library for automated image analysis, focused on extracting text and detecting objects from visual content. Its core capabilities include character recognition that can handle alphanumeric, Chinese, and special characters, as well as object detection that returns bounding box coordinates for targets within images.

Was sind die Hauptfunktionen von sml2h3/ddddocr?

Die Hauptfunktionen von sml2h3/ddddocr sind: Text Recognition, Optical Character Recognitions, Slider CAPTCHA Solvers, Object Detection, Custom Model Training, GPU-Accelerated Inference, ONNX Model Loaders, OCR REST API Servers.

Welche Open-Source-Alternativen gibt es zu sml2h3/ddddocr?

Open-Source-Alternativen zu sml2h3/ddddocr sind unter anderem: paddlepaddle/paddlex — PaddleX is a PaddlePaddle-based framework for building, deploying, and fine-tuning AI model pipelines, with pre-built… wang-xinyu/tensorrtx — tensorrtx is a computer vision inference engine and model implementation library designed for graphics processor… dusty-nv/jetson-inference — jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU… tesseract-ocr/tessdata — This repository provides the pre-trained neural network and legacy data files used by Tesseract to recognize and… olafenwamoses/imageai — ImageAI is a Python computer vision library providing a suite of tools for image classification, object detection, and… thtrieu/darkflow — Darkflow is an object detection framework and computer vision pipeline that provides a programmatic interface for…