Skip to content

Commit 05e6aa3

Browse files
authored
feat: add windows support (#22)
Signed-off-by: Michele Dolfi <[email protected]>
1 parent f45db97 commit 05e6aa3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/docling-parse)](https://pypi.org/project/docling-parse/)
55
[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)
66
[![Pybind11](https://img.shields.io/badge/build-pybind11-blue)](https://github.com/pybind/pybind11/)
7-
[![Platforms](https://img.shields.io/badge/platform-macos%20|%20linux-blue)](https://github.com/DS4SD/docling-parse/)
7+
[![Platforms](https://img.shields.io/badge/platform-macos%20|%20linux%20|%20windows-blue)](https://github.com/DS4SD/docling-parse/)
88
[![License MIT](https://img.shields.io/github/license/DS4SD/docling-parse)](https://opensource.org/licenses/MIT)
99

1010
Simple package to extract text with coordinates from programmatic PDFs.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ classifiers = [
1717
"License :: OSI Approved :: MIT License",
1818
"Operating System :: MacOS :: MacOS X",
1919
"Operating System :: POSIX :: Linux",
20+
"Operating System :: Microsoft :: Windows",
2021
"Development Status :: 5 - Production/Stable",
2122
"Intended Audience :: Developers",
2223
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)