mirror of
https://github.com/docling-project/docling-core.git
synced 2026-05-17 13:10:44 +00:00
Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>
47 lines
873 B
JSON
Vendored
47 lines
873 B
JSON
Vendored
{
|
|
"_name": "some text here",
|
|
"file-info": {
|
|
"filename": "filename.pdf",
|
|
"document-hash": "qwertyuiop1234567890"
|
|
},
|
|
"description": {
|
|
"logs": []
|
|
},
|
|
"conf": 1.0,
|
|
"prov": [
|
|
{
|
|
"type": "sentence",
|
|
"text": "FeSe has a Tc of 1K and 5K at 1GP and 5GPa respectivily."
|
|
}
|
|
],
|
|
"identifiers": [
|
|
{
|
|
"_name": "db#1234567",
|
|
"type": "db",
|
|
"value": "1234567"
|
|
}
|
|
],
|
|
"subject": {
|
|
"display_name": "FeSe",
|
|
"type": "material",
|
|
"names": [
|
|
{
|
|
"type": "chemical_name",
|
|
"value": "FeSe",
|
|
"_name": "chemical_name#fese"
|
|
},
|
|
{
|
|
"type": "sum_formula",
|
|
"value": "Fe(1) Se(1)",
|
|
"_name": "sum_formula#fe(1) se(1)"
|
|
}
|
|
],
|
|
"identifiers": [
|
|
{
|
|
"_name": "db#1234567",
|
|
"type": "db",
|
|
"value": "1234567"
|
|
}
|
|
]
|
|
}
|
|
} |