Below is a detailed example from a successfully processed technical drawing. This showcases the full depth of information extracted, including visual analysis, component breakdowns, and complete text recognition.
{
"file_name": "COLUMN STROKE=800mm.PDF",
"document_type": "technical_drawing",
"machine_model": "HELLER H5000",
"description": "This technical drawing illustrates the assembly and components of a machine column...",
"detailed_visual_analysis": {
"overview": "The drawing is a multi-view technical illustration showing the column assembly...",
"layout": "The drawing is organized into multiple views (A, B, C, D, E)..."
},
"components": [
{
"component_name": "Column",
"part_number": "02.008200",
"manufacturer": "HELLER",
"location": "Central vertical structure in all views (A, B, C, D, E)"
},
// ... 10 more components extracted
],
"connections": [
{
"connection_type": "Pneumatic",
"from_component": "Column",
"to_component": "Pneumatic Cylinder"
},
// ... 2 more connections extracted
],
"dimensions": [
{
"dimension": "Column Stroke",
"value": "800",
"unit": "mm"
}
],
"text_structure_analysis": {
"document_layout": "The document is structured with multiple views of the column assembly on the left...",
"text_grouping": "Text is grouped into sections: title block, component list, and view annotations..."
}
}