This repository has been archived on 2026-01-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
pdf-text-parsing/README.md
2024-05-08 16:32:10 +02:00

17 lines
346 B
Markdown

## PDF to text
The goal of this project is to create a small web interface that allows the user to upload a PDF file and get the text content of the PDF.
Features:
- A small web interface allowing to upload a PDF file
- An output containing the text content of the PDF
## Getting Started
To run the development server:
```bash
yarn dev
```