Lets make the frontpage in markdown too
Some checks failed
Build, Push, and Deploy to Nomad / docker-nomad (push) Has been cancelled

This commit is contained in:
2024-12-29 04:34:15 +01:00
parent 95b6c1fa05
commit 0121662530
26 changed files with 341 additions and 547 deletions

View File

@@ -3,6 +3,8 @@ import markdown
import json
from typing import List, Dict
from fastapi import FastAPI
class MetadataProcessor:
"""
@@ -10,7 +12,7 @@ class MetadataProcessor:
and generate a structured JSON file.
"""
def __init__(self, input_dir: str, output_file: str):
def __init__(self, input_dir: str, output_file: str,app:FastAPI=None):
"""
Initialize the MetadataProcessor.