Skip to content

Commit a934487

Browse files
committed
Minor rename in the standard settings
Signed-off-by: Fabiano Franz <[email protected]>
1 parent 989c85d commit a934487

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/docling-conversion/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $ docling-serve run --enable-ui
2323

2424
## Document parsing
2525

26-
### Mostly default settings
26+
### Standard settings
2727

2828
Most of the settings in the example below are already the **defaults** and will produce good and fast results for most documents. Images will be embedded in the output document as Base64 and OCR will be used only for bitmap content. A newer PDF backend (dlparse_v4) is being used.
2929

@@ -37,7 +37,7 @@ $ docling /path/to/document.pdf \
3737
--table-mode accurate
3838
```
3939

40-
A Python version of this conversion technique is available in [mostly_default_settings.py](./mostly_default_settings.py).
40+
A Python version of this conversion technique is available in [standard_settings.py](./standard_settings.py).
4141

4242
### Force OCR
4343

docs/docling-conversion/mostly_default_settings.py renamed to docs/docling-conversion/standard_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Docling example for PDF conversion with default settings"""
1+
"""Docling example for PDF conversion with most settings at their defaults"""
22

33
from docling.datamodel.base_models import InputFormat
44
from docling.datamodel.pipeline_options import (

0 commit comments

Comments
 (0)