-
Notifications
You must be signed in to change notification settings - Fork 384
Open
Description
Is there a way to disable the removal of whitespaces?
When I use pdfjs-dist
I get this:
{
"str": "Exchange income, net",
"dir": "ltr",
"width": 98.45999999999992,
"height": 9,
"transform": [9, 0, 0, 9, 85.03940000000011, 400.8149999999999],
"fontName": "g_d0_f1",
"hasEOL": false
},
{
"str": " ",
"dir": "ltr",
"width": 25.51200000000001,
"height": 0,
"transform": [9, 0, 0, 9, 183.4994, 400.8149999999999],
"fontName": "g_d0_f1",
"hasEOL": false
},
{
"str": "1,246,450",
"dir": "ltr",
"width": 40.56300000000019,
"height": 9,
"transform": [9, 0, 0, 9, 413.1074000000001, 400.8149999999999],
"fontName": "g_d0_f3",
"hasEOL": false
},
As you can see, there is a space between the first and last text
But when I use pdf2json I get this:
{
"x": 5.065,
"y": 23.805,
"w": 11,
"oc": "#1f12ff",
"sw": 0.33853125,
"A": "left",
"R": [{ "T": "Exchange income, net", "S": 3, "TS": [0, 12, 0, 0] }]
},
{
"x": 25.569,
"y": 23.805,
"w": 4.532,
"oc": "#1f12ff",
"sw": 0.3125,
"A": "left",
"R": [{ "T": "1,246,450", "S": 3, "TS": [0, 12, 0, 0] }]
},
Any configuration that I'm missing?
Metadata
Metadata
Assignees
Labels
No labels