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 3db6d91 commit b4b116dCopy full SHA for b4b116d
README.md
@@ -49,6 +49,13 @@ The endpoint converts the PDF to an optimized PDF to be used with [PDFTron WebVi
49
##### HTTP Request
50
`GET http://localhost:9000/optimize/:filename`
51
52
+### Extract Text from a PDF
53
+
54
+Returns text from a PDF at a specified page number.
55
56
+##### HTTP Request
57
+`GET http://localhost:9000/optimize/:filename-:pagenumber`
58
59
60
61
0 commit comments