awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • daybreak-u/chineseocr_liteDayBreak-u 的头像

    DayBreak-u/chineseocr_lite

    12,324在 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
    在 GitHub 上查看↗12,324
  • run-llama/liteparserun-llama 的头像

    run-llama/liteparse

    10,782在 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
    在 GitHub 上查看↗10,782
  • yaoapp/yaoYaoApp 的头像

    YaoApp/yao

    7,544在 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
    在 GitHub 上查看↗7,544
  • paddlepaddle/paddlexPaddlePaddle 的头像

    PaddlePaddle/PaddleX

    6,163在 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
    在 GitHub 上查看↗6,163
  • katanaml/sparrowkatanaml 的头像

    katanaml/sparrow

    5,162在 GitHub 上查看↗

    Sparrow 是一个 LLM 文档提取平台和基于视觉的推理引擎,旨在将图像和 PDF 转换为经过验证的结构化数据。它作为代理工作流编排器,将分类、提取和验证任务串联成多步流水线。 该系统的特色在于其后端无关的推理层,可管理本地 GPU、Apple Silicon 和云服务商上的模型。它利用基于坐标的视觉定位将提取的文本映射到精确的边界框坐标,并使用基于提示的模型引导来引导注意力并规范化数据格式。 该平台涵盖了文档智能工作流,包括用于保持结构完整性的专业图像表格处理,以及用于验证提取字段正确性的模式驱动验证。它还提供了一个用于监控 API 性能、使用分析和系统健康状况的文档分析仪表板。 架构包含一个基于插件的扩展系统,用于集成索引和编排中使用的第三方库。

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

    Pythonagentic-aicomputer-visiondocumentai
    在 GitHub 上查看↗5,162
  • datalab-to/chandradatalab-to 的头像

    datalab-to/chandra

    4,833在 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
    在 GitHub 上查看↗4,833
  • chonkie-inc/chonkiechonkie-inc 的头像

    chonkie-inc/chonkie

    4,170在 GitHub 上查看↗

    Chonkie 是一个专为检索增强生成 (RAG) 流水线设计的文本分块库。它充当语义文本分割器和 RAG 数据摄取流水线,将原始文本转换为嵌入片段,以便存储在向量数据库中。 该项目通过专门的分割策略脱颖而出,包括用于保留源代码逻辑边界的基于 AST 的代码分割器,以及使用嵌入模型根据语义确定边界的语义文本分割器。它还提供了一个向量数据库摄取器,用于自动化生成嵌入并将其导出到各种存储中。 该库涵盖了广泛的功能,包括通过 OCR 和 Markdown 提取进行文档解析,多种分割方法(如基于 Token 计数和分层分割),以及通过可重用流水线进行工作流编排。它支持多种向量存储集成,包括 Qdrant、Milvus、Weaviate 和 Elasticsearch,以及将数据导出为 JSON 和 Hugging Face 数据集。 用户可以通过命令行界面执行这些操作,或将系统部署为容器化的 API 服务。

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

    Pythonaichonkiechunker
    在 GitHub 上查看↗4,170
  • mg-chao/snow-shotmg-chao 的头像

    mg-chao/snow-shot

    4,118在 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
    在 GitHub 上查看↗4,118
  • breezedeus/pix2textbreezedeus 的头像

    breezedeus/Pix2Text

    3,012在 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
    在 GitHub 上查看↗3,012
  1. Home
  2. Web Development
  3. Document Conversion APIs
  4. OCR Document Conversion

探索子标签

  • 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.