transmutation 0.3.2

High-performance document conversion engine for AI/LLM embeddings - 27 formats supported
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "model_id": "microsoft/layoutlmv3-base",
  "file": "model.onnx",
  "source": "huggingface",
  "type": "document-layout",
  "description": "LayoutLMv3 base model for document layout analysis",
  "size_mb": 478,
  "input_size": [224, 224],
  "labels": [
    "text",
    "title",
    "list",
    "table",
    "figure"
  ]
}