Logo
Explore Help
Register Sign In
yujunjun/unstructured
1
0
Fork 0
You've already forked unstructured
mirror of https://github.com/Unstructured-IO/unstructured.git synced 2025-10-03 12:27:04 +00:00
Code Issues Packages Projects Releases Wiki Activity
unstructured/typings/docx/oxml/document.pyi

11 lines
252 B
Python
Raw Normal View History

rfctr: docx partitioning (#1422) Reviewers: I recommend reviewing commit-by-commit or just looking at the final version of `partition/docx.py` as View File. This refactor solves a few problems but mostly lays the groundwork to allow us to refine further aspects such as page-break detection, list-item detection, and moving python-docx internals upstream to that library so our work doesn't depend on that domain-knowledge.
2023-09-19 15:32:46 -07:00
from typing import Iterator
from docx.oxml.xmlchemy import BaseOxmlElement
class CT_Body(BaseOxmlElement):
def __iter__(self) -> Iterator[BaseOxmlElement]: ...
class CT_Document(BaseOxmlElement):
@property
def body(self) -> CT_Body: ...
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 1058ms Template: 78ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API