mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2025-08-09 13:54:52 +02:00
Initial TOC detection
This commit is contained in:
47
examples/ExamplePdf/tOCDetection.json
Normal file
47
examples/ExamplePdf/tOCDetection.json
Normal file
@ -0,0 +1,47 @@
|
||||
{
|
||||
"pages": 6,
|
||||
"items": 268,
|
||||
"groupedItems": 115,
|
||||
"changes": 0,
|
||||
"schema": [
|
||||
{
|
||||
"name": "line"
|
||||
},
|
||||
{
|
||||
"name": "type",
|
||||
"annotation": "ADDED"
|
||||
},
|
||||
{
|
||||
"name": "x"
|
||||
},
|
||||
{
|
||||
"name": "y"
|
||||
},
|
||||
{
|
||||
"name": "width"
|
||||
},
|
||||
{
|
||||
"name": "height"
|
||||
},
|
||||
{
|
||||
"name": "str"
|
||||
},
|
||||
{
|
||||
"name": "fontName"
|
||||
},
|
||||
{
|
||||
"name": "dir"
|
||||
}
|
||||
],
|
||||
"globals": {
|
||||
"maxHeight": 30,
|
||||
"minX": 56.69069,
|
||||
"maxX": 507.3787,
|
||||
"minY": 45,
|
||||
"maxY": 772,
|
||||
"pageMapping": {
|
||||
"pageFactor": 1,
|
||||
"detectedOnPage": true
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user