pipedream icon indicating copy to clipboard operation
pipedream copied to clipboard

[Components] ocr_web_service

Open pipedream-component-development opened this issue 1 year ago • 0 comments

ocr_web_service

URLs

  • https://ocrwebservice.com/api/restguide

Actions

convert-image-file

Prompt

Converts an image or PDF file to editable text formats. Required props: file (path to the file in your system). Optional props: format (desired output text format).

URLs

  • https://ocrwebservice.com/api/about
  • https://ocrwebservice.com/api/keyfeatures
  • https://ocrwebservice.com/api/soapguide
  • https://ocrwebservice.com/api/restguide

extract-text-from-image

Prompt

Extracts the raw text from an image or a PDF file. Required props: image (path to the image/PDF file in your system). If the image also contains any non-text elements, this action only extracts the text.

URLs

  • https://ocrwebservice.com/api/restguide
  • https://ocrwebservice.com/api/soapguide

convert-file-extract-text

Prompt

Converts a scanned file or a PDF to an editable format and subsequently extracts the text information from the image. Required props: file (path to the file). Optional props: format (desired output format for the text). This is a combined action for conversion and text extraction.

URLs

  • https://ocrwebservice.com/api/restguide
  • https://ocrwebservice.com/api/soapguide