PDF-parsing demo
- TypeScript 79.8%
- CSS 14.1%
- JavaScript 3.7%
- Shell 2.4%
|
|
||
|---|---|---|
| .husky | ||
| app | ||
| components | ||
| public | ||
| utils | ||
| . prettierignore | ||
| .eslintrc.json | ||
| .gitignore | ||
| .prettierrc | ||
| .yarnrc.yml | ||
| commitlint.config.ts | ||
| LICENSE | ||
| next-env.d.ts | ||
| next.config.mjs | ||
| package.json | ||
| postcss.config.mjs | ||
| README.md | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| yarn.lock | ||
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