We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c3c57 commit 9eff60fCopy full SHA for 9eff60f
README.md
@@ -111,8 +111,8 @@ The below mentioned code takes a PDF file `src` as input and writes the text dat
111
```
112
getPDFText(src, out) -> Dict
113
114
-- src - Input PDF file from where text is to be extracted
115
-- out - Output TXT file where the output will be written
+- src - Input PDF file path from where text is to be extracted
+- out - Output TXT file path where the output will be written
116
return - A dictionary containing metadata of the document
117
"""
118
function getPDFText(src, out)
0 commit comments