mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2025-08-10 14:17:44 +02:00
Detect Links
- Still needs a proper place since this is on `word` basis
This commit is contained in:
36
examples/ExamplePdf/detectLinks.json
Normal file
36
examples/ExamplePdf/detectLinks.json
Normal file
@ -0,0 +1,36 @@
|
||||
{
|
||||
"pages": 6,
|
||||
"items": 268,
|
||||
"groupedItems": 145,
|
||||
"changes": 0,
|
||||
"schema": [
|
||||
{
|
||||
"name": "line"
|
||||
},
|
||||
{
|
||||
"name": "token types"
|
||||
},
|
||||
{
|
||||
"name": "x"
|
||||
},
|
||||
{
|
||||
"name": "y"
|
||||
},
|
||||
{
|
||||
"name": "width"
|
||||
},
|
||||
{
|
||||
"name": "height"
|
||||
},
|
||||
{
|
||||
"name": "str"
|
||||
},
|
||||
{
|
||||
"name": "fontName"
|
||||
},
|
||||
{
|
||||
"name": "dir"
|
||||
}
|
||||
],
|
||||
"globals": {}
|
||||
}
|
Reference in New Issue
Block a user