mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2025-08-09 21:57:35 +02:00
Find page mapping during statistics calculation
This commit is contained in:
@ -27,7 +27,15 @@
|
||||
}
|
||||
],
|
||||
"globals": {
|
||||
"maxHeight": 30
|
||||
"maxHeight": 30,
|
||||
"minX": 56.69069,
|
||||
"maxX": 507.3787,
|
||||
"minY": 45,
|
||||
"maxY": 772,
|
||||
"pageMapping": {
|
||||
"pageFactor": 1,
|
||||
"detectedOnPage": true
|
||||
}
|
||||
}
|
||||
}
|
||||
{"page":0,"change":"none","str":"Mega Überschrift","dir":"ltr","width":"245.06","height":"30.00","transform":["30.00","0.00","0.00","30.00","175.00","756.00"],"fontName":"OMUGKQ+Helvetica-Bold","x":175,"y":756}
|
||||
|
@ -31,7 +31,15 @@
|
||||
}
|
||||
],
|
||||
"globals": {
|
||||
"maxHeight": 30
|
||||
"maxHeight": 30,
|
||||
"minX": 56.69069,
|
||||
"maxX": 507.3787,
|
||||
"minY": 45,
|
||||
"maxY": 772,
|
||||
"pageMapping": {
|
||||
"pageFactor": 1,
|
||||
"detectedOnPage": true
|
||||
}
|
||||
}
|
||||
}
|
||||
{"page":0,"change":"Addition","str":"Dies ist eine Test-PDF . 1","line":2,"x":240,"y":585,"width":"115.75","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||
|
@ -30,7 +30,16 @@
|
||||
}
|
||||
],
|
||||
"globals": {
|
||||
"maxHeight": 30
|
||||
"maxHeight": 30,
|
||||
"minX": 56.69069,
|
||||
"maxX": 507.3787,
|
||||
"minY": 45,
|
||||
"maxY": 772,
|
||||
"pageMapping": {
|
||||
"pageFactor": 1,
|
||||
"detectedOnPage": true
|
||||
},
|
||||
"pageFactor": "1"
|
||||
}
|
||||
}
|
||||
{"page":0,"change":"Removal","str":"\u0000 1","line":5,"x":294,"y":45,"width":"6.67","height":"12.00","fontName":["QACXPP+Helvetica","JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||
|
@ -30,7 +30,15 @@
|
||||
}
|
||||
],
|
||||
"globals": {
|
||||
"maxHeight": 30
|
||||
"maxHeight": 30,
|
||||
"minX": 56.69069,
|
||||
"maxX": 507.3787,
|
||||
"minY": 45,
|
||||
"maxY": 772,
|
||||
"pageMapping": {
|
||||
"pageFactor": 1,
|
||||
"detectedOnPage": true
|
||||
}
|
||||
}
|
||||
}
|
||||
{"page":0,"change":"ContentChange","str":"Dies ist eine Test-PDF 1 .","line":2,"x":240,"y":585,"width":"115.75","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||
|
Reference in New Issue
Block a user