Skip to content

MacHu-GWU/atlas_doc_parser-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

174 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation Status https://img.shields.io/badge/✍️_Release_History!--None.svg?style=social&logo=github https://img.shields.io/badge/⭐_Star_me_on_GitHub!--None.svg?style=social&logo=github

Welcome to atlas_doc_parser Documentation

https://atlas-doc-parser.readthedocs.io/en/latest/_static/atlas_doc_parser-logo.png

Turn your Confluence pages and Jira issues into AI-ready Markdown.

Confluence and Jira store rich text as Atlassian Document Format (ADF) - a complex JSON structure that LLMs can't directly consume. This library solves that:

from atlas_doc_parser.api import NodeDoc

# Parse ADF JSON from Confluence/Jira API
doc = NodeDoc.from_dict(adf_json)

# Convert to clean Markdown
markdown = doc.to_markdown()

# Feed to your AI
response = llm.chat(f"Summarize this: {markdown}")

Now your team's knowledge in Confluence and Jira becomes training data, context, or input for any AI workflow.

Install

atlas_doc_parser is released on PyPI, so all you need is to:

$ pip install atlas-doc-parser

To upgrade to latest version:

$ pip install --upgrade atlas-doc-parser

About

Atlassian Document Format Parser

Resources

License

Stars

13 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors