From 908e75de39966e240f18cd03cd5f79cfbfa9ec3b Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Mon, 20 Mar 2023 22:24:07 +0000 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eaca9b0b..68994233 100644 --- a/README.md +++ b/README.md @@ -25,17 +25,22 @@ I will support and fix/add things to this if there is a demand [Discord](https:/ - Reorganize PDF pages into different orders. - Add images to PDFs at specified locations. (WIP) - Rotating PDFs in 90 degree increments. -- Compressing PDFs to decrease their filesize. +- Compressing PDFs to decrease their filesize. (Using OCRMyPDF) - Add and remove passwords - Set PDF Permissions - Add watermark(s) +- Convert Any common file to PDF (using LibreOffice) +- Extract images from PDF +- OCR on PDF (Using OCRMyPDF) - Edit metadata - Dark mode support. +- Custom download options ## Technologies used - Spring Boot + Thymeleaf - PDFBox -- e-iceblue spire.pdf.free (for PDF compression untill i find a nicer way) +- LibreOffice for advanced conversions +- OcrMyPdf https://github.com/ocrmypdf/OCRmyPDF - HTML, CSS, JavaScript - Docker