MCPcopy Create free account

hub / github.com/adithya-s-k/omniparse / functions

Functions133 in github.com/adithya-s-k/omniparse

Methodparse_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
Functionparse_audio_endpoint
(file: UploadFile = File(...))
omniparse/media/router.py:31
Functionparse_doc
(input_data, model_state)
omniparse/documents/__init__.py:125
Functionparse_doc_endpoint
(file: UploadFile = File(...))
omniparse/documents/router.py:98
Methodparse_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
Functionparse_document
(input_file_path, parameters, request: gr.Request)
omniparse/demo.py:179
Methodparse_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
Functionparse_image
(input_file_path, parameters, request: gr.Request)
omniparse/demo.py:296
Methodparse_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
Functionparse_image_endpoint
(file: UploadFile = File(...))
omniparse/image/router.py:12
Functionparse_media
(input_file_path, parameters, request: gr.Request)
omniparse/demo.py:355
Functionparse_pdf
(input_data, model_state)
omniparse/documents/__init__.py:31
Methodparse_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
Functionparse_pdf_endpoint
(file: UploadFile = File(...))
omniparse/documents/router.py:41
Functionparse_ppt
(input_data, model_state)
omniparse/documents/__init__.py:69
Methodparse_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
Functionparse_ppt_endpoint
(file: UploadFile = File(...))
omniparse/documents/router.py:60
Methodparse_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
Functionparse_video_endpoint
(file: UploadFile = File(...))
omniparse/media/router.py:42
Functionparse_website
(url, request: gr.Request)
omniparse/demo.py:411
Functionparse_website
(url: str)
omniparse/web/router.py:14
Methodparse_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
Functionprocess_image
(input_file_path, parameters, request: gr.Request)
omniparse/demo.py:231
Methodprocess_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
Functionprocess_image_route
(image: UploadFile = File(...), task: str = Form(...))
omniparse/image/router.py:23
Functionprocess_sections
(url: str, sections: list, provider: str, api_token: str)
omniparse/web/utils.py:595
Functionreporthook
(block_num, block_size, total_size)
omniparse/web/model_loader.py:131
Functionsearch_web
(url: str, prompt: str)
omniparse/web/router.py:30
Methodset_mime_type
(cls, values)
python-sdk/omniparse_client/utils.py:27
Methodset_mime_type
(cls, values)
python-sdk/omniparse_client/utils.py:102
Methodtake_screenshot
(self)
omniparse/web/crawler_strategy.py:141
Methodupdate_user_agent
(self, user_agent: str)
omniparse/web/crawler_strategy.py:99
Methodwarmup
(self)
omniparse/web/web_crawler.py:45
← previous101–133 of 133, ranked by callers