docs: fix spelling of picture in usage (#1165)

Signed-off-by: serced <52759935+serced@users.noreply.github.com>
This commit is contained in:
serced 2025-03-17 09:33:51 +01:00 committed by GitHub
parent fa16b12316
commit 7e01798417
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ The following table provides an overview of the default enrichment models availa
| ------- | --------- | ---------------| ----------- | | ------- | --------- | ---------------| ----------- |
| Code understanding | `do_code_enrichment` | `CodeItem` | See [docs below](#code-understanding). | | Code understanding | `do_code_enrichment` | `CodeItem` | See [docs below](#code-understanding). |
| Formula understanding | `do_formula_enrichment` | `TextItem` with label `FORMULA` | See [docs below](#formula-understanding). | | Formula understanding | `do_formula_enrichment` | `TextItem` with label `FORMULA` | See [docs below](#formula-understanding). |
| Picrure classification | `do_picture_classification` | `PictureItem` | See [docs below](#picture-classification). | | Picture classification | `do_picture_classification` | `PictureItem` | See [docs below](#picture-classification). |
| Picture description | `do_picture_description` | `PictureItem` | See [docs below](#picture-description). | | Picture description | `do_picture_description` | `PictureItem` | See [docs below](#picture-description). |