This commit is contained in:
0m.ax 2026-08-22 15:33:55 +02:00
commit 74718f7fb5
7 changed files with 1176 additions and 0 deletions

23
README.md Normal file
View file

@ -0,0 +1,23 @@
# Markdowned Datasheets
Vendor datasheets and technical specifications, converted from PDF into
per-chapter Markdown with extracted figures and a generated table of contents.
Each PDF is transcribed **verbatim**, full body text, complete tables, and
figures cropped out as PNGs and linked back in with their printed captions.
## What's here
Each converted document starts with `TOC.md`, it links every chapter, every figure, and lists the
source document's own known defects so you don't mistake a vendor typo for a
transcription error.
## Converting another datasheet
[`PROCESS.md`](PROCESS.md) is the runbook a coding agent follows to do the
conversion — prompt templates, known failure modes, and a checklist.
To convert a new one, drop the PDF in the repo root and ask your agent to
follow `PROCESS.md` for it. Point it at whichever existing conversion is
closest in scale for reference if the source document is unusual (a single
short datasheet vs. a 400+ page multi-vendor specification).