Archive modernization
Upgrade historical business documents before moving them into a modern archive, records system, or cloud storage convention.
AWS Marketplace SaaS · API v1
CoreNova converts valid Microsoft Office 97-2003 DOC, PPT, and XLS files into modern DOCX, PPTX, and XLSX packages through a small asynchronous API.
Upgrade historical business documents before moving them into a modern archive, records system, or cloud storage convention.
Accept legacy files from customers and normalize them before handing content to modern backend libraries.
Standardize mixed Office 97-2003 collections before a Microsoft 365, SharePoint, document-management, or data-lake migration.
Remove a legacy binary-format dependency before downstream parsing, structure extraction, chunking, embedding, and indexing.
| Source | Result | Metering dimension | Typical downstream use |
|---|---|---|---|
.doc | .docx | DocConversion | Document management, text and table parsing, knowledge archives |
.ppt | .pptx | PptConversion | Slide analysis, presentation migration, per-slide extraction |
.xls | .xlsx | XlsConversion | Worksheet parsing, tabular normalization, analytics preparation |
POST /v1/conversions.GET /v1/conversions/{task_id} until it succeeds or fails.This service modernizes Office file formats. It does not perform OCR, semantic chunking, embeddings, vector indexing, direct SharePoint migration, or RAG retrieval. Those functions belong in the downstream processing layer.