aviks / Taro.jl

Read and write Excel, Word and PDF documents in Julia
Other
124 stars 25 forks source link

Taro.extract does not read more than 100,000 characters #43

Closed jeanpauphilet closed 5 years ago

jeanpauphilet commented 6 years ago

Hi, I am using the Taro.extract function to read PDF files. The extract function returns metadata and text but the text cannot be more than 100,000 character-long. Is there a way to circumvent this limitation (e.g., add an optional parameter to the extract function)?

aviks commented 5 years ago

Fixed by #45