mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #9986 from Snuffleupagus/issue-9984
Attempt to combine separate beginText/endText sequences in `getTextContent` (issue 9984)
This commit is contained in:
commit
c94df0fef3
4 changed files with 47 additions and 7 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -72,6 +72,7 @@
|
|||
!issue9458.pdf
|
||||
!issue9915_reduced.pdf
|
||||
!issue9940.pdf
|
||||
!issue9984.pdf
|
||||
!bad-PageLabels.pdf
|
||||
!decodeACSuccessive.pdf
|
||||
!filled-background.pdf
|
||||
|
|
BIN
test/pdfs/issue9984.pdf
Normal file
BIN
test/pdfs/issue9984.pdf
Normal file
Binary file not shown.
|
@ -1359,6 +1359,13 @@
|
|||
"link": false,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue9984-text",
|
||||
"file": "pdfs/issue9984.pdf",
|
||||
"md5": "41be5f1b43f61892978cfc57c74ccf4c",
|
||||
"rounds": 1,
|
||||
"link": false,
|
||||
"type": "text"
|
||||
},
|
||||
{ "id": "issue8570",
|
||||
"file": "pdfs/issue8570.pdf",
|
||||
"md5": "0355731adb72df233eaa10464dcc8c51",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue