For the complete documentation index, see llms.txt. Every documentation page is also served as markdown: append .md to its URL or request it with Accept: text/markdown. A single-file snapshot of all docs is at llms-full.txt.

Alloovium

Projects

Drawing Intelligence

Alloovium automatically extracts structured metadata from construction drawings on upload — no configuration required. Sheet numbers, revisions, disciplines, and title block data are indexed for search and AI queries.

Overview

When a drawing PDF is uploaded to a project, Alloovium reads the title block and extracts structured metadata — discipline, sheet number, revision, title, date, and scale. This happens automatically as part of the standard processing pipeline.

Once indexed, drawings are queryable by any of these fields in both the project search and the AI assistant. The assistant can answer questions like "what is the latest revision of A-101?" or "list all structural drawings issued after June" without any manual tagging.

No routine required

Drawing intelligence is not a routine step. It runs automatically on every drawing uploaded to a project — there is nothing to configure.

A drawing open in the preview with its extracted title-block metadata in the details panel: sheet number A-101, revision C, discipline Architectural, and date shown as structured fields beside the title block they were read from.

Video · ~2 min

Drawings that know what they are

Upload a small drawing set and watch title-block extraction fill in sheet numbers, revisions, and disciplines automatically — then ask the assistant for the latest revision of a sheet and jump straight to it.

What Gets Extracted

Alloovium reads the title block from each drawing page and extracts the following fields where present:

FieldExampleNotes
Sheet numberA-101, S-03, M-204Indexed for search; used to group revisions of the same sheet
DisciplineArchitectural, Structural, Mechanical, CivilIndexed for search; inferred from the sheet number prefix if not explicit
Drawing titleGround Floor Plan, Column ScheduleIndexed for search; from the title block title field
RevisionRev C, Rev 3, P4Read from the title block; used to link successive revisions of a sheet
Date, scale, and other fields14 Apr 2025, 1:100Read where present, but not currently exposed as separate search filters

Scanned drawings

Scanned drawing PDFs are processed using GPU-accelerated OCR before title block extraction. Accuracy is high for standard title blocks, but may be lower for handwritten annotations or non-standard layouts.

Limitations

LimitationDetail
Non-standard title blocksExtraction accuracy drops on highly customised or handwritten title blocks
Raster-only PDFsVery low-resolution scans (below ~150 DPI) may produce lower-accuracy OCR results
Multi-page sheetsEach page is processed independently; multi-page assemblies are treated as separate sheets