PDF-parsing demo
This repository has been archived on 2026-03-21. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • TypeScript 79.8%
  • CSS 14.1%
  • JavaScript 3.7%
  • Shell 2.4%
Find a file
Riccardo Senica aa881b62de
Merge pull request #1 from RiccardoSenica/dependabot/npm_and_yarn/npm_and_yarn-a90827dfb2
build(deps): bump the npm_and_yarn group across 1 directory with 2 updates
2024-12-21 18:45:37 +01:00
.husky feat: implementation 2024-05-07 21:52:38 +02:00
app feat: implementation 2024-05-07 21:52:38 +02:00
components fix: correct code after adding linting config 2024-05-16 13:49:23 +02:00
public feat: implementation 2024-05-07 21:52:38 +02:00
utils fix: correct code after adding linting config 2024-05-16 13:49:23 +02:00
. prettierignore fix: correct code after adding linting config 2024-05-16 13:49:23 +02:00
.eslintrc.json fix: correct code after adding linting config 2024-05-16 13:49:23 +02:00
.gitignore Initial commit 2024-05-07 21:48:38 +02:00
.prettierrc feat: implementation 2024-05-07 21:52:38 +02:00
.yarnrc.yml feat: implementation 2024-05-07 21:52:38 +02:00
commitlint.config.ts feat: implementation 2024-05-07 21:52:38 +02:00
LICENSE Initial commit 2024-05-07 21:48:38 +02:00
next-env.d.ts feat: implementation 2024-05-07 21:52:38 +02:00
next.config.mjs feat: implementation 2024-05-07 21:52:38 +02:00
package.json build(deps): bump the npm_and_yarn group across 1 directory with 2 updates 2024-10-15 19:31:39 +00:00
postcss.config.mjs feat: implementation 2024-05-07 21:52:38 +02:00
README.md refactor: final touches 2024-05-08 16:32:10 +02:00
tailwind.config.ts fix: correct code after adding linting config 2024-05-16 13:49:23 +02:00
tsconfig.json feat: implementation 2024-05-07 21:52:38 +02:00
yarn.lock build(deps): bump the npm_and_yarn group across 1 directory with 2 updates 2024-10-15 19:31:39 +00:00

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:

yarn dev