ocr_extract_pdf
Extract text from scanned Chilean judicial PDFs and notarial records using native extraction or Tesseract OCR, making case documents searchable and machine-readable.
Instructions
Extrae texto nativo o ejecuta OCR (Tesseract) sobre expedientes PDF judiciales, actas notariales o resoluciones públicas escaneadas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| engine | No | Motor de OCR: 'auto' (detecta el mejor disponible), 'rapidocr' (PaddleOCR ONNX de alta precisión), 'paddleocr' o 'tesseract' | |
| end_page | No | Página final a procesar (opcional) | |
| pdf_path | Yes | Ruta absoluta o relativa al archivo PDF | |
| force_ocr | No | Forzar OCR incluso si hay texto digital | |
| start_page | No | Página de inicio (1-indexed, por defecto 1) |