refactor: final touches

This commit is contained in:
Riccardo
2024-05-08 16:32:10 +02:00
parent f752787605
commit a9d8923518
3 changed files with 129 additions and 108 deletions

View File

@@ -1,12 +1,16 @@
## 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 ruun the development server:
To run the development server:
```bash
yarn dev
```
## TODO
- edge cases
- tests