HummusJSSamples icon indicating copy to clipboard operation
HummusJSSamples copied to clipboard

Segmentation fault: 11 when running text-extraction example on Chrome printed pdf

Open lizschwab opened this issue 6 years ago • 1 comments

Hello,

I'm not sure if it's more appropriate to post this here or over in HummusJS, but I'm trying to use your sample library for text extraction. The project I'm working on will be using headless chrome to create pdfs, so I'm trying it against a pdf I manually saved from chrome. I've tried a couple of different pdfs with the same results. I get a Segmentation fault: 11 error when running the text-extraction/test.js

It works fine with the supplied pdf and with another pdf I created using PDF writer, so I think there's something unexpected about how Chrome is creating the pdf.

Attached is an example of a pdf I've had this error with. I got as far as finding it seems to be happening inside the translateText function in lib/text-extraction.js but I don't have a whole lot of time to look into it at the moment. Let me know if you need more info. HummusJS.pdf

lizschwab avatar Oct 17 '17 17:10 lizschwab