This is a great project to keep track of your Memes. This project is made to be run on localhost, where Tesseract extracts text from the image and saves it to the database; alongside all the other data that can be set for the Meme. See Here
You can search for the Memes, by:
title
description
OCR
category
source
tags
- Sending new Memes: In
prisma.schemaI've setisActivetofalseby default. in this case, after sending a new Meme, 404 page should appear. ifisActiveis set totrue, you would be redirected to the new Meme's page. - Tesseract: If you want to use Tesseract, after installing it, you should set an environment variable
IS_OCR_ACTIVE="yes". - Uploading images: Im using Cloudinary here, so don't forget to set
cloud_nameandupload_presetas environment variables.
