https://github.com/amitsuthar69/pdf2text
A pdf to text extractor web service written in Go.
https://github.com/amitsuthar69/pdf2text
golang pdftotext
Last synced: 3 months ago
JSON representation
A pdf to text extractor web service written in Go.
- Host: GitHub
- URL: https://github.com/amitsuthar69/pdf2text
- Owner: amitsuthar69
- License: gpl-3.0
- Created: 2024-02-14T18:35:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-05T12:34:15.000Z (about 1 year ago)
- Last Synced: 2025-01-16T09:12:24.655Z (4 months ago)
- Topics: golang, pdftotext
- Language: Go
- Homepage: https://pdf2text-a00o.onrender.com/convert
- Size: 262 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.