Kapitel 5: PDF-Inventarisierung und Vorverarbeitungsschicht#12
Open
DYsop wants to merge 21 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Beschreibung
Integriert die vorgelagerte Vorverarbeitungsschicht (Kapitel 5) des RAG-Frameworks:
PDF-Inventarisierung, Metadatenextraktion (Docling + pypdf-Fallback),
Dokumentklassifikation, Qualitaetssicherung (Quality Gate) sowie Export von
Inventar und Abbildungen. Ergebnis ist ein geprueftes, versionierbares
Dokumentinventar als Eingabe fuer die semantische Ingestion (Kapitel 6).
Bezug
Art der Aenderung
Enthaltene Aenderungen
Python-Module (
src/rag_framework/ingestion/):pdf_discovery.py,metadata_extraction.py,document_classification.py,quality_gate.py,inventory_export.py,figure_export.py, plus erweiterte__init__.py.Konfiguration:
configs/inventory_config.yaml.Dokumentation:
notebooks/README.md,docs/chapter_05/README.md,docs/chapter_05/inventory_schema.md,docs/results/(README + latest + runs),data/README.md,data/samples/(README +sample_inventory.csv).Aktualisiert:
.gitignore,requirements.txt, RootREADME.md.Git-Policy
Das Repository versioniert die reproduzierbare Methode, nicht den vollstaendigen
Datenkoerper. Roh-PDFs und das vollstaendige Inventar (CSV/XLSX/Parquet) werden
nicht versioniert.
Noch lokal nachzutragen (Binaerartefakte)
docs/results/runs/20260630_233607/figures/docs/results/latest/figures/run_metadata,evaluation_report,inventory_errors) nachlatest/undruns/00_extract_pdf_metadata_v4_revised.ipynb->00_pdf_inventory_and_metadata.ipynb(mit Einleitung, Output-Bereinigung)sample_inventory.csvmit echten anonymisierten Zeilen ersetzen (Template ist Platzhalter)