Skip to content

Commit 8030443

Browse files
authored
Merge pull request #345 from pymupdf/CHANGES-fix
Fixes some typos in the CHANGELOG
2 parents 546f310 + fb354a0 commit 8030443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
### Other Changes:
1010

1111
* New parameter `table_format` in method `to_text()` (PyMuPDF-Layout only). This allows selecting the appearance of tables in plain text outputs. The possible values are defined in the list `tabulate.tabulate_formats`. Default is "grid".
12-
* Installaing PyMuPDF4LLM now supports including all optional dependencies in the `pip` command: `pip install --update pymupdf4llm[ocr,layout]`. This will install pymupdf4llm, pymupdf, and pymupdf-layout. The "ocr" parameter - when needed - installs opencv-python for automatic OCR support in PyMuPDF-Layout mode. Combine this with parameters `--update`, `--force-reinstall` or `--no-cache-dir` as necessary.
12+
* Installing PyMuPDF4LLM now supports including all optional dependencies in the `pip` command: `pip install --upgrade pymupdf4llm[ocr,layout]`. This will install pymupdf4llm, pymupdf, and pymupdf-layout. The "ocr" parameter - when needed - installs opencv-python for automatic OCR support in PyMuPDF-Layout mode. Combine this with parameters `--upgrade`, `--force-reinstall` or `--no-cache-dir` as necessary.
1313
* Major rework of the heuristics that determine whether a page should be OCR'd.
1414

1515
------

0 commit comments

Comments
 (0)