Skip to content

Commit 9eff60f

Browse files
authored
Update README.md
Clarifying the sample code a bit.
1 parent c8c3c57 commit 9eff60f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ The below mentioned code takes a PDF file `src` as input and writes the text dat
111111
​```
112112
getPDFText(src, out) -> Dict
113113
​```
114-
- src - Input PDF file from where text is to be extracted
115-
- out - Output TXT file where the output will be written
114+
- src - Input PDF file path from where text is to be extracted
115+
- out - Output TXT file path where the output will be written
116116
return - A dictionary containing metadata of the document
117117
"""
118118
function getPDFText(src, out)

0 commit comments

Comments
 (0)