OCR for Remote File

Run OCR for remote file

Process a remote file given via URL with the OCR API.

Options

Url
URL of the input image or PDF
Language (*)

Language used for OCR. If no language is specified, English eng is taken as default.

IMPORTANT: The language code has always 3-letters (not 2). So it is eng and not en.

Engine2 has automatic Western language detection, so this value will be ignored. Any Western language can be processed.

Engine3 supports additional writing systems/languages. More can be added on request.

  • Arabic=ara
  • Bulgarian=bul
  • Chinese(Simplified)=chs
  • Chinese(Traditional)=cht
  • Croatian = hrv
  • Czech = cze
  • Danish = dan
  • Dutch = dut
  • English = eng
  • Finnish = fin
  • French = fre
  • German = ger
  • Greek = gre
  • Hungarian = hun
  • Korean = kor
  • Italian = ita
  • Japanese = jpn
  • Polish = pol
  • Portuguese = por
  • Russian = rus
  • Slovenian = slv
  • Spanish = spa
  • Swedish = swe
  • Turkish = tur

Engine3 also supports:

  • Hindi = hin
  • Kannada = kan
  • Persian (Fari) = per
  • Telugu = tel
  • Tamil = tam
  • Thai = tai
  • Vietnamese = vie
Is Overlay Required

If true, returns the coordinates of the bounding boxes for each word. If false, the OCR'ed text is returned only as a text block (this makes the JSON reponse smaller). Overlay data can be used, for example, to show text over the image.

Result Format
Specify how the response should be mapped to the table output. The following formats are available:
  • Raw Response: Returns the raw response in a single row with the following columns:
    • body: Response body
    • status: HTTP status code

Input Ports

Icon
Configuration data.

Output Ports

Icon
Result of the request depending on the selected Result Format.
Icon
Configuration data (this is the same as the input port; it is provided as passthrough for sequentially chaining nodes to declutter your workflow connections).

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.