awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 रिपॉजिटरी

Awesome GitHub RepositoriesDocumentation Parsers

Utilities that scan source code to extract and synchronize documentation from comments.

Distinct from Source Code Documentation: Distinct from general source code documentation: focuses on the automated extraction and synchronization mechanism rather than the documentation format itself.

Explore 6 awesome GitHub repositories matching programming languages & runtimes · Documentation Parsers. Refine with filters or upvote what's useful.

Awesome Documentation Parsers GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • star7th/showdocstar7th का अवतार

    star7th/showdoc

    12,779GitHub पर देखें↗

    Showdoc is a technical documentation platform and knowledge management system designed to centralize project specifications, internal manuals, and technical guides. Built as a PHP web application, it provides a collaborative environment for teams to organize and share information across software development organizations. The platform distinguishes itself through its ability to automate documentation workflows by parsing source code comments and synchronizing technical records with the current state of a codebase. It also features specialized tools for managing RESTful API documentation and g

    The system scans source code files for specific comment patterns to extract and synchronize technical documentation with the codebase.

    PHPapidocumentdocumentation-tool
    GitHub पर देखें↗12,779
  • run-llama/liteparserun-llama का अवतार

    run-llama/liteparse

    10,782GitHub पर देखें↗

    A fast, helpful, and open-source document parser

    An open-source document parser that extracts text, tables, and layout from PDFs and office files into Markdown or JSON.

    Rustdocument-ocrdocument-processingocr
    GitHub पर देखें↗10,782
  • documentationjs/documentationdocumentationjs का अवतार

    documentationjs/documentation

    5,798GitHub पर देखें↗

    Documentation.js is a multi-purpose documentation tool that parses JSDoc annotations from JavaScript and TypeScript source files to generate formatted API documentation. It functions as both a documentation generator and a JSDoc linter, scanning source code for non-standard or incorrect annotations and returning human-readable warnings to enforce documentation quality. The tool operates through a pipeline-based architecture that parses JSDoc comments into an abstract syntax tree, validates annotations against style and correctness rules, and outputs documentation through interchangeable plugi

    Generates documentation from TypeScript source files by parsing JSDoc annotations.

    JavaScript
    GitHub पर देखें↗5,798
  • microsoft/tsdocmicrosoft का अवतार

    microsoft/tsdoc

    4,954GitHub पर देखें↗

    TSDoc TypeScript कोड में संरचित टिप्पणियाँ लिखने के लिए एक दस्तावेज़ीकरण मानक और विनिर्देश है। यह विभिन्न टूलिंग में सुसंगत पार्सिंग और रेंडरिंग सुनिश्चित करने के लिए सोर्स कोड के भीतर मेटाडेटा, टैग्स और क्रॉस-रेफरेंस को परिभाषित करने के लिए एक पोर्टेबल सिस्टम प्रदान करता है। इस प्रोजेक्ट में एक डॉक कमेंट पार्सर शामिल है जो टिप्पणियों को एक संरचित सिंटैक्स ट्री में परिवर्तित करता है और एक वैलिडेटर जो सिंटैक्स स्थिरता को लागू करता है। यह बाहरी कॉन्फ़िगरेशन फ़ाइलों के माध्यम से कस्टम दस्तावेज़ीकरण टैग्स की परिभाषा की अनुमति देता है और विनिर्देश अनुपालन में सहायता के लिए कई सिंटैक्स वैलिडेशन मोड्स का समर्थन करता है। यह विनिर्देश API दस्तावेज़ीकरण की आवश्यकताओं की एक विस्तृत श्रृंखला को कवर करता है, जिसमें रिलीज़ चरणों, स्थिरता और अवमूल्यन को चिह्नित करना शामिल है। यह फ़ंक्शन पैरामीटर्स, रिटर्न मानों और अपवाद प्रकारों का विवरण देने के साथ-साथ आंतरिक दृश्यता, इनहेरिटेंस और घोषणाओं के बीच क्रॉस-रेफरेंसिंग को मैनेज करने का समर्थन करता है।

    Establishes a standardized way to write documentation comments for TypeScript code across different tools.

    TypeScriptcommentsdoc-commentsdocumentation
    GitHub पर देखें↗4,954
  • deanmalmgren/textractdeanmalmgren का अवतार

    deanmalmgren/textract

    4,623GitHub पर देखें↗

    Textract एक मल्टी-फॉर्मेट टेक्स्ट एक्सट्रैक्शन टूल और पार्सर है। यह दस्तावेज़ों, इमेजेस और ऑडियो फ़ाइलों सहित विभिन्न स्रोतों से प्लेन टेक्स्ट निकालने के लिए एक एकीकृत इंटरफेस प्रदान करता है। यह सिस्टम PDF और स्प्रेडशीट्स के लिए एक दस्तावेज़ कंटेंट पार्सर, ऑप्टिकल कैरेक्टर रिकग्निशन का उपयोग करने वाला एक इमेज टेक्स्ट एक्सट्रैक्टर, और ऑडियो रिकॉर्डिंग के लिए स्पीच-टू-टेक्स्ट ट्रांसक्राइबर के रूप में कार्य करता है।

    Maps PDFs and spreadsheets to a common internal representation for consistent text retrieval.

    HTML
    GitHub पर देखें↗4,623
  • microsoft/vscode-js-debugmicrosoft का अवतार

    microsoft/vscode-js-debug

    1,950GitHub पर देखें↗

    This project is a diagnostic adapter that connects code editors and standalone tools to running runtime processes using the standard Debug Adapter Protocol. It functions as a JavaScript and TypeScript debug implementation that maps compiled code back to original source files using sourcemaps, allowing developers to set breakpoints, inspect variables, and evaluate expressions without manual configuration. The tool handles cross-environment code execution by automatically attaching to child processes, worker threads, service workers, and terminal processes. It supports advanced debugging capabi

    Translates sourcemaps to step through and inspect original TypeScript sources without manual configuration.

    TypeScriptdapdebughacktoberfest
    GitHub पर देखें↗1,950
  1. Home
  2. Programming Languages & Runtimes
  3. Source Code Documentation
  4. Documentation Parsers

सब-टैग एक्सप्लोर करें

  • Open-Source Document ParsersFreely available document parsers that extract text, tables, and layout from PDFs and office files into structured formats. **Distinct from Documentation Parsers:** Distinct from Documentation Parsers: focuses on parsing document files (PDFs, office docs) for content extraction, not source code documentation extraction.
  • TypeScript1 सब-टैगDocumentation parsers that specifically handle TypeScript source files and JSDoc annotations. **Distinct from Documentation Parsers:** Distinct from Documentation Parsers: specializes in TypeScript file parsing and type annotation extraction.