Logo
Explore Help
Register Sign In
Benjamin_Boenisch/breakpilot-lehrer
1
0
Fork 0
You've already forked breakpilot-lehrer
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
All Workflows ci.yaml
Actor
All actors Benjamin_Boenisch sharang
Status
All status Success Failure Waiting Running
feat: replace gap-based column detection with left-edge alignment algorithm
ci.yaml #198:Commit 28352f5bab pushed by Benjamin_Boenisch
main
2026-03-14 23:07:46 +00:00
3m34s
View workflow file
feat: add Excel-like grid editor for OCR overlay (Kombi mode step 6)
ci.yaml #197:Commit c3f1547e32 pushed by Benjamin_Boenisch
main
2026-03-14 22:44:51 +00:00
3m36s
View workflow file
refactor: rename PaddleOCR → PP-OCRv5 in frontend, remove Kombi-Vergleich tab
ci.yaml #196:Commit 4a15d46dfd pushed by Benjamin_Boenisch
main
2026-03-14 08:15:03 +00:00
3m25s
View workflow file
feat: use local RapidOCR as default in ocr_region_paddle(), remote as fallback
ci.yaml #195:Commit b83b38e7f2 pushed by Benjamin_Boenisch
main
2026-03-14 07:29:39 +00:00
3m27s
View workflow file
feat: add Kombi-Vergleich mode for side-by-side Paddle vs RapidOCR comparison
ci.yaml #194:Commit a994ddee83 pushed by Benjamin_Boenisch
main
2026-03-14 07:05:52 +00:00
3m41s
View workflow file
docs+tests: update OCR Pipeline docs and add overlay position tests
ci.yaml #193:Commit c2c082d4b4 pushed by Benjamin_Boenisch
main
2026-03-13 20:06:53 +00:00
3m41s
View workflow file
fix: deduplicate overlapping OCR words and use per-word Y positions in overlay
ci.yaml #192:Commit d6f51e4418 pushed by Benjamin_Boenisch
main
2026-03-13 19:31:20 +00:00
4m3s
View workflow file
fix: split PaddleOCR multi-word boxes before merge
ci.yaml #191:Commit 703e110bab pushed by Benjamin_Boenisch
main
2026-03-13 09:43:05 +00:00
3m45s
View workflow file
fix: update PaddleOCR init for v3.4+ API (lang=en, ocr_version=PP-OCRv5)
ci.yaml #190:Commit 41ff7671cd pushed by Benjamin_Boenisch
main
2026-03-13 08:46:46 +00:00
3m43s
View workflow file
fix: replace deprecated libgl1-mesa-glx with libgl1 in paddleocr Dockerfile
ci.yaml #189:Commit 8e42e36ee4 pushed by Benjamin_Boenisch
main
2026-03-13 08:18:22 +00:00
3m48s
View workflow file
fix: save raw paddle/tesseract words in kombi session for debugging
ci.yaml #188:Commit 24e1e93b5b pushed by Benjamin_Boenisch
main
2026-03-13 08:07:01 +00:00
3m54s
View workflow file
fix: rewrite Kombi merge with row-based sequence alignment
ci.yaml #187:Commit 846292f632 pushed by Benjamin_Boenisch
main
2026-03-13 07:48:51 +00:00
3m42s
View workflow file
fix: add _deduplicate_words safety net to Kombi merge
ci.yaml #186:Commit 4280298e02 pushed by Benjamin_Boenisch
main
2026-03-13 07:31:43 +00:00
3m47s
View workflow file
fix: Kombi-Modus merge now deduplicates same words from both engines
ci.yaml #185:Commit 4f2fb0e94c pushed by Benjamin_Boenisch
main
2026-03-13 07:15:52 +00:00
4m12s
View workflow file
docs+test: add Kombi-Modus tests (19 passing) and MkDocs documentation
ci.yaml #184:Commit 61c8169f9e pushed by Benjamin_Boenisch
main
2026-03-12 19:23:27 +00:00
4m32s
View workflow file
feat: add Kombi-Modus (PaddleOCR + Tesseract) for OCR Overlay
ci.yaml #183:Commit e9ccd1e35c pushed by Benjamin_Boenisch
main
2026-03-12 19:10:37 +00:00
4m38s
View workflow file
fix: use OCR word_box coordinates directly instead of fuzzy matching
ci.yaml #182:Commit d335a7bbf3 pushed by Benjamin_Boenisch
main
2026-03-12 18:55:18 +00:00
3m56s
View workflow file
fix: split PaddleOCR boxes at leading ! for overlay word positioning
ci.yaml #181:Commit 1f527fcd49 pushed by Benjamin_Boenisch
main
2026-03-12 17:54:52 +00:00
0s
View workflow file
fix: paddle_direct reuses build_grid_from_words for correct overlay
ci.yaml #180:Commit 8349c28f54 pushed by Benjamin_Boenisch
main
2026-03-12 16:24:20 +00:00
4m23s
View workflow file
fix: paddle_direct groups words per row (matching _build_cells format)
ci.yaml #179:Commit 71a1b5f058 pushed by Benjamin_Boenisch
main
2026-03-12 16:18:15 +00:00
4m12s
View workflow file
fix: Paddle Direct keeps preprocessing (orient/deskew/dewarp/crop)
ci.yaml #178:Commit c743a38eaf pushed by Benjamin_Boenisch
main
2026-03-12 16:10:13 +00:00
0s
View workflow file
feat: Paddle Direct — 1-click OCR without deskew/dewarp/crop
ci.yaml #177:Commit 90c1efd9b0 pushed by Benjamin_Boenisch
main
2026-03-12 15:56:26 +00:00
0s
View workflow file
fix: generic fuzzy text matching for overlay word-box positioning
ci.yaml #176:Commit 06d63d18f9 pushed by Benjamin_Boenisch
main
2026-03-12 15:42:07 +00:00
0s
View workflow file
fix: split PaddleOCR boxes at IPA brackets for overlay positioning
ci.yaml #175:Commit 3e65b14b83 pushed by Benjamin_Boenisch
main
2026-03-12 15:19:22 +00:00
0s
View workflow file
fix: split PaddleOCR phrase boxes into per-word boxes for overlay slide
ci.yaml #174:Commit 40ac593d28 pushed by Benjamin_Boenisch
main
2026-03-12 15:08:21 +00:00
0s
View workflow file
fix: word_boxes in words_first use absolute pixels (consistent with v2 grid)
ci.yaml #173:Commit ea69239e06 pushed by Benjamin_Boenisch
main
2026-03-12 14:47:21 +00:00
4m35s
View workflow file
fix: PaddleOCR engine forces words_first in frontend to match backend
ci.yaml #172:Commit bb90d1ba94 pushed by Benjamin_Boenisch
main
2026-03-12 14:04:12 +00:00
0s
View workflow file
fix: downscale large images before PaddleOCR (Traefik 60s limit)
ci.yaml #171:Commit 685d135be5 pushed by Benjamin_Boenisch
main
2026-03-12 13:52:26 +00:00
0s
View workflow file
fix: increase PaddleOCR remote timeout to 120s for large scans
ci.yaml #170:Commit e2c2acdf86 pushed by Benjamin_Boenisch
main
2026-03-12 13:21:53 +00:00
4m10s
View workflow file
feat(rag): Update Verbraucherschutz docs + chunk counts + Landkarte
ci.yaml #169:Commit 3cc496f7f3 pushed by Benjamin_Boenisch
main
2026-03-12 08:58:18 +00:00
3m38s
View workflow file
First Previous ... 3 4 5 6 7 ... Next Last
Powered by Gitea Version: 1.25.5 Page: 748ms Template: 10ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API