style
Some checks failed
build_docker / build_easyocr (pull_request) Has been cancelled
build_docker / build_easyocr_gpu (pull_request) Has been cancelled
build_docker / build_doctr (pull_request) Has been cancelled
build_docker / build_doctr_gpu (pull_request) Has been cancelled
build_docker / build_raytune (pull_request) Has been cancelled
build_docker / essential (pull_request) Has been cancelled
build_docker / build_cpu (pull_request) Has been cancelled
build_docker / build_gpu (pull_request) Has been cancelled
Some checks failed
build_docker / build_easyocr (pull_request) Has been cancelled
build_docker / build_easyocr_gpu (pull_request) Has been cancelled
build_docker / build_doctr (pull_request) Has been cancelled
build_docker / build_doctr_gpu (pull_request) Has been cancelled
build_docker / build_raytune (pull_request) Has been cancelled
build_docker / essential (pull_request) Has been cancelled
build_docker / build_cpu (pull_request) Has been cancelled
build_docker / build_gpu (pull_request) Has been cancelled
This commit is contained in:
@@ -183,7 +183,9 @@ def parse_md_to_html_blocks(md_content):
|
|||||||
code = '\n'.join(code_lines)
|
code = '\n'.join(code_lines)
|
||||||
# Escape HTML entities in code
|
# Escape HTML entities in code
|
||||||
code = code.replace('&', '&').replace('<', '<').replace('>', '>')
|
code = code.replace('&', '&').replace('<', '<').replace('>', '>')
|
||||||
html_blocks.append(f'<p class=MsoNormal style="margin-left:1cm"><span style="font-family:Consolas;font-size:9pt"><pre>{code}</pre></span></p>')
|
html_blocks.append(f'''<div style="background:#E6F4F9;border-top:solid #0098CD .5pt;border-bottom:solid #0098CD .5pt;padding:8pt 12pt;margin:6pt 0">
|
||||||
|
<pre style="font-family:Consolas,monospace;font-size:9pt;color:#333333;margin:0;white-space:pre-wrap;word-wrap:break-word">{code}</pre>
|
||||||
|
</div>''')
|
||||||
i += 1
|
i += 1
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|||||||
@@ -35,9 +35,9 @@ Se seleccionaron tres soluciones OCR de código abierto representativas del esta
|
|||||||
*Fuente: Elaboración propia.*
|
*Fuente: Elaboración propia.*
|
||||||
|
|
||||||
**Imágenes Docker disponibles en el registro del proyecto:**
|
**Imágenes Docker disponibles en el registro del proyecto:**
|
||||||
- PaddleOCR: `seryus.ddns.net/unir/paddle-ocr-gpu`, `seryus.ddns.net/unir/paddle-ocr-cpu`
|
- PaddleOCR: [`seryus.ddns.net/unir/paddle-ocr-gpu`](https://seryus.ddns.net/unir/-/packages/container/paddle-ocr-gpu/latest), [`seryus.ddns.net/unir/paddle-ocr-cpu`](https://seryus.ddns.net/unir/-/packages/container/paddle-ocr-cpu/latest)
|
||||||
- EasyOCR: `seryus.ddns.net/unir/easyocr-gpu`
|
- EasyOCR: [`seryus.ddns.net/unir/easyocr-gpu`](https://seryus.ddns.net/unir/-/packages/container/easyocr-gpu/latest)
|
||||||
- DocTR: `seryus.ddns.net/unir/doctr-gpu`
|
- DocTR: [`seryus.ddns.net/unir/doctr-gpu`](https://seryus.ddns.net/unir/-/packages/container/doctr-gpu/latest)
|
||||||
|
|
||||||
### Criterios de Éxito
|
### Criterios de Éxito
|
||||||
|
|
||||||
@@ -1147,9 +1147,9 @@ Este capítulo ha presentado el desarrollo completo de la contribución:
|
|||||||
- [`src/results/raytune_doctr_results_20260119_121445.csv`](https://github.com/seryus/MastersThesis/blob/main/src/results/raytune_doctr_results_20260119_121445.csv): Resultados CSV de DocTR
|
- [`src/results/raytune_doctr_results_20260119_121445.csv`](https://github.com/seryus/MastersThesis/blob/main/src/results/raytune_doctr_results_20260119_121445.csv): Resultados CSV de DocTR
|
||||||
|
|
||||||
**Imágenes Docker:**
|
**Imágenes Docker:**
|
||||||
- `seryus.ddns.net/unir/paddle-ocr-gpu`: PaddleOCR con soporte GPU
|
- [`seryus.ddns.net/unir/paddle-ocr-gpu`](https://seryus.ddns.net/unir/-/packages/container/paddle-ocr-gpu/latest): PaddleOCR con soporte GPU
|
||||||
- `seryus.ddns.net/unir/easyocr-gpu`: EasyOCR con soporte GPU
|
- [`seryus.ddns.net/unir/easyocr-gpu`](https://seryus.ddns.net/unir/-/packages/container/easyocr-gpu/latest): EasyOCR con soporte GPU
|
||||||
- `seryus.ddns.net/unir/doctr-gpu`: DocTR con soporte GPU
|
- [`seryus.ddns.net/unir/doctr-gpu`](https://seryus.ddns.net/unir/-/packages/container/doctr-gpu/latest): DocTR con soporte GPU
|
||||||
|
|
||||||
### Comparativa de Rendimiento CPU vs GPU
|
### Comparativa de Rendimiento CPU vs GPU
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user