Skip to content

Commit 60c5d1d

Browse files
committed
Update index.md
1 parent e418bb8 commit 60c5d1d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/learn/rossum-formulas/index.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,10 @@ tmp = t.field.amount
9999
#### Formula field
100100

101101
```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
102+
field.amount.id # Datapoint system ID
103+
field.amount.attr.rir_confidence # Confidence score
104+
field.amount.attr.ocr_raw_text # Raw value extracted by OCR, if applicable
105+
field.amount.attr.rir_raw_text # Raw extracted text by RIR
107106
```
108107

109108
#### Serverless function

0 commit comments

Comments
 (0)