Вы просматриваете старую версию данной страницы. Смотрите текущую версию.

Сравнить с текущим просмотр истории страницы

« Предыдущий Версия 5 Следующий »

Create context with Robin OCR 2 Version 3 (Python)

Action group: Robin OCR


Description

The action creates a context for working with Robin OCR 2.


Action parameters

Example of an address: http://testhost:8080/api/v1/ocr/gettext/abt

The "Language" field by default - English - you need to specify the intended language of the text.

The "Protocol" field by default - http - specifies the standard describing the rules of interaction between functional blocks during data transfer.

The "Server address" field by default - 127.0.0.1 - specifies a unique identifier that allows you to determine the physical location of the server and provides the ability to connect to it through the network.

The "Port" field by default - 8080 - specifies the numeric identifier of the program or workflow that services network connections at the specified network address (IP address). 

The "API Version" field by default - 1 - specifies the requested server version.

The "Function" field by default - ocr/gettext/abt - specifies the parameters that determine what action can be performed on the document.

The "Result" field - Robin OCR 2 instance.

  1. If the user's port 8080 is busy, another free port must be specified.
  2. At the moment only one function - ocr/gettext/abt (Array of text with coordinates) and one server version are implemented.

The action will generate an error if you cannot connect to a server with a runtime system with the specified parameter values. Error description: "Incorrect data are specified for connecting to the server of the recognition system and working with it.".

Settings

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
LanguageThe intended language of the text to be extracted.Robin.String
No
ProtocolData transfer protocol. The default value is «http».Robin.String
No
Server addressThe name or IP address of the device on which the recognition system is installed. The default value is «127.0.0.1».Robin.String
No
PortThe port for the server. Filled in by the user only if port 8080 is occupied by another server. The default value is «8080».Robin.Numeric
No
API VersionServer version. The default value is «1».Robin.String
No
FunctionFunction that defines what action can be performed on the document. The default value is «ocr/gettext/abt».Robin.String
No
Results
ResultAction context for working with Robin OCR 2.Robin.OCR2

Special conditions of use

None.

Example of use

Task

Recognize license plate number from the image 

Solution

Use the actions "Create context with Robin OCR 2 ", "Extract text from file". 

Implementation

  1. Assemble a robot scheme consisting of actions:
  2. Set the parameters of the "Create context with Robin OCR 2 " action. 
  3. Set the parameters of the "Extract text from file" action. 
  4. Click on the "Start" button in the top panel. 

Result

The program robot completed successfully. 

The license plate number has been recognized. 


The file with overlaid blocks is saved to the specified folder. 


  • Нет меток