Skip to content

Adding TextSequence number to each letter to determine if letters belong to the same Tj operation#61

Merged
EliotJones merged 3 commits intoUglyToad:masterfrom
vadik299:master
Aug 17, 2019
Merged

Adding TextSequence number to each letter to determine if letters belong to the same Tj operation#61
EliotJones merged 3 commits intoUglyToad:masterfrom
vadik299:master

Conversation

@vadik299
Copy link
Contributor

Hi, I believe it's useful to know whether the letters have been printed using same operation or not, so I added a simple sequence number to keep track of text printing operations.

@EliotJones
Copy link
Member

Thanks, this should be useful for users to determine word order, etc, if the producer includes it.

@EliotJones EliotJones merged commit 4548ae9 into UglyToad:master Aug 17, 2019
BobLd pushed a commit that referenced this pull request Feb 15, 2026
the text sequence was added to group letters added by the same
content stream operation together for layout analysis. TJ allows for
individual letter positioning in the same operation which modifies
the text matrix while writing whereas Tj just writes the text at the current
location. both should be semantically equivalent for this sequence
number. this was originally added in #61
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants