- Don’t have ChatGPT
- OCR needed
- Preferably Android
Thanks.
You must log in or register to comment.
- Download any OCR software from f-droid, or preferred store.
- Copy text.
- Run llama-gpt¹ if you want something self-hosted or any LLM² on huggingface chat if you want ready solution
- Paste text and write something like “summary:” below.
¹Theoretically possible on mobile, but for better performance, run it on PC.
²Default one should do the job.
Disclaimer: I think that it should work, but I haven’t done anything like that before
Android won’t be easy, but you can slap together a python script that runs tesseract or easyOCR and runs it through a pretrained LLM like T5. Those are well-known and well-documented, so chatGPT can probably write the script for you without too many hiccups.
chatGPT can probably write the script for you
From OP:
- Don’t have ChatGPT
I read that as either “I don’t have premium” or “I can’t run this data through chatgpt for whatever reason”.
Free chatGPT is viable for writing scripts in any case.