mirror of
https://github.com/soconnor0919/personal-website.git
synced 2025-12-12 23:04:43 -05:00
feat: add PDF2MD project with associated image and update Lewisburg Coffee project link
This commit is contained in:
BIN
public/images/pdf2md.png
Normal file
BIN
public/images/pdf2md.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 213 KiB |
@@ -436,11 +436,25 @@ export const projects: Project[] = [
|
||||
longDescription:
|
||||
"A website showing off the best coffee shops in Lewisburg, PA.",
|
||||
tags: ["Coffee", "Lewisburg, PA", "Bucknell"],
|
||||
link: "https://lewisburgcoffee.soconnor.dev",
|
||||
gitLink: "https://github.com/soconnor0919/lewisburg-coffee",
|
||||
image: "/images/lewisburg-coffee.png",
|
||||
imageAlt: "Screenshot of the Lewisburg, PA Coffee Map website",
|
||||
featured: true,
|
||||
},
|
||||
{
|
||||
title: "PDF2MD",
|
||||
description:
|
||||
"A web application that converts PDFs to Markdown files.",
|
||||
longDescription:
|
||||
"A web application that converts PDFs to Markdown files. Uses OCR and PDF parsing to extract text and convert it to Markdown, for easy editing and formatting.",
|
||||
tags: ["PDF", "Markdown", "OCR"],
|
||||
link: "https://pdf2md.coolify.soconnor.dev",
|
||||
gitLink: "https://github.com/soconnor0919/pdf2md",
|
||||
image: "/images/pdf2md.png",
|
||||
imageAlt: "Screenshot of the PDF2MD website",
|
||||
featured: true,
|
||||
},
|
||||
{
|
||||
title: "HRIStudio",
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user