pdfminer.six/samples/contrib
wind_chh c883f5e13f
Add support identity unicode cmap (#626)
Fixes #625 

* add support for Identity-H/V cmap fonts

* format code to pass flake8 check

* Remove indent

* Remove indent

* Use isinstance instead of type check

* Use or instead of any

* Use str in variable, instead of str.find()

* Fix mypy error: add typing annotations to get_unichr()

* Fix type of PDFCIDFont. Can be any type of CMapBase.

This is a quick fix, the entire cmap structure does not have proper inheritance.

* Added line to CHANGELOG.md

* Add separate class for IdentityUnicodeMap

* Remove ABC from CmapBase

* Remove ABC from CmapBase

* Remove blank line

Co-authored-by: huan_cheng <huan_cheng@bestsign.cn>
Co-authored-by: Pieter Marsman <pietermarsman@gmail.com>
2021-10-13 21:52:00 +02:00
..
2b.pdf issue #56 reproduced, solution attempt unsucessful 2017-04-19 14:19:14 +02:00
issue-00352-asw-oct96-p41.pdf Change Text extraction is not allowed error to warning (#453) 2020-07-11 16:04:11 +02:00
issue-00352-hash-twos-complement.pdf Pack the /P (ermissions) entry from the /Encrypt dictionionary in the file trailer, as unsigned long (#352) 2020-01-07 21:59:13 +01:00
issue-00369-excel.pdf Fix converting path to multiple rectangles (#371) 2020-07-11 17:34:38 +02:00
issue-625-identity-cmap.pdf Add support identity unicode cmap (#626) 2021-10-13 21:52:00 +02:00
issue_566_test_1.pdf Fix extraction of some cjk characters (#593) 2021-08-26 21:05:03 +02:00
issue_566_test_2.pdf Fix extraction of some cjk characters (#593) 2021-08-26 21:05:03 +02:00
matplotlib.pdf Added: tests for extracting tests from pdfs with Type3 fonts (#205) 2019-10-22 18:15:59 +02:00
pdf-with-jbig2.pdf Added: extraction of JBIG2 encoded images (#311) 2019-10-22 17:37:06 +02:00
pr-00530-ml-lines.pdf Fix .paint_path handling of single line segments (#530) 2021-07-27 18:27:32 +02:00