Extract
Keep an internal knowledge base current
Re-read the sources on a schedule instead of letting them rot.
Internal wikis decay because nobody re-reads the sources. Extract the pages a document depends on, hold the text, and you can tell when the source changed under you.
- Markdown output drops straight into most documentation tooling.
- Word counts and language are returned, which helps flag a page that was replaced by a stub.
- Failures are reported per URL, so one dead link does not fail the whole refresh.
Extraction always refetches, so a refresh job compares against the page as it is now.