Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.15 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.15 KB

pdf2txt

This Streamlit app is designed to convert PDF files into TXT files.

Description

The pdf2txt application provides a user-friendly interface for converting PDF documents into plain text files. It utilizes the Streamlit framework to offer an intuitive and straightforward experience.

Features

  • Accepts PDF files as input for conversion.
  • Converts the PDF files into TXT format.
  • Preserves the text content and structure of the original PDF.
  • Provides an interactive web-based interface powered by Streamlit.

Usage

  1. Clone repository
  2. Install the required dependencies: pip install -r requirements.txt.
  3. Run the Streamlit app: streamlit run app.py.
  4. Access the application in your web browser using the provided URL.
  5. Upload the PDF file(s) you wish to convert. The conversion process starts automatically.
  6. The resulting TXT file(s) will be available for download.

Demo

You can find a live demo of the pdf2txt app here.

Contributing

Contributions are welcome! If you encounter any issues or have suggestions for improvements, please feel free to submit an issue or pull request.