同步完整源码 - 2026-05-25

This commit is contained in:
xiaoxue 2026-05-25 00:32:43 +08:00
commit 77248c0d06
46 changed files with 1806 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@ -0,0 +1,21 @@
# Evitar subir archivos .zip
/Salidas_archivos/*.zip
# Environment
.venv/
# Configuracion
config.json
# Cache
__pycache__/
# Logs
logs/
*.log
#Tests
.pytest_tmp/
.pytest_cache/
.coverage
htmlcov/

View File

@ -0,0 +1 @@
%PDF-1.4 CORRUPT

View File

@ -0,0 +1,3 @@
Fase 1 - PDF con JPG duplicado + PNG + icono pequeño
Pagina 2 - PNG + icono pequeño

View File

@ -0,0 +1,2 @@
PDF sin imagenes - solo texto.

View File

@ -0,0 +1,2 @@
PDF - only big_simple.png (large dims, tiny KB)

View File

@ -0,0 +1,3 @@
Phase 2 PDF - filters: big png (tiny KB), noisy icon (small dims), jpg
Page 2 - JPG + duplicate big png

View File

@ -0,0 +1 @@
this is not a valid pptx zip

Binary file not shown.

Binary file not shown.