Skip to content

Two TEXTs unexpected joined together in one RUN #220

@duanyukai

Description

@duanyukai

I have written a simple tool to generate tables from the json data with parsing text axis and lines data. It works well, but I found some of the texts unexpected joined together.
In Acrobat:
微信截图_20201120153025

But the pdf2json results in:

"R": [
    {
        "T": "0.9 24 ",
        "S": -1,
        "TS": [
            0,
            15,
            0,
            0
        ]
    }
]

What I expect is that they are two RUNS or TEXTs, each with correct axis.("0.9" and "24")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions