content-core 0.8.0__py3-none-any.whl → 0.8.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of content-core might be problematic. Click here for more details.

@@ -1,17 +1,18 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: content-core
3
- Version: 0.8.0
3
+ Version: 0.8.1
4
4
  Summary: Extract what matters from any media source
5
5
  Author-email: LUIS NOVO <lfnovo@gmail.com>
6
6
  License-File: LICENSE
7
7
  Requires-Python: >=3.10
8
8
  Requires-Dist: ai-prompter>=0.2.3
9
9
  Requires-Dist: aiohttp>=3.11
10
+ Requires-Dist: asciidoc>=10.2.1
10
11
  Requires-Dist: bs4>=0.0.2
11
12
  Requires-Dist: dicttoxml>=1.7.16
13
+ Requires-Dist: docling>=2.34.0
12
14
  Requires-Dist: esperanto[openai]>=1.2.0
13
15
  Requires-Dist: firecrawl-py>=2.7.0
14
- Requires-Dist: firecrawl>=2.7.0
15
16
  Requires-Dist: jinja2>=3.1.6
16
17
  Requires-Dist: langdetect>=1.0.9
17
18
  Requires-Dist: langgraph>=0.3.29
@@ -19,6 +20,7 @@ Requires-Dist: loguru>=0.7.3
19
20
  Requires-Dist: moviepy>=2.1.2
20
21
  Requires-Dist: openpyxl>=3.1.5
21
22
  Requires-Dist: pandas>=2.2.3
23
+ Requires-Dist: pillow>=10.4.0
22
24
  Requires-Dist: pymupdf>=1.25.5
23
25
  Requires-Dist: python-docx>=1.1.2
24
26
  Requires-Dist: python-dotenv>=1.1.0
@@ -27,11 +29,6 @@ Requires-Dist: python-pptx>=1.0.2
27
29
  Requires-Dist: readability-lxml>=0.8.4.1
28
30
  Requires-Dist: validators>=0.34.0
29
31
  Requires-Dist: youtube-transcript-api>=1.0.3
30
- Provides-Extra: docling
31
- Requires-Dist: asciidoc; extra == 'docling'
32
- Requires-Dist: docling; extra == 'docling'
33
- Requires-Dist: pandas; extra == 'docling'
34
- Requires-Dist: pillow; extra == 'docling'
35
32
  Description-Content-Type: text/markdown
36
33
 
37
34
  # Content Core
@@ -69,8 +66,6 @@ Install Content Core using `pip`:
69
66
  ```bash
70
67
  # Install the package (without Docling)
71
68
  pip install content-core
72
- # Install with Docling support
73
- pip install content-core[docling]
74
69
  ```
75
70
 
76
71
  Alternatively, if you’re developing locally:
@@ -257,15 +252,11 @@ if __name__ == "__main__":
257
252
 
258
253
  Content Core supports an optional Docling-based extraction engine for rich document formats (PDF, DOCX, PPTX, XLSX, Markdown, AsciiDoc, HTML, CSV, Images).
259
254
 
260
- ### Installation
261
-
262
- ```bash
263
- # Install with Docling support
264
- pip install content-core[docling]
265
- ```
266
255
 
267
256
  ### Enabling Docling
268
257
 
258
+ Docling is not the default engine when parsing documents. If you don't want to use it, you need to set engine to "simple".
259
+
269
260
  #### Via configuration file
270
261
 
271
262
  In your `cc_config.yaml` or custom config, set:
@@ -31,8 +31,8 @@ content_core/tools/__init__.py,sha256=DuJmd7fE-NpDvLP8IW1XY5MUkAQcdks52rn2jk4N8j
31
31
  content_core/tools/cleanup.py,sha256=5IdKedsFyRQMdYzgFSKtsfyxJldbroXQXHesHICNENI,523
32
32
  content_core/tools/extract.py,sha256=-r2_jsuMMXyXxGVqWhh1ilNPo_UMYAbw3Pkp1FzPy5g,577
33
33
  content_core/tools/summarize.py,sha256=DPfeglLWB08q8SvHrsKpOKZ35XjduUDs2J02ISwjdj0,596
34
- content_core-0.8.0.dist-info/METADATA,sha256=DH19TuuMtzj42waGRpkS4xI2doIqNJ4qauAuPm5Ej3A,11608
35
- content_core-0.8.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
36
- content_core-0.8.0.dist-info/entry_points.txt,sha256=9fGQUk6bxBVXj9PRwfWVPn54ClSEJV7J-KBLXtjOhQw,99
37
- content_core-0.8.0.dist-info/licenses/LICENSE,sha256=myj0z2T4qIkenCgLsRfx7Wk6UqCQNj5c7O14Qx4zpGg,1066
38
- content_core-0.8.0.dist-info/RECORD,,
34
+ content_core-0.8.1.dist-info/METADATA,sha256=ZIW6gtawFeFo2uQqWkFH2ctSYIUq5PBrke4gyHQQAWU,11439
35
+ content_core-0.8.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
36
+ content_core-0.8.1.dist-info/entry_points.txt,sha256=9fGQUk6bxBVXj9PRwfWVPn54ClSEJV7J-KBLXtjOhQw,99
37
+ content_core-0.8.1.dist-info/licenses/LICENSE,sha256=myj0z2T4qIkenCgLsRfx7Wk6UqCQNj5c7O14Qx4zpGg,1066
38
+ content_core-0.8.1.dist-info/RECORD,,