List of states - VincTheSecond/rextractor GitHub Wiki
Documents submitted into RExtractor system could have one of these states. Each state is defined by a number and a short message with state description.
| Number | Name | Description |
|---|---|---|
| 200 | Submitted correctly. | Document was submitted into system. It is waiting for processing by the first (Conversion) component. |
| 300 | Conversion started. | Document is processing by the first (Conversion) component. |
| 310 | Conversion failed. | An error occurred during conversion process. Error message follows. |
| 320 | Conversion finished. | Document was correctly processed by the first (Conversion) component. It is waiting for processing by the second (NLP) component. |
| 400 | NLP started. | Document is processing by the second (NLP) component. |
| 410 | NLP failed. | An error occurred during NLP processing. Error message follows. |
| 420 | NLP finished. | Document was correctly processed by the second (NLP) component. It is waiting for processing by the third (Entity detection) component. |
| 500 | Entity detection started. | Document is processing by the third (Entity detection) component. |
| 510 | Entity detection failed. | An error occurred during Entity detection processing. Error message follows. |
| 520 | Entity detection finished. | Document was correctly processed by the third (Entity detection) component. It is waiting for processing by the fourth (Relation detection) component. |
| 600 | Relation detection started. | Document is processing by the fourth (Relation detection) component. |
| 610 | Relation detection failed. | An error occurred during Relation detection processing. Error message follows. |
| 620 | Relation detection finished. | Document was correctly processed by the fourth (Relation detection) component. It is waiting for processing by the last (Export) component. |
| 700 | Export started. | Document is processing by the last (Export) component. |
| 710 | Export failed. | An error occurred during export. Error message follows. |
| 720 | Export finished. | Document was exported correctly. Document was correctly processed by RExtractor pipeline. |