awesome-repositories.com
Blog
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
·

9 repository-uri

Awesome GitHub RepositoriesOCR Document Conversion

APIs that convert images and PDFs into structured HTML, Markdown, or JSON using OCR while preserving layout and tables.

Distinct from Document Conversion APIs: Distinct from Document Conversion APIs: adds OCR capabilities for image and scanned PDF conversion, not just format translation.

Explore 9 awesome GitHub repositories matching web development · OCR Document Conversion. Refine with filters or upvote what's useful.

Awesome OCR Document Conversion GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • daybreak-u/chineseocr_liteAvatar DayBreak-u

    DayBreak-u/chineseocr_lite

    12,324Vezi pe GitHub↗

    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 mo

    Provides a web-based interface and backend for uploading images and visualizing recognition results in a browser.

    C++ncnnocrpytorch
    Vezi pe GitHub↗12,324
  • run-llama/liteparseAvatar run-llama

    run-llama/liteparse

    10,782Vezi pe GitHub↗

    A fast, helpful, and open-source document parser

    Extracts text, tables, and charts from PDFs while preserving spatial layout and structure.

    Rustdocument-ocrdocument-processingocr
    Vezi pe GitHub↗10,782
  • yaoapp/yaoAvatar YaoApp

    YaoApp/yao

    7,544Vezi pe GitHub↗

    Yao is an LLM agent framework and low-code web app builder designed for orchestrating autonomous AI agents. It provides a platform to design, deploy, and coordinate agents with specialized personas that can plan tasks, utilize external tools, and execute multi-stage pipelines. The project distinguishes itself through a Model Context Protocol server for connecting assistants to external binaries and HTTP services, and a gRPC remote execution engine that allows agents to manage remote servers and devices. It includes a model-agnostic provider bridge that supports dynamic switching between vario

    Converts images and PDFs into structured JSON or Markdown using OCR.

    Goagentagentic-aiagents
    Vezi pe GitHub↗7,544
  • 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

    Exposes the OCR pipeline behind a REST API endpoint for remote clients to submit images and receive text results.

    Pythonai-pipelinesclassificationdeployment
    Vezi pe GitHub↗6,163
  • katanaml/sparrowAvatar katanaml

    katanaml/sparrow

    5,162Vezi pe GitHub↗

    Sparrow este o platformă LLM pentru extracția documentelor și un motor de inferență bazat pe viziune, conceput pentru a converti imagini și PDF-uri în date structurate validate. Funcționează ca un orchestrator de fluxuri de lucru agentice care înlănțuie sarcini de clasificare, extracție și validare în pipeline-uri multi-etapă. Sistemul se distinge printr-un strat de inferență agnostic față de backend, care gestionează modele pe GPU-uri locale, Apple Silicon și furnizori cloud. Utilizează grounding vizual bazat pe coordonate pentru a mapa textul extras la coordonate precise de tip bounding box și folosește direcționarea modelelor bazată pe indicii pentru a ghida atenția și a normaliza formatele de date. Platforma acoperă fluxuri de lucru de inteligență documentară, inclusiv procesarea specializată a tabelelor bazată pe imagini pentru a menține integritatea structurală și validarea bazată pe schemă pentru a verifica corectitudinea câmpurilor extrase. Oferă, de asemenea, un dashboard de analiză a documentelor pentru monitorizarea performanței API-ului, a analizei de utilizare și a stării sistemului. Arhitectura include un sistem de extensie bazat pe plugin-uri pentru integrarea bibliotecilor terțe utilizate în indexare și orchestrare.

    Converts images and PDFs into validated structured data using vision models and schema-based validation.

    Pythonagentic-aicomputer-visiondocumentai
    Vezi pe GitHub↗5,162
  • datalab-to/chandraAvatar datalab-to

    datalab-to/chandra

    4,833Vezi pe GitHub↗

    sChandra is a document processing platform that converts images, PDFs, Word documents, spreadsheets, and other formats into structured output such as HTML, Markdown, or JSON while preserving layout. It can also extract specific data fields from invoices, contracts, or reports using user-defined JSON schemas, with citations back to source locations. The service supports form filling in PDF and image documents, document generation from Markdown, and extraction of tracked changes from Word files. The platform distinguishes itself with pipeline-based processing chains that combine multiple proces

    Converts images and PDFs into structured output using OCR while preserving layout and tables.

    Pythonaiocr
    Vezi pe GitHub↗4,833
  • chonkie-inc/chonkieAvatar chonkie-inc

    chonkie-inc/chonkie

    4,170Vezi pe GitHub↗

    Chonkie este o bibliotecă de chunking (segmentare) a textului concepută pentru pipeline-uri de retrieval-augmented generation (RAG). Funcționează ca un splitter semantic de text și un pipeline de ingestie RAG, transformând textul brut în segmente încorporate pentru stocare în baze de date vectoriale. Proiectul se distinge prin strategii de segmentare specializate, inclusiv un splitter de cod bazat pe AST pentru păstrarea limitelor logice în codul sursă și un splitter semantic de text care utilizează modele de embedding pentru a determina limitele bazate pe semnificație. De asemenea, oferă un ingestor pentru baze de date vectoriale pentru a automatiza generarea embedding-urilor și exportul acestora către diverse stocuri. Biblioteca acoperă o gamă largă de capabilități, inclusiv parsarea documentelor prin OCR și extragerea markdown, o varietate de metode de segmentare precum numărarea token-urilor și segmentarea ierarhică, și orchestrarea fluxului de lucru prin pipeline-uri reutilizabile. Suportă o gamă largă de integrări cu vector store-uri, inclusiv Qdrant, Milvus, Weaviate și Elasticsearch, precum și exportul datelor către JSON și seturi de date Hugging Face. Utilizatorii pot executa aceste operațiuni printr-o interfață în linie de comandă sau pot implementa sistemul ca serviciu API containerizat.

    Converts images and PDFs into machine-readable text using remote OCR APIs.

    Pythonaichonkiechunker
    Vezi pe GitHub↗4,170
  • mg-chao/snow-shotAvatar mg-chao

    mg-chao/snow-shot

    4,118Vezi pe GitHub↗

    This project is an AI-powered screenshot manager and visual assistant designed for capturing screen content and processing it through large language models. It functions as an OCR translation application and screen annotation tool, allowing users to extract text from images and perform intelligent analysis of visual data. The software differentiates itself through an AI-driven OCR pipeline and the ability to convert screenshots into structured Markdown or HTML via layout-aware document transformation. It features a visual AI assistant capable of analyzing screen content and a prompt-engineere

    Converts screenshots into structured HTML or Markdown using OCR and layout analysis.

    TypeScriptchatbotocrscreen-capture
    Vezi pe GitHub↗4,118
  • breezedeus/pix2textAvatar breezedeus

    breezedeus/Pix2Text

    3,012Vezi pe GitHub↗

    Pix2Text is an optical character recognition system and document conversion tool designed to transform images and PDFs into Markdown. It functions as a multilingual OCR engine supporting over 80 languages, a LaTeX formula recognizer for mathematical notations, and a parser integrated with vision language models. The project utilizes a hybrid pipeline to separate plain text from mathematical formulas and tabular structures within a single pass. It converts recognized formulas into LaTeX expressions and transforms detected tables and layouts into structured Markdown formatting. The system incl

    Provides a command line interface to convert images and PDFs into structured Markdown via OCR.

    Jupyter Notebookimage-to-markdownlatexlatex-pdf
    Vezi pe GitHub↗3,012
  1. Home
  2. Web Development
  3. Document Conversion APIs
  4. OCR Document Conversion

Explorează sub-etichetele

  • OCR Web ServicesLocal HTTP services that provide OCR capabilities through a programmatic API. **Distinct from OCR Document Conversion:** Distinct from OCR Document Conversion: specifically focuses on the hosting and API delivery mechanism for the OCR process.