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

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

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

2 个仓库

Awesome GitHub RepositoriesData Extraction Visualizers

Interfaces for visually auditing and comparing structured data output against original source documents.

Distinct from Web Inspection Utilities: None of the candidates cover the specific use case of comparing parsed structured data against a visual document layout.

Explore 2 awesome GitHub repositories matching user interface & experience · Data Extraction Visualizers. Refine with filters or upvote what's useful.

Awesome Data Extraction Visualizers GitHub Repositories

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

    axa-group/Parsr

    6,178在 GitHub 上查看↗

    Parsr 是一个非结构化数据提取器和文档解析流水线,可将原始文件和图像转换为清洗后的机器可读格式。它充当文档布局分析器,以及使用大语言模型提取结构化数据和标签的流水线。 该系统包含一个文档解析可视化工具,提供了一个图形界面来上传文档并检查生成的结构化数据输出。 该项目涵盖了文档数字化工作流,包括用于检测标题、表格和列表的布局分析,以及通过清洗和丰富非结构化内容实现的自动化数据录入。

    Provides a graphical tool to compare original document layouts against the extracted structured data output.

    JavaScript
    在 GitHub 上查看↗6,178
  • katanaml/sparrowkatanaml 的头像

    katanaml/sparrow

    5,162在 GitHub 上查看↗

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

    Generates bounding box coordinates for extracted elements to provide visual grounding for the data.

    Pythonagentic-aicomputer-visiondocumentai
    在 GitHub 上查看↗5,162
  1. Home
  2. User Interface & Experience
  3. Data Extraction Visualizers

探索子标签

  • Extraction Coordinate AnnotationsGeneration of bounding box coordinates for extracted elements to provide visual grounding. **Distinct from Data Extraction Visualizers:** Distinct from Data Extraction Visualizers: focuses on the generation of the coordinates themselves rather than the UI for auditing them.