repositorypackage
0.0.0-20240305123415-892730146de5
Repository: https://github.com/amitsuthar69/pdf2text.git
Documentation: pkg.go.dev
# README
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:
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.