Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adithya-s-k/omniparse
/ functions
Functions
133 in github.com/adithya-s-k/omniparse
⨍
Functions
133
◇
Types & classes
22
↳
Endpoints
11
Method
parse_audio
Parse an audio file, transcribing speech to text. This method converts spoken words in the audio file to text, providing a textual
python-sdk/omniparse_client/omniparse.py:373
Function
parse_audio_endpoint
(file: UploadFile = File(...))
omniparse/media/router.py:31
Function
parse_doc
(input_data, model_state)
omniparse/documents/__init__.py:125
Function
parse_doc_endpoint
(file: UploadFile = File(...))
omniparse/documents/router.py:98
Method
parse_docs
Parse a Word document file and convert it to structured markdown. Args: file_path (str): Path to the DOC or DOCS file.
python-sdk/omniparse_client/omniparse.py:278
Function
parse_document
(input_file_path, parameters, request: gr.Request)
omniparse/demo.py:179
Method
parse_document
Parse a document file (PDF, PPT, or DOCX) and convert it to structured markdown. This method extracts text, tables, and images from
python-sdk/omniparse_client/omniparse.py:157
Function
parse_image
(input_file_path, parameters, request: gr.Request)
omniparse/demo.py:296
Method
parse_image
Parse an image file, extracting visual information and generating captions. This method can be used for tasks such as object detecti
python-sdk/omniparse_client/omniparse.py:317
Function
parse_image_endpoint
(file: UploadFile = File(...))
omniparse/image/router.py:12
Function
parse_media
(input_file_path, parameters, request: gr.Request)
omniparse/demo.py:355
Function
parse_pdf
(input_data, model_state)
omniparse/documents/__init__.py:31
Method
parse_pdf
Parse a PDF file and convert it to structured markdown. Args: file_path (str): Path to the PDF file. output_
python-sdk/omniparse_client/omniparse.py:200
Function
parse_pdf_endpoint
(file: UploadFile = File(...))
omniparse/documents/router.py:41
Function
parse_ppt
(input_data, model_state)
omniparse/documents/__init__.py:69
Method
parse_ppt
Parse a PowerPoint file and convert it to structured markdown. Args: file_path (str): Path to the PPT or PPTX file.
python-sdk/omniparse_client/omniparse.py:239
Function
parse_ppt_endpoint
(file: UploadFile = File(...))
omniparse/documents/router.py:60
Method
parse_video
Parse a video file, extracting key frames, generating captions, and transcribing audio. This method provides a structured representa
python-sdk/omniparse_client/omniparse.py:345
Function
parse_video_endpoint
(file: UploadFile = File(...))
omniparse/media/router.py:42
Function
parse_website
(url, request: gr.Request)
omniparse/demo.py:411
Function
parse_website
(url: str)
omniparse/web/router.py:14
Method
parse_website
Parse a website, extracting structured content from web pages. This method crawls the specified URL, extracting text, images, and ot
python-sdk/omniparse_client/omniparse.py:441
Function
process_image
(input_file_path, parameters, request: gr.Request)
omniparse/demo.py:231
Method
process_image
Process an image with a specific task such as OCR, captioning, or object detection. This method allows for more specific image proce
python-sdk/omniparse_client/omniparse.py:401
Function
process_image_route
(image: UploadFile = File(...), task: str = Form(...))
omniparse/image/router.py:23
Function
process_sections
(url: str, sections: list, provider: str, api_token: str)
omniparse/web/utils.py:595
Function
reporthook
(block_num, block_size, total_size)
omniparse/web/model_loader.py:131
Function
search_web
(url: str, prompt: str)
omniparse/web/router.py:30
Method
set_mime_type
(cls, values)
python-sdk/omniparse_client/utils.py:27
Method
set_mime_type
(cls, values)
python-sdk/omniparse_client/utils.py:102
Method
take_screenshot
(self)
omniparse/web/crawler_strategy.py:141
Method
update_user_agent
(self, user_agent: str)
omniparse/web/crawler_strategy.py:99
Method
warmup
(self)
omniparse/web/web_crawler.py:45
← previous
101–133 of 133, ranked by callers