mirror of
https://github.com/unidoc/unipdf.git
synced 2025-05-13 19:29:10 +08:00
Fixed typo
This commit is contained in:
parent
2260e245f7
commit
a14d8e73d8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user