An open API service indexing awesome lists of open source software.

https://github.com/ngshiheng/pypdf2txt

A simple Python web service that allows you to convert your PDF documents to text.
https://github.com/ngshiheng/pypdf2txt

pdf-converter python

Last synced: 7 months ago
JSON representation

A simple Python web service that allows you to convert your PDF documents to text.

Awesome Lists containing this project

README

          

# Pypdf2txt

A simple Python web service that allows you to convert your PDF documents to text. Extract text from PDF files without compromising **privacy**, **security**, and **ownership**.

Demo image

## Features

- Converts PDF documents to text
- Simple and easy-to-use web interface
- Fast and efficient text extraction

## Usage

1. Start the web service by running the following command:

```sh
# make run
poetry run python3 main.py
```

2. Open your web browser and access the converter at http://localhost:8080/.
3. Click the "Browse" button to select the PDF document you want to convert.
4. Click the "Submit" button to start the conversion process.
5. Wait for the conversion to complete. The extracted text will be displayed on the web page.

## Contributing

Contributions to the `pypdf2txt` are always welcome. If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request to the GitHub repository.

## License

This project is licensed under the MIT License. See the [LICENSE file](./LICENSE) for more information.