NAiOS IconNAiOS Logo
Volver al catálogo

OCR.space

ocrspace

OCR.space provides a free and paid OCR API for extracting text from images and PDFs, returning results in JSON format.

Acciones
1
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (1)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

OCR Parse ImageOCRSPACE_OCR_PARSE_IMAGE_POSTAcción

Tool to submit image or pdf to ocr.space for ocr processing.

Parámetros de entrada

  • urlstring

    Public URL of image or PDF

  • filestringbinary

    Binary content of image or PDF file (multipart upload)

  • scaleboolean

    Whether to scale low-resolution image

  • isTableboolean

    Whether to attempt table recognition

  • filetypestring

    File type hint for URL or base64 input

  • languagestringenum

    OCR language code

    engspadeu
  • OCREngineintegerenum

    OCR engine: 1=standard, 2=experimental

    12
  • base64Imagestring

    Base64-encoded image data (data URI)

  • detectOrientationboolean

    Whether to detect text orientation

  • isOverlayRequiredboolean

    Whether to return text overlay data

  • isCreateSearchablePdfboolean

    Whether to return searchable PDF

  • isSearchablePdfHideTextLayerboolean

    Whether to hide text layer in searchable PDF

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not