Skip to content

Commit c26bd2f

Browse files
committed
v0.2.0
1 parent 316884b commit c26bd2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "text_extract_api"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "Images and documents (PDF, Word, PPTX ...) extraction and parse API using state of the art modern OCRs + Ollama supported models. Anonymize documents. Remove PII. Convert any document or picture to structured JSON or Markdown"
99
authors = [
1010
]
11+
license = { text = "MIT License" }
1112
readme = "README.md"
1213
requires-python = ">=3.8"
1314
dependencies = [

0 commit comments

Comments
 (0)