mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 20:58:11 +00:00
feat: Layout model specification and multiple choices (#1910)
* Establish layout_model spec and example instantations Signed-off-by: Christoph Auer <cau@zurich.ibm.com> * Updated naming Signed-off-by: Christoph Auer <cau@zurich.ibm.com> * Back to uppercase constants Signed-off-by: Christoph Auer <cau@zurich.ibm.com> * fix deps issue with openai-whipser>numba>llvmlite Signed-off-by: Christoph Auer <cau@zurich.ibm.com> * Pull v1 changed test GT from main Signed-off-by: Christoph Auer <cau@zurich.ibm.com> --------- Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
This commit is contained in:
@@ -1160,7 +1160,7 @@
|
||||
],
|
||||
"orig": "1. Undo/Redo : Introduced in the 1980s, the ability to undo mistakes and redo actions made experimentation and error correction much easier.",
|
||||
"text": "Undo/Redo : Introduced in the 1980s, the ability to undo mistakes and redo actions made experimentation and error correction much easier.",
|
||||
"enumerated": false,
|
||||
"enumerated": true,
|
||||
"marker": "1."
|
||||
},
|
||||
{
|
||||
@@ -1189,7 +1189,7 @@
|
||||
],
|
||||
"orig": "2. Spell Check and Grammar Check : By the 1990s, these became standard, allowing users to spot errors automatically.",
|
||||
"text": "Spell Check and Grammar Check : By the 1990s, these became standard, allowing users to spot errors automatically.",
|
||||
"enumerated": false,
|
||||
"enumerated": true,
|
||||
"marker": "2."
|
||||
},
|
||||
{
|
||||
@@ -1218,7 +1218,7 @@
|
||||
],
|
||||
"orig": "3. Templates : Pre-designed formats for documents, such as resumes, letters, and invoices, helped users save time.",
|
||||
"text": "Templates : Pre-designed formats for documents, such as resumes, letters, and invoices, helped users save time.",
|
||||
"enumerated": false,
|
||||
"enumerated": true,
|
||||
"marker": "3."
|
||||
},
|
||||
{
|
||||
@@ -1247,7 +1247,7 @@
|
||||
],
|
||||
"orig": "4. Track Changes : A game-changer for collaboration, this feature allowed multiple users to suggest edits while maintaining the original text.",
|
||||
"text": "Track Changes : A game-changer for collaboration, this feature allowed multiple users to suggest edits while maintaining the original text.",
|
||||
"enumerated": false,
|
||||
"enumerated": true,
|
||||
"marker": "4."
|
||||
},
|
||||
{
|
||||
@@ -1276,7 +1276,7 @@
|
||||
],
|
||||
"orig": "5. Real-Time Collaboration : Tools like Google Docs and Microsoft 365 enabled multiple users to edit the same document simultaneously, forever changing teamwork dynamics.",
|
||||
"text": "Real-Time Collaboration : Tools like Google Docs and Microsoft 365 enabled multiple users to edit the same document simultaneously, forever changing teamwork dynamics.",
|
||||
"enumerated": false,
|
||||
"enumerated": true,
|
||||
"marker": "5."
|
||||
},
|
||||
{
|
||||
@@ -1502,7 +1502,7 @@
|
||||
],
|
||||
"orig": "1. Artificial Intelligence : Modern word processors are leveraging AI to suggest content improvements. Tools like Grammarly, ProWritingAid, and even native features in Word now analyze tone, conciseness, and clarity. Some AI systems can even generate entire paragraphs or rewrite sentences.",
|
||||
"text": "Artificial Intelligence : Modern word processors are leveraging AI to suggest content improvements. Tools like Grammarly, ProWritingAid, and even native features in Word now analyze tone, conciseness, and clarity. Some AI systems can even generate entire paragraphs or rewrite sentences.",
|
||||
"enumerated": false,
|
||||
"enumerated": true,
|
||||
"marker": "1."
|
||||
},
|
||||
{
|
||||
@@ -1531,7 +1531,7 @@
|
||||
],
|
||||
"orig": "2. Integration with Other Tools : Word processors are no longer standalone. They integrate with task managers, cloud storage, and project management platforms. For instance, Google Docs syncs with Google Drive, while Microsoft Word integrates seamlessly with OneDrive and Teams.",
|
||||
"text": "Integration with Other Tools : Word processors are no longer standalone. They integrate with task managers, cloud storage, and project management platforms. For instance, Google Docs syncs with Google Drive, while Microsoft Word integrates seamlessly with OneDrive and Teams.",
|
||||
"enumerated": false,
|
||||
"enumerated": true,
|
||||
"marker": "2."
|
||||
},
|
||||
{
|
||||
@@ -1560,7 +1560,7 @@
|
||||
],
|
||||
"orig": "3. Voice Typing : Speech-to-text capabilities have made word processing more accessible, particularly for those with disabilities. Tools like Dragon NaturallySpeaking and built-in options in Google Docs and Microsoft Word have made dictation mainstream.",
|
||||
"text": "Voice Typing : Speech-to-text capabilities have made word processing more accessible, particularly for those with disabilities. Tools like Dragon NaturallySpeaking and built-in options in Google Docs and Microsoft Word have made dictation mainstream.",
|
||||
"enumerated": false,
|
||||
"enumerated": true,
|
||||
"marker": "3."
|
||||
},
|
||||
{
|
||||
@@ -1589,7 +1589,7 @@
|
||||
],
|
||||
"orig": "4. Multimedia Documents : Word processing has expanded beyond text. Modern tools allow users to embed images, videos, charts, and interactive elements, transforming simple documents into rich multimedia experiences.",
|
||||
"text": "Multimedia Documents : Word processing has expanded beyond text. Modern tools allow users to embed images, videos, charts, and interactive elements, transforming simple documents into rich multimedia experiences.",
|
||||
"enumerated": false,
|
||||
"enumerated": true,
|
||||
"marker": "4."
|
||||
},
|
||||
{
|
||||
@@ -1618,7 +1618,7 @@
|
||||
],
|
||||
"orig": "5. Cross-Platform Accessibility : Thanks to cloud computing, documents can now be accessed and edited across devices. Whether you're on a desktop, tablet, or smartphone, you can continue working seamlessly.",
|
||||
"text": "Cross-Platform Accessibility : Thanks to cloud computing, documents can now be accessed and edited across devices. Whether you're on a desktop, tablet, or smartphone, you can continue working seamlessly.",
|
||||
"enumerated": false,
|
||||
"enumerated": true,
|
||||
"marker": "5."
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user