diff --git a/README.md b/README.md index f3079c0..d8d41c8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Scripts written with the help of ChatGPT +This repo contains some scripts made using the help of ChatGPT. The idea is that the basic structure of the script was generated by ChatGPT and then I made some minor modifications to the code he gave. + - [`pdfcompress`](./bin/pdfcompress) A utility that uses convert to render each page of a PDF to a JPEG image with adjustable quality and then merges them back into a single document.