Skip to content

sterlp/ai-automated-desk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ai Desk

Automate common tasks with the help of AI

  • Name scanned PDFs
  • Add meta data to scanned PDFs
  • Convert images to PDFs
  • Join Images to one PDF
  • Join PDFs to one PDF

Required

AI Scores - Einfache LIDL Rechnung "M1 16GB"

TLDR

  1. Try qwen3:4b or gemma3:4b, if you have not many resources
  2. If you have plenty of RAM 24GB / VRAM 16 GB try first granite3.3:8b next qwen3:8b
  3. If you have more RAM (>=32GB) you also test gemma3:12b if it creates better results

Summaries

LLM Rechnung Hotel Stern LIDL Rechnung
qwen3:4b 15/40 = 37% 8/32 = 25%
qwen3:8b 15/40 = 37% 8/32 = 25%
qwen3:14b failed failed
gemma3:4b 13/40 = 32% 8/32 = 25%
gemma3:12b 12/40 = 30% 11/32 = 34%
mistral:7b 12/40 = 30% 9/32 = 28%
granite3.3:8b 15/40 = 37% 12/32 = 37%
llama3.1:8b 12/40 = 30% 9/32 = 28%
deepseek-r1:14b 13/40 = 32% failed
gpt-oss:20b failed failed

=> deepseek-r1:14b is very unstable works only sometimes

Benchmarks

Results differ a bit from run to run

LIDL Rechnung

LIDL Rechnung

Hotel Muster Rechnung

Musterrechnung

ocrmypdf

docker run -i --rm jbarlow83/ocrmypdf --skip-text -l deu - - < in.pdf > out.pdf

ProcessBuilder pb = new ProcessBuilder(
        "docker", "run", "-i", "--rm", "jbarlow83/ocrmypdf", "-l", "deu", "-", "-"
);
for filename in ./*.pdf; do
  docker run — rm -v=$(pwd):/tmp jbarlow83/ocrmypdf -l deu /tmp/${filename#./} /tmp/out/${filename#./}
done

Using / based on

Releases

No releases published

Packages

No packages published

Languages