I'm using the node module Pdf-text-extract
to extract pdfs texts, and i would like to extract exactly 10.025 PDF's. The problem is that my Mac Yosemite is returning the error:
-bash: /usr/local/bin/extract: Argument list too long
First I thought it would be a ulimit of error, but I increased my limit to 15000 and even then the error occurs. Is there any way to fix this?
Thanks.