pipedream
pipedream copied to clipboard
[Components] ocr_web_service
ocr_web_service
URLs
- https://ocrwebservice.com/api/restguide
Actions
convert-file
Prompt
Converts an image or PDF file into an editable text. Required props: file_path - string, path to the file that needs to be converted. Optional props: file_format - string, specify the target text format.
URLs
- https://ocrwebservice.com/api/soapguide
- https://ocrwebservice.com/api/restguide
extract-text-from-image
Prompt
Extracts text from a scanned image file or PDF. Required props: file_path - string, path to the image file. Optional props: language - string, code of the language the text is in.
URLs
- https://ocrwebservice.com/api/soapguide
- https://ocrwebservice.com/api/restguide
convert-file-and-extract-text
Prompt
Converts scanned files or PDF into an editable format and extracts the text. Required props: file_path - string, path to the file that needs to be converted. Optional props: file_format - string, specify the target text format; language - string, code of the language the text is in.
URLs
- https://ocrwebservice.com/api/soapguide
- https://ocrwebservice.com/api/restguide