Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adithya-s-k/omniparse
/ types & classes
Types & classes
22 in github.com/adithya-s-k/omniparse
⨍
Functions
133
◇
Types & classes
22
↳
Endpoints
11
↓ 12 callers
Class
responseDocument
omniparse/models/__init__.py:15
↓ 4 callers
Class
ParsedDocument
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 callers
Class
InvalidCSSSelectorError
omniparse/web/utils.py:29
↓ 1 callers
Class
CustomHTML2Text
omniparse/web/utils.py:147
↓ 1 callers
Class
ImageObj
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 callers
Class
LocalSeleniumCrawlerStrategy
omniparse/web/crawler_strategy.py:64
↓ 1 callers
Class
SharedState
omniparse/__init__.py:31
↓ 1 callers
Class
TableObj
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 callers
Class
WebCrawler
omniparse/web/web_crawler.py:32
↓ 1 callers
Class
responseImage
omniparse/models/__init__.py:9
Class
AsyncOmniParse
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
Class
ChunkingStrategy
omniparse/chunking/__init__.py:10
Class
CrawlResult
omniparse/web/models.py:24
Class
CrawlerStrategy
omniparse/web/crawler_strategy.py:50
Class
FixedLengthWordChunking
omniparse/chunking/__init__.py:90
Class
MetaData
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
Class
NlpSentenceChunking
omniparse/chunking/__init__.py:37
Class
OmniParse
python-sdk/omniparse_client/omniparse.py:10
Class
RegexChunking
omniparse/chunking/__init__.py:20
Class
SlidingWindowChunking
omniparse/chunking/__init__.py:103
Class
TopicSegmentationChunking
omniparse/chunking/__init__.py:50
Class
UrlModel
omniparse/web/models.py:19