# Process documents

![](/files/nbnPae2KNpaFHKLUZCwj)

![](/files/0JnM9YvMHGYGH87S4j6Z)

Element that processes documents using Dbrain server

* Document\*: \[String] Path to document file
* Result: \[LTools.OCR.Model.Dbrain.DbrainRecognitionResult] Document processing result

LTools.OCR.Model.FlexiCapture.DbrainRecognitionResult - Properties:

* Document \[LTools.OCR.Model.Dbrain.DbrainRecognitionDocument]: First processed document
* Documents \[List]: Processed documents array
* ThresholdOKMin \[Int32]: Minimum correct results range
* ThresholdWarnMin \[Int32]: Minimum warning results range
* HasWarnings \[Boolean]: Has warninigs
* HasErrors \[Boolean]: Has errors

LTools.OCR.Model.Dbrain.DbrainRecognitionDocument - Properties:

* \[string (имя шаблона)] \[LTools.OCR.Model.Dbrain.DbrainRecognitionItem]: Template processing result
* Items \[List]: Processed templates array
* DocType \[string]: Document type

LTools.OCR.Model.Dbrain.DbrainRecoginitionItem - Properties:

* Name \[String]: Element name
* Text \[String]: Element text
* Confidence \[double]: Confidence


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://astro-rpa.gitbook.io/astro-rpa-user-guide/g_elements/el_basic/els_ocr/dbrain/el_recognition.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
