2 repositorios
Formats designed to decouple document content from styling for simplified processing.
Distinguishing note: No existing candidates; focuses on intermediate representations for document processing pipelines.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Markup Representations. Refine with filters or upvote what's useful.
PDFMathTranslate is a document translation tool designed to convert technical and scientific files into multiple languages while preserving their original visual layout. It functions as a specialized processor for academic research papers, ensuring that complex mathematical notation and technical formatting remain intact throughout the translation process. The system utilizes a layout-preserving parsing engine that extracts text and structural metadata while maintaining the spatial coordinates of every document element. To handle the translation of technical content, it employs an intermediat
Converts complex document structures into a simplified format that separates content from styling to facilitate easier processing by translation models.
The project provides a standardized abstract syntax tree specification and utility library for parsing, transforming, and serializing markdown documents. It serves as a comprehensive document processing architecture that translates between raw text markup and structured node representations in both directions. The capability surface covers syntax parsing for extended markdown features, custom syntax extensions, metadata blocks, and embedded expressions, alongside document serialization that converts syntax trees back into standard and extended markup formats. It includes node modeling and val
Provides bidirectional conversion between raw text markup and structured abstract syntax tree representations.