mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-27 04:24:45 +00:00
chore: typo fix
Signed-off-by: nkh0472 <67589323+nkh0472@users.noreply.github.com>
This commit is contained in:
parent
1d6f9a1806
commit
2300e46842
@ -206,7 +206,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"Points to notice looking at the output chunks below:\n",
|
"Points to notice looking at the output chunks below:\n",
|
||||||
"- Where possible, we fit the limit of 64 tokens for the metadata-enriched serialization form (see chunk 2)\n",
|
"- Where possible, we fit the limit of 64 tokens for the metadata-enriched serialization form (see chunk 2)\n",
|
||||||
"- Where neeeded, we stop before the limit, e.g. see cases of 63 as it would otherwise run into a comma (see chunk 6)\n",
|
"- Where needed, we stop before the limit, e.g. see cases of 63 as it would otherwise run into a comma (see chunk 6)\n",
|
||||||
"- Where possible, we merge undersized peer chunks (see chunk 0)\n",
|
"- Where possible, we merge undersized peer chunks (see chunk 0)\n",
|
||||||
"- \"Tail\" chunks trailing right after merges may still be undersized (see chunk 8)"
|
"- \"Tail\" chunks trailing right after merges may still be undersized (see chunk 8)"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user