MCPcopy Create free account

hub / github.com/adithya-s-k/omniparse / types & classes

Types & classes22 in github.com/adithya-s-k/omniparse

↓ 12 callersClassresponseDocument
omniparse/models/__init__.py:15
↓ 4 callersClassParsedDocument
Represents a parsed document with its content and associated data. Attributes: markdown (str): The document content in markdown form
python-sdk/omniparse_client/utils.py:77
↓ 2 callersClassInvalidCSSSelectorError
omniparse/web/utils.py:29
↓ 1 callersClassCustomHTML2Text
omniparse/web/utils.py:147
↓ 1 callersClassImageObj
Represents an image object with name, binary data, and MIME type. Attributes: name (str): The name of the image file. bytes
python-sdk/omniparse_client/utils.py:9
↓ 1 callersClassLocalSeleniumCrawlerStrategy
omniparse/web/crawler_strategy.py:64
↓ 1 callersClassSharedState
omniparse/__init__.py:31
↓ 1 callersClassTableObj
Represents a table extracted from markdown. Attributes: name (str): The name of the table. markdown (str): The original mark
python-sdk/omniparse_client/utils.py:37
↓ 1 callersClassWebCrawler
omniparse/web/web_crawler.py:32
↓ 1 callersClassresponseImage
omniparse/models/__init__.py:9
ClassAsyncOmniParse
An asynchronous client for interacting with the OmniParse server. OmniParse is a platform that ingests and parses unstructured data into str
python-sdk/omniparse_client/omniparse.py:46
ClassChunkingStrategy
omniparse/chunking/__init__.py:10
ClassCrawlResult
omniparse/web/models.py:24
ClassCrawlerStrategy
omniparse/web/crawler_strategy.py:50
ClassFixedLengthWordChunking
omniparse/chunking/__init__.py:90
ClassMetaData
Contains metadata about a parsed document. Attributes: filetype (str): The type of the file (e.g., 'pdf', 'docx'). language
python-sdk/omniparse_client/utils.py:54
ClassNlpSentenceChunking
omniparse/chunking/__init__.py:37
ClassOmniParse
python-sdk/omniparse_client/omniparse.py:10
ClassRegexChunking
omniparse/chunking/__init__.py:20
ClassSlidingWindowChunking
omniparse/chunking/__init__.py:103
ClassTopicSegmentationChunking
omniparse/chunking/__init__.py:50
ClassUrlModel
omniparse/web/models.py:19