/pdf2text

A pdf to text extractor web service written in Go.

Primary LanguageGoGNU General Public License v3.0GPL-3.0

This is a Go web service which converts pdf to text.

To test/use this service, issue an HTTP POST request to :

https://pdf2text-a00o.onrender.com/convert

with a valid pdf file in the request body as form-data.


Example usage in POSTMAN:

image

Note: As this service is deployed on Render, the initial request can take upto 30 secs to respond. So retry if fails in the first attempt.