mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #5095 from Snuffleupagus/issue-5070
Adjust the heuristics to recognize more cases of unknown glyphs for |toUnicode| (issue 5070)
This commit is contained in:
commit
fa53fcbf57
4 changed files with 43 additions and 17 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -58,6 +58,7 @@
|
|||
!issue925.pdf
|
||||
!issue4668.pdf
|
||||
!issue5039.pdf
|
||||
!issue5070.pdf
|
||||
!gradientfill.pdf
|
||||
!bug903856.pdf
|
||||
!bug850854.pdf
|
||||
|
|
BIN
test/pdfs/issue5070.pdf
Normal file
BIN
test/pdfs/issue5070.pdf
Normal file
Binary file not shown.
|
@ -1081,6 +1081,13 @@
|
|||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue5070",
|
||||
"file": "pdfs/issue5070.pdf",
|
||||
"md5": "ec2ca0b4954c8390a5b3b0ffd79a8e92",
|
||||
"link": false,
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue1257",
|
||||
"file": "pdfs/issue1257.pdf",
|
||||
"md5": "9111533826bc21ed774e8e01603a2f54",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue