garysieling / pdf-js-csv

Exploring extracting tables from a PDF to CSV using PDF.JS
http://garysieling.com/blog/extracting-tables-from-pdfs-in-javascript-with-pdf-js
103 stars 26 forks source link

Fix encoding issue #12

Closed garysieling closed 11 years ago

garysieling commented 11 years ago

One of the test pdfs renders text correctly but reports weird unicode characters (code point > 60000)

garysieling commented 11 years ago

Fixed by switching to different method of parsing PDFs, still see some issues but they're different than what this was referring to