We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e418bb8 commit 60c5d1dCopy full SHA for 60c5d1d
docs/learn/rossum-formulas/index.md
@@ -99,11 +99,10 @@ tmp = t.field.amount
99
#### Formula field
100
101
```py
102
-field.amount.id # Datapoint system ID
103
-field.amount.rir_confidence # Confidence score
104
-
105
-field.amount.attr.ocr_raw_text # Raw value extracted by OCR, if applicable
106
-field.amount.attr.rir_raw_text # Raw extracted text by RIR
+field.amount.id # Datapoint system ID
+field.amount.attr.rir_confidence # Confidence score
+field.amount.attr.ocr_raw_text # Raw value extracted by OCR, if applicable
+field.amount.attr.rir_raw_text # Raw extracted text by RIR
107
```
108
109
#### Serverless function
0 commit comments