1 个仓库
Systems for mapping diverse API data structures into a consistent internal format with shared metadata.
Distinct from Entity-to-Resource Mappings: Candidates focus on XML or NER labels; this is general structural normalization for a unified knowledge base.
Explore 1 awesome GitHub repository matching data & databases · Cross-API Entity Normalization. Refine with filters or upvote what's useful.
react-notion-x 是一个基于 React 的渲染引擎和 TypeScript 客户端,旨在将 Notion API 数据转换为格式化的网页和组件。它作为一个内容解析器和渲染器,获取、规范化并处理 Notion API 响应,以生成用于显示的一致数据结构。 该项目包含一个将复杂的 Notion 页面内容和块结构转换为纯文本 Markdown 的实用程序。为了保持性能,它利用了一个延迟加载接口,推迟加载 PDF 和数学公式等重型元素。 该渲染器支持广泛的内容类型,包括带有语法高亮的代码块、数据集合和嵌入式文档。它提供了访问公共和私有页面的功能,并包括低质量占位符等图像优化技术。
Translates heterogeneous Notion API responses into a consistent internal format for uniform rendering.