mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 20:58:11 +00:00
feat: Integrate ListItemMarkerProcessor into document assembly (#1825)
* Integrate ListItemMarkerProcessor into document assembly Signed-off-by: Christoph Auer <cau@zurich.ibm.com> * Update to final version Signed-off-by: Christoph Auer <cau@zurich.ibm.com> * Update all test cases Signed-off-by: Christoph Auer <cau@zurich.ibm.com> * Upgrade deps Signed-off-by: Christoph Auer <cau@zurich.ibm.com> --------- Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
This commit is contained in:
@@ -6783,11 +6783,11 @@
|
||||
}
|
||||
],
|
||||
"orig": "1. There are user profiles for MGR, JANE, JUDY, and TONY.",
|
||||
"text": "1. There are user profiles for MGR, JANE, JUDY, and TONY.",
|
||||
"text": "There are user profiles for MGR, JANE, JUDY, and TONY.",
|
||||
"formatting": null,
|
||||
"hyperlink": null,
|
||||
"enumerated": false,
|
||||
"marker": ""
|
||||
"marker": "1."
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/202",
|
||||
@@ -6814,11 +6814,11 @@
|
||||
}
|
||||
],
|
||||
"orig": "2. The user profile JANE specifies a group profile of MGR.",
|
||||
"text": "2. The user profile JANE specifies a group profile of MGR.",
|
||||
"text": "The user profile JANE specifies a group profile of MGR.",
|
||||
"formatting": null,
|
||||
"hyperlink": null,
|
||||
"enumerated": false,
|
||||
"marker": ""
|
||||
"marker": "2."
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/203",
|
||||
@@ -6845,11 +6845,11 @@
|
||||
}
|
||||
],
|
||||
"orig": "3. If a user is connected to the server using user profile JANE, all of the following function invocations return a value of 1:",
|
||||
"text": "3. If a user is connected to the server using user profile JANE, all of the following function invocations return a value of 1:",
|
||||
"text": "If a user is connected to the server using user profile JANE, all of the following function invocations return a value of 1:",
|
||||
"formatting": null,
|
||||
"hyperlink": null,
|
||||
"enumerated": false,
|
||||
"marker": ""
|
||||
"marker": "3."
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/204",
|
||||
@@ -7060,11 +7060,11 @@
|
||||
}
|
||||
],
|
||||
"orig": "2. The other column to mask in this example is the TAX_ID information. In this example, the rules to enforce include the following ones:",
|
||||
"text": "2. The other column to mask in this example is the TAX_ID information. In this example, the rules to enforce include the following ones:",
|
||||
"text": "The other column to mask in this example is the TAX_ID information. In this example, the rules to enforce include the following ones:",
|
||||
"formatting": null,
|
||||
"hyperlink": null,
|
||||
"enumerated": false,
|
||||
"marker": ""
|
||||
"marker": "2."
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/211",
|
||||
@@ -7375,11 +7375,11 @@
|
||||
}
|
||||
],
|
||||
"orig": "3. Figure 3-10 shows the masks that are created in the HR_SCHEMA.",
|
||||
"text": "3. Figure 3-10 shows the masks that are created in the HR_SCHEMA.",
|
||||
"text": "Figure 3-10 shows the masks that are created in the HR_SCHEMA.",
|
||||
"formatting": null,
|
||||
"hyperlink": null,
|
||||
"enumerated": false,
|
||||
"marker": ""
|
||||
"marker": "3."
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/221",
|
||||
@@ -7494,11 +7494,11 @@
|
||||
}
|
||||
],
|
||||
"orig": "1. Run the SQL statements that are shown in Example 3-10.",
|
||||
"text": "1. Run the SQL statements that are shown in Example 3-10.",
|
||||
"text": "Run the SQL statements that are shown in Example 3-10.",
|
||||
"formatting": null,
|
||||
"hyperlink": null,
|
||||
"enumerated": false,
|
||||
"marker": ""
|
||||
"marker": "1."
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/225",
|
||||
@@ -7733,11 +7733,11 @@
|
||||
}
|
||||
],
|
||||
"orig": "2. Look at the definition of the EMPLOYEE table, as shown in Figure 3-11. To do this, from the main navigation pane of System i Navigator, click Schemas \uf0ae HR_SCHEMA \uf0ae Tables , right-click the EMPLOYEES table, and click Definition .",
|
||||
"text": "2. Look at the definition of the EMPLOYEE table, as shown in Figure 3-11. To do this, from the main navigation pane of System i Navigator, click Schemas \uf0ae HR_SCHEMA \uf0ae Tables , right-click the EMPLOYEES table, and click Definition .",
|
||||
"text": "Look at the definition of the EMPLOYEE table, as shown in Figure 3-11. To do this, from the main navigation pane of System i Navigator, click Schemas \uf0ae HR_SCHEMA \uf0ae Tables , right-click the EMPLOYEES table, and click Definition .",
|
||||
"formatting": null,
|
||||
"hyperlink": null,
|
||||
"enumerated": false,
|
||||
"marker": ""
|
||||
"marker": "2."
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/233",
|
||||
@@ -7851,11 +7851,11 @@
|
||||
}
|
||||
],
|
||||
"orig": "2. Figure 4-68 shows the Visual Explain of the same SQL statement, but with RCAC enabled. It is clear that the implementation of the SQL statement is more complex because the row permission rule becomes part of the WHERE clause.",
|
||||
"text": "2. Figure 4-68 shows the Visual Explain of the same SQL statement, but with RCAC enabled. It is clear that the implementation of the SQL statement is more complex because the row permission rule becomes part of the WHERE clause.",
|
||||
"text": "Figure 4-68 shows the Visual Explain of the same SQL statement, but with RCAC enabled. It is clear that the implementation of the SQL statement is more complex because the row permission rule becomes part of the WHERE clause.",
|
||||
"formatting": null,
|
||||
"hyperlink": null,
|
||||
"enumerated": false,
|
||||
"marker": ""
|
||||
"marker": "2."
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/237",
|
||||
@@ -7911,11 +7911,11 @@
|
||||
}
|
||||
],
|
||||
"orig": "3. Compare the advised indexes that are provided by the Optimizer without RCAC and with RCAC enabled. Figure 4-69 shows the index advice for the SQL statement without RCAC enabled. The index being advised is for the ORDER BY clause.",
|
||||
"text": "3. Compare the advised indexes that are provided by the Optimizer without RCAC and with RCAC enabled. Figure 4-69 shows the index advice for the SQL statement without RCAC enabled. The index being advised is for the ORDER BY clause.",
|
||||
"text": "Compare the advised indexes that are provided by the Optimizer without RCAC and with RCAC enabled. Figure 4-69 shows the index advice for the SQL statement without RCAC enabled. The index being advised is for the ORDER BY clause.",
|
||||
"formatting": null,
|
||||
"hyperlink": null,
|
||||
"enumerated": false,
|
||||
"marker": ""
|
||||
"marker": "3."
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/239",
|
||||
|
||||
Reference in New Issue
Block a user