mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2025-08-13 23:38:21 +02:00
List Levels
- no tests for this... need to revise the test infrastructure and the transformation which is modifying the item contents directly
This commit is contained in:
39
examples/ExamplePdf/detectListLevels.json
Normal file
39
examples/ExamplePdf/detectListLevels.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"pages": 6,
|
||||
"items": 268,
|
||||
"groupedItems": 145,
|
||||
"changes": 0,
|
||||
"schema": [
|
||||
{
|
||||
"name": "block"
|
||||
},
|
||||
{
|
||||
"name": "line"
|
||||
},
|
||||
{
|
||||
"name": "types"
|
||||
},
|
||||
{
|
||||
"name": "x"
|
||||
},
|
||||
{
|
||||
"name": "y"
|
||||
},
|
||||
{
|
||||
"name": "width"
|
||||
},
|
||||
{
|
||||
"name": "height"
|
||||
},
|
||||
{
|
||||
"name": "str"
|
||||
},
|
||||
{
|
||||
"name": "fontName"
|
||||
},
|
||||
{
|
||||
"name": "dir"
|
||||
}
|
||||
],
|
||||
"globals": {}
|
||||
}
|
Reference in New Issue
Block a user