omniparse 0.4.0

A Rust toolkit for detecting and extracting metadata, text, and content from various file formats
Documentation
1
2
3
4
5
6
7
8
9
{
  "name": "Test Document",
  "version": "1.0",
  "author": "Omniparse Test",
  "data": {
    "items": [1, 2, 3],
    "enabled": true
  }
}