awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
DayBreak-u avatar

DayBreak-u/chineseocr_lite

0
View on GitHub↗
12,324 stele·2,282 fork-uri·C++·GPL-2.0·4 vizualizări

Chineseocr Lite

chineseocr_lite is a lightweight Chinese optical character recognition engine designed to detect text regions, analyze orientation, and convert Chinese characters from images into digital text. It supports both horizontal and vertical reading layouts and can be deployed as a web service for image uploads and result visualization.

The system utilizes a multi-backend inference framework that supports ncnn, mnn, and tnn, allowing it to run across diverse hardware and platforms. It is specifically engineered for lightweight deployment on mobile and desktop environments through the use of small model files.

The engine implements a pipeline for text orientation analysis and region detection. It also provides a command line interface for processing images and exporting structured data for automated document digitization.

Features

  • Chinese Script Recognition - Converts images containing Chinese characters into digital text, supporting both horizontal and vertical layouts.
  • Chinese OCR Tools - Provides a complete tool for detecting text regions, analyzing orientation, and converting Chinese image characters to text.
  • Chinese Text Recognition - Provides a comprehensive system for converting images containing Chinese characters into digital text.
  • Cross-Platform Inference Frameworks - Implements a multi-backend framework supporting ncnn, mnn, and tnn for deployment across diverse hardware and platforms.
  • Lightweight OCR Engines - Implements a lightweight OCR engine for Chinese characters using small model files and efficient runtimes.
  • Hybrid Convolutional Recurrent Networks - Utilizes a hybrid architecture combining convolutional layers for detection and recurrent networks for sequence recognition.
  • Model Quantization - Employs weight quantization to compress the model footprint to under five megabytes for lightweight deployment.
  • Inference Backend Switchers - Allows swapping between ncnn, mnn, and tnn runtimes to optimize execution across diverse hardware targets.
  • Text Detection - Locates bounding boxes of text within images to isolate characters for recognition.
  • Text Recognition - Implements text recognition capabilities including the analysis of text angle and reading order.
  • Text Orientation Detection - Implements a model to detect and normalize the rotation angle of text blocks for accurate recognition.
  • Lightweight OCR Models - Runs text recognition on low-power hardware using highly compressed model files.
  • Multi-Backend Inference Support - Supports running models across multiple backends on CPU and GPU hardware to optimize speed.
  • OCR Command Line Interfaces - Provides a command line interface for performing OCR tasks and exporting structured results.
  • Cross-Platform Offline OCR - Executes OCR offline across Windows, Linux, macOS, and mobile devices using diverse backends.
  • Document Digitization Tools - Automates the extraction of structured text from images for integration into digital workflows.
  • Cross-Platform Abstractions - Provides a unified interface to abstract different inference backends across mobile and desktop platforms.
  • Pipeline and Processing Architectures - Organizes the OCR process into sequential stages of angle classification, text detection, and character recognition.

Istoric stele

Graficul istoricului de stele pentru daybreak-u/chineseocr_liteGraficul istoricului de stele pentru daybreak-u/chineseocr_lite

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face daybreak-u/chineseocr_lite?

chineseocr_lite is a lightweight Chinese optical character recognition engine designed to detect text regions, analyze orientation, and convert Chinese characters from images into digital text. It supports both horizontal and vertical reading layouts and can be deployed as a web service for image uploads and result visualization.

Care sunt principalele funcționalități ale daybreak-u/chineseocr_lite?

Principalele funcționalități ale daybreak-u/chineseocr_lite sunt: Chinese Script Recognition, Chinese OCR Tools, Chinese Text Recognition, Cross-Platform Inference Frameworks, Lightweight OCR Engines, Hybrid Convolutional Recurrent Networks, Model Quantization, Inference Backend Switchers.

Care sunt câteva alternative open-source pentru daybreak-u/chineseocr_lite?

Alternativele open-source pentru daybreak-u/chineseocr_lite includ: paddlepaddle/paddlex — PaddleX is a PaddlePaddle-based framework for building, deploying, and fine-tuning AI model pipelines, with pre-built… tesseract-ocr/tessdata — This repository provides the pre-trained neural network and legacy data files used by Tesseract to recognize and… jinpengli/deep_ocr — Deep OCR is a deep learning framework designed for the recognition of Chinese characters within images. It functions… chineseocr/chineseocr — chineseocr is an end-to-end deep learning pipeline for detecting and recognizing Chinese and English text in images.… alibaba/mnn — MNN is a high-performance inference engine and framework designed for on-device machine learning. It provides a… lyogavin/airllm — Airllm is a framework designed to execute and fine-tune large language models on consumer-grade hardware. By employing…

Alternative open-source pentru Chineseocr Lite

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Chineseocr Lite.
  • paddlepaddle/paddlexAvatar PaddlePaddle

    PaddlePaddle/PaddleX

    6,163Vezi pe GitHub↗

    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
    Vezi pe GitHub↗6,163
  • tesseract-ocr/tessdataAvatar tesseract-ocr

    tesseract-ocr/tessdata

    7,586Vezi pe GitHub↗

    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
    Vezi pe GitHub↗7,586
  • jinpengli/deep_ocrAvatar JinpengLI

    JinpengLI/deep_ocr

    1,511Vezi pe GitHub↗

    Deep OCR is a deep learning framework designed for the recognition of Chinese characters within images. It functions as an optical character recognition library that converts scanned documents or image files into digital text, providing an alternative to traditional template matching methods. The system utilizes a combination of convolutional neural networks for spatial feature extraction and recurrent sequence modeling to capture contextual relationships between characters. It employs connectionist temporal classification to map image sequences to character strings without requiring explicit

    Python
    Vezi pe GitHub↗1,511
  • chineseocr/chineseocrAvatar chineseocr

    chineseocr/chineseocr

    6,113Vezi pe GitHub↗

    chineseocr is an end-to-end deep learning pipeline for detecting and recognizing Chinese and English text in images. The project combines text region detection using YOLOv3 with sequence-based recognition via Convolutional Recurrent Neural Networks (CRNN) and dense OCR models, forming a complete optical character recognition workflow. The pipeline includes orientation detection to handle text rotated at 0, 90, 180, or 270 degrees before recognition, and supports structured field extraction from identity cards and train tickets. A multi-framework model converter enables trained models to be co

    Pythonchinese-ocrchinese-text-detectdarknet-text-detect
    Vezi pe GitHub↗6,113
Vezi toate cele 30 alternative pentru Chineseocr Lite→