Fixed typo

This commit is contained in:
Peter Williams 2020-05-28 12:10:49 +10:00
parent 2260e245f7
commit a14d8e73d8

View File

@ -26,7 +26,7 @@ const verbose = false
// maxFormStack is the maximum form stack recursion depth. It has to be low enough to avoid a stack
// overflow and high enough to accomodate customers' PDFs
const maxFormStack 10
const maxFormStack = 10
// ExtractText processes and extracts all text data in content streams and returns as a string.
// It takes into account character encodings in the PDF file, which are decoded by