1 5 hours ago

Deutsche Vision-OCR auf Basis von Qwen3.5. Kompakt, lokal, Open Source. Aus deutschem Rechnungs-/Brief-/Formular-Bild → strikt validiertes JSON. 100 % JSON-Validität, 0 % Halluzination auf 200+ echten DE-Rechnungen (anonymisiert).

vision tools thinking
ab50a2485a44 · 271B
{
"num_batch": 128,
"num_ctx": 16384,
"num_predict": 3000,
"presence_penalty": 1.5,
"repeat_penalty": 1,
"stop": [
"<|im_end|>",
"<|endoftext|>",
"</s>",
"\\n\\n\\n",
"\\n```",
"\\nNote:",
"\\nHinweis:",
"\\nErlaeuterung:"
],
"temperature": 0,
"top_k": 1,
"top_p": 1
}