File size: 856 Bytes
38799af
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# πŸ“‹ Specification Splitter API

A comprehensive REST API for extracting text, structured or not, specifications from **3GPP** and **ETSI** organizations.

### πŸš€ Key Features

* **Text Extraction**: Get all the text of a specification for specific documents
* **Structured Mode**: Regroup text by their chapters (1, 2, 3.1.1, 4.5.2.3, ...)
* **Cross-Organization**: This API supports both 3GPP and ETSI specification repositories

### πŸ“š Supported Document Types

#### 3GPP Documents
* **Technical Specifications**: 
  - Format: `23.401`, `38.331-16`
  - Official published specifications

#### ETSI Documents
* **Technical Specifications**:
  - Format: `131 102`, `188 008-2`
  - Published ETSI standards

### πŸ”§ Technical Stack

Built with FastAPI, featuring automatic OpenAPI documentation, request validation, and comprehensive error handling.