Is bold / is italic are always set to false
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 2.2k
- Forks
- 394
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 7
Description
When a text segment is bold and/or italic, the respective elements on "TS" element are always set to 0 (false). Here's the output: {
"oc": "#000073",
"x": 2.09,
"y": 14.46,
"w": 1.468,
"sw": 0.397125,
"clr": -1,
"A": "left",
"R": [
{
"T": "EIA",
"S": -1,
"TS": [
0,
12.48,
0,
0
]
}
]
}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported output with a PDF containing bold and italic text, then trace how the TS element is produced in the Java PDF-to-JSON conversion flow. Done means the respective TS values reflect whether each text segment is bold or italic instead of always being 0.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100