23 lines
1,005 B
Markdown
23 lines
1,005 B
Markdown
# 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).
|