Units of the dimension/some are missing?
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 2.2k
- Forks
- 394
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 7
Description
So a typical text line has:
{
x: 4.453,
y: 23.642,
w: 1.06,
sw: 0.32553125,
clr: 0,
A: 'left',
R: [ { T: '%5B%20%5D%20', S: -1, TS: [Array] } ]
}
In what units are those values as I need it to be in pixels, also which values are the left (how far from left hand side), width and height values. Also I would need a top values so how far it's from the top of the page as I will need to insert a signature, how can I do that?
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 tracing how the sample JSON fields x, y, w, sw, clr, A, and R are produced during PDF conversion. Determine which units and coordinate meanings are currently defined, then document the available position and size values, including whether a top value exists; the issue is complete when these behaviors are clearly explained.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100