awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesDocument Structure Export

Exporting the internal content and hierarchical structure of documents into JSON.

Distinct from JSON Document Manipulation: Focuses on the export of document content as JSON, not the manipulation of existing JSON documents.

Explore 4 awesome GitHub repositories matching data & databases · Document Structure Export. Refine with filters or upvote what's useful.

Awesome Document Structure Export GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • vanessa219/vditorالصورة الرمزية لـ Vanessa219

    Vanessa219/vditor

    11,074عرض على GitHub↗

    Vditor is a browser-based Markdown editor and rendering engine that supports multiple editing interfaces, including a visual rich-text experience, instant rendering, and a traditional side-by-side split-view preview. It serves as an authoring tool for technical documentation and a component for web-based editor integration. The project is distinguished by its support for complex technical content, utilizing specialized rendering for mathematical formulas, flowcharts, sequence diagrams, and mind maps. It also functions as a collaborative document review tool, enabling users to attach anchored

    Provides capabilities to export editor content specifically in Markdown and JSON formats for use in external applications.

    TypeScriptcommonmarkeditorgfm
    عرض على GitHub↗11,074
  • iofficeai/officecliالصورة الرمزية لـ iOfficeAI

    iOfficeAI/OfficeCLI

    8,092عرض على GitHub↗

    OfficeCLI هي مجموعة مكتبية بدون رأس وأداة أتمتة مصممة لقراءة وتحرير وتوليد مستندات Microsoft Office برمجياً. تعمل كمكتبة معالجة OOXML ومحرك قوالب مستندات، حيث توفر ثنائياً مستقلاً يسمح بإدارة ملفات Word وExcel وPowerPoint دون الحاجة إلى تثبيت محلي لبرامج المكتب. يتميز المشروع بكشف عمليات المستند كأدوات لوكلاء الذكاء الاصطناعي عبر خادم JSON-RPC وبروتوكول سياق النموذج (Model Context Protocol). يتيح تخصيصاً متقدماً من خلال معالجة XML الخام باستخدام XPath ويوفر نظام تسلسل يقوم بتفريغ أشجار المستندات الفرعية إلى دفعات JSON قابلة لإعادة التشغيل. تغطي الأداة مجموعة واسعة من القدرات، بما في ذلك هندسة جداول البيانات البرمجية مع تقييم الصيغ وتوليد الجداول المحورية، بالإضافة إلى مهام معالجة النصوص الشاملة مثل إدارة الأنماط، وتتبع المراجعة، وتنسيق النصوص متعدد اللغات. تتضمن أيضاً أدوات لتصور البيانات، واستخراج المحتوى إلى JSON منظم أو HTML عالي الدقة، ودمج بيانات JSON في قوالب محددة مسبقاً لتوليد التقارير الآلي.

    Dumps document subtrees into replayable JSON batches to enable imitation and automated variation generation.

    C#
    عرض على GitHub↗8,092
  • mindee/doctrالصورة الرمزية لـ mindee

    mindee/doctr

    6,149عرض على GitHub↗

    DocTR is a deep learning OCR library built on PyTorch that detects and transcribes text in document images using a two-stage detection-recognition pipeline. It provides a complete framework for building and deploying OCR pipelines with pretrained models available through the Hugging Face Hub, and supports exporting trained models to ONNX format for cross-runtime deployment. The library offers end-to-end OCR pipelines that combine text detection and recognition to extract all text from document images or PDFs, with support for rotated page handling and varied text orientations. It includes cap

    Serializes the full document structure into nested JSON for export.

    Pythondeep-learningdocument-recognitionocr
    عرض على GitHub↗6,149
  • gam-team/gamالصورة الرمزية لـ GAM-team

    GAM-team/GAM

    4,206عرض على GitHub↗

    GAM is a command-line tool for administering Google Workspace and Cloud Identity. It translates command-line arguments into structured API calls, enabling administrators to manage users, groups, organizational units, and domain settings across a Google Workspace environment. The tool handles authentication through OAuth2 flows, service accounts, and workload identity federation, and supports multi-tenant configurations for managing multiple domains or cloud projects from a single installation. GAM distinguishes itself through its batch processing and automation capabilities. It can process la

    Exports the content and structure of a Google Document into a JSON file for external processing.

    Pythongamgooglegoogle-admin-sdk
    عرض على GitHub↗4,206
  1. Home
  2. Data & Databases
  3. JSON Document Stores
  4. JSON Document Manipulation
  5. Document Structure Export

استكشف الوسوم الفرعية

  • Markdown ExportsExporting document content specifically in markdown and JSON formats. **Distinct from Document Structure Export:** Specific to markdown authoring tools rather than general JSON document stores.