pdf
Some checks failed
build_docker / essential (push) Successful in 1s
build_docker / build_paddle_ocr (push) Failing after 4m34s
build_docker / build_easyocr (push) Has been cancelled
build_docker / build_easyocr_gpu (push) Has been cancelled
build_docker / build_doctr (push) Has been cancelled
build_docker / build_doctr_gpu (push) Has been cancelled
build_docker / build_raytune (push) Has been cancelled
build_docker / build_paddle_ocr_gpu (push) Has been cancelled

This commit is contained in:
2026-04-21 20:46:05 +02:00
parent 9c59ff0f6d
commit 5351d4a57b
23 changed files with 921 additions and 210 deletions

View File

@@ -5,16 +5,16 @@
<canvas id="chartBenchmark"></canvas>
</div>
<div>
<table class="data-table" style="font-size:0.68em;">
<thead><tr><th>Motor</th><th>CER</th><th>WER</th><th>s/pág</th><th>VRAM</th></tr></thead>
<table class="data-table" style="font-size:0.62em;">
<thead><tr><th>Motor</th><th>CER Base</th><th>CER HPO</th><th>Mejora</th><th>Trials &lt;2%</th></tr></thead>
<tbody>
<tr><td>EasyOCR</td><td>11.23%</td><td>36.36%</td><td>1.88</td><td>~2 GB</td></tr>
<tr class="highlight"><td><strong>PaddleOCR</strong></td><td><strong>7.76%</strong></td><td><strong>11.62%</strong></td><td>0.58</td><td>0.06 GB</td></tr>
<tr><td>DocTR</td><td>12.06%</td><td>42.01%</td><td>0.50</td><td>~1 GB</td></tr>
<tr><td>EasyOCR</td><td>11.23%</td><td>5.84%</td><td>-48.0%</td><td>0/64</td></tr>
<tr class="highlight"><td><strong>PaddleOCR</strong></td><td><strong>7.76%</strong></td><td><strong>0.79%</strong></td><td><strong>-89.8%</strong></td><td><strong>43/64</strong></td></tr>
<tr><td>DocTR</td><td>12.06%</td><td>7.43%</td><td>-38.4%</td><td>0/64</td></tr>
</tbody>
</table>
<div class="highlight-box" style="font-size:0.65em; margin-top:15px;">
<strong>PaddleOCR seleccionado:</strong> Mejor CER (7.76%) con el menor consumo de VRAM (0.06 GB) y alta configurabilidad.
<div class="highlight-box" style="font-size:0.6em; margin-top:12px;">
<strong>HPO beneficia a todos los motores</strong>, pero solo PaddleOCR alcanza CER&nbsp;&lt;&nbsp;2%. Su alta configurabilidad permite una mejora del 89.8% frente al 48% (EasyOCR) y 38.4% (DocTR).
</div>
</div>
</div>