MCPcopy Create free account

hub / github.com/Paper2Poster/Paper2Poster / functions

Functions4,860 in github.com/Paper2Poster/Paper2Poster

↓ 1 callersMethod_detect_html_xhtml
Guess the mime type of an XHTML, HTML, or XML file from its content. Args: content: A short piece of a document from its beginnin
docling/datamodel/document.py:362
↓ 1 callersMethod_detect_html_xhtml
Guess the mime type of an XHTML, HTML, or XML file from its content. Args: content: A short piece of a document from its beginnin
demo/Paper2Poster/docling/datamodel/document.py:362
↓ 1 callersMethod_detect_language
r""" Run tesseract in PSM 0 mode to detect the language
docling/models/tesseract_ocr_cli_model.py:121
↓ 1 callersMethod_detect_language
r""" Run tesseract in PSM 0 mode to detect the language
demo/Paper2Poster/docling/models/tesseract_ocr_cli_model.py:121
↓ 1 callersMethod_determine_status
(self, conv_res: ConversionResult)
docling/pipeline/base_pipeline.py:92
↓ 1 callersMethod_determine_status
(self, conv_res: ConversionResult)
demo/Paper2Poster/docling/pipeline/base_pipeline.py:92
↓ 1 callersMethod_download_and_save_logo
Try to download a logo from the web and save it. Args: name: Name to search for category: Category for savin
utils/logo_utils.py:166
↓ 1 callersMethod_download_and_save_logo
Try to download a logo from the web and save it. Args: name: Name to search for category: Category for savin
demo/Paper2Poster/utils/logo_utils.py:166
↓ 1 callersMethod_download_file
( self, local_file_path: Path, remote_file_key: str, )
camel/storages/object_storages/base.py:110
↓ 1 callersMethod_download_file
( self, local_file_path: Path, remote_file_key: str, )
demo/Paper2Poster/camel/storages/object_storages/base.py:110
↓ 1 callersMethod_enrich_document
(self, conv_res: ConversionResult)
docling/pipeline/base_pipeline.py:66
↓ 1 callersMethod_enrich_document
(self, conv_res: ConversionResult)
demo/Paper2Poster/docling/pipeline/base_pipeline.py:66
↓ 1 callersFunction_ensure_left_logo_or_disable
If no left_logo.* exists in logos/, comment out \logoleft line in poster_output.tex.
demo/app.py:754
↓ 1 callersFunction_ensure_right_logo_default
If no right_logo.png exists in output poster project, copy a default NeurIPS logo. Looks for Paper2Poster/assets/neurips.png first, else template/
demo/app.py:321
↓ 1 callersMethod_ensure_server_running
r"""Ensures that the server is running. If not, starts the server.
camel/models/sglang_model.py:124
↓ 1 callersMethod_ensure_server_running
r"""Ensures that the server is running. If not, starts the server.
demo/Paper2Poster/camel/models/sglang_model.py:124
↓ 1 callersFunction_ensure_versions
()
demo/app.py:10
↓ 1 callersFunction_estimate_section_occupancy
(section, figs_for_section)
demo/posterbuilder/convert_baposter.py:517
↓ 1 callersMethod_execute
r"""Execute the code in the Jupyter kernel and return the result.
camel/interpreters/ipython_interpreter.py:80
↓ 1 callersMethod_execute
r"""Execute the code in the Jupyter kernel and return the result.
demo/Paper2Poster/camel/interpreters/ipython_interpreter.py:80
↓ 1 callersMethod_execute_assign
(self, assign: ast.Assign)
camel/interpreters/internal_python_interpreter.py:315
↓ 1 callersMethod_execute_assign
(self, assign: ast.Assign)
demo/Paper2Poster/camel/interpreters/internal_python_interpreter.py:315
↓ 1 callersMethod_execute_binop
(self, binop: ast.BinOp)
camel/interpreters/internal_python_interpreter.py:482
↓ 1 callersMethod_execute_binop
(self, binop: ast.BinOp)
demo/Paper2Poster/camel/interpreters/internal_python_interpreter.py:482
↓ 1 callersMethod_execute_call
(self, call: ast.Call)
camel/interpreters/internal_python_interpreter.py:346
↓ 1 callersMethod_execute_call
(self, call: ast.Call)
demo/Paper2Poster/camel/interpreters/internal_python_interpreter.py:346
↓ 1 callersMethod_execute_for
(self, for_statement: ast.For)
camel/interpreters/internal_python_interpreter.py:439
↓ 1 callersMethod_execute_for
(self, for_statement: ast.For)
demo/Paper2Poster/camel/interpreters/internal_python_interpreter.py:439
↓ 1 callersMethod_execute_if
(self, if_statement: ast.If)
camel/interpreters/internal_python_interpreter.py:420
↓ 1 callersMethod_execute_if
(self, if_statement: ast.If)
demo/Paper2Poster/camel/interpreters/internal_python_interpreter.py:420
↓ 1 callersMethod_execute_import
(self, import_module: ast.Import)
camel/interpreters/internal_python_interpreter.py:450
↓ 1 callersMethod_execute_import
(self, import_module: ast.Import)
demo/Paper2Poster/camel/interpreters/internal_python_interpreter.py:450
↓ 1 callersMethod_execute_import_from
(self, import_from: ast.ImportFrom)
camel/interpreters/internal_python_interpreter.py:456
↓ 1 callersMethod_execute_import_from
(self, import_from: ast.ImportFrom)
demo/Paper2Poster/camel/interpreters/internal_python_interpreter.py:456
↓ 1 callersMethod_execute_name
(self, name: ast.Name)
camel/interpreters/internal_python_interpreter.py:379
↓ 1 callersMethod_execute_name
(self, name: ast.Name)
demo/Paper2Poster/camel/interpreters/internal_python_interpreter.py:379
↓ 1 callersMethod_execute_pipeline
( self, in_doc: InputDocument, raises_on_error: bool )
docling/document_converter.py:319
↓ 1 callersMethod_execute_pipeline
( self, in_doc: InputDocument, raises_on_error: bool )
demo/Paper2Poster/docling/document_converter.py:319
↓ 1 callersMethod_execute_subscript
(self, subscript: ast.Subscript)
camel/interpreters/internal_python_interpreter.py:357
↓ 1 callersMethod_execute_subscript
(self, subscript: ast.Subscript)
demo/Paper2Poster/camel/interpreters/internal_python_interpreter.py:357
↓ 1 callersMethod_execute_unaryop
(self, unaryop: ast.UnaryOp)
camel/interpreters/internal_python_interpreter.py:510
↓ 1 callersMethod_execute_unaryop
(self, unaryop: ast.UnaryOp)
demo/Paper2Poster/camel/interpreters/internal_python_interpreter.py:510
↓ 1 callersMethod_extract_author_id
r"""Extracts the author ID from a Google Scholar URL if provided. Returns: Optional[str]: The extracted author ID, or None if not
camel/toolkits/google_scholar_toolkit.py:104
↓ 1 callersMethod_extract_author_id
r"""Extracts the author ID from a Google Scholar URL if provided. Returns: Optional[str]: The extracted author ID, or None if not
demo/Paper2Poster/camel/toolkits/google_scholar_toolkit.py:104
↓ 1 callersMethod_extract_code_language
Extracts a programming language from the beginning of a string. This function checks if the input string starts with a pattern of the form
docling/models/code_formula_model.py:157
↓ 1 callersMethod_extract_code_language
Extracts a programming language from the beginning of a string. This function checks if the input string starts with a pattern of the form
demo/Paper2Poster/docling/models/code_formula_model.py:157
↓ 1 callersMethod_extract_info_pairs
r"""Extract information pairs and relationships from text. Args: text (str): Input text to extract information from. Ret
camel/datagen/source2synth/data_processor.py:254
↓ 1 callersMethod_extract_info_pairs
r"""Extract information pairs and relationships from text. Args: text (str): Input text to extract information from. Ret
demo/Paper2Poster/camel/datagen/source2synth/data_processor.py:254
↓ 1 callersMethod_extract_nodes
r"""Extracts unique nodes from graph elements. Args: graph_elements (List[Any]): A list of graph elements containing
camel/storages/graph_storages/nebula_graph.py:324
↓ 1 callersMethod_extract_nodes
r"""Extracts unique nodes from graph elements. Args: graph_elements (List[Any]): A list of graph elements containing
demo/Paper2Poster/camel/storages/graph_storages/nebula_graph.py:324
↓ 1 callersMethod_extract_relationships
r"""Extracts relationships from graph elements. Args: graph_elements (List[Any]): A list of graph elements containing
camel/storages/graph_storages/nebula_graph.py:350
↓ 1 callersMethod_extract_relationships
r"""Extracts relationships from graph elements. Args: graph_elements (List[Any]): A list of graph elements containing
demo/Paper2Poster/camel/storages/graph_storages/nebula_graph.py:350
↓ 1 callersMethod_extract_tool_call
r"""Extract the tool call from the model response, if present. Args: response (Any): The model's response object. Return
camel/agents/chat_agent.py:779
↓ 1 callersMethod_extract_tool_call
r"""Extract the tool call from the model response, if present. Args: response (Any): The model's response object. Return
demo/Paper2Poster/camel/agents/chat_agent.py:779
↓ 1 callersFunction_fallback_search_by_basename
(images_parent: pathlib.Path, basename: str)
demo/posterbuilder/convert_baposter.py:400
↓ 1 callersMethod_filter_ocr_cells
(self, ocr_cells, programmatic_cells)
docling/models/base_ocr_model.py:101
↓ 1 callersMethod_filter_ocr_cells
(self, ocr_cells, programmatic_cells)
demo/Paper2Poster/docling/models/base_ocr_model.py:101
↓ 1 callersMethod_find_assignee
r"""Assigns a task to a worker node with the best capability. Parameters: task (Task): The task to be assigned. Returns:
camel/societies/workforce/workforce.py:266
↓ 1 callersMethod_find_assignee
r"""Assigns a task to a worker node with the best capability. Parameters: task (Task): The task to be assigned. Returns:
demo/Paper2Poster/camel/societies/workforce/workforce.py:266
↓ 1 callersMethod_find_data_tables
Find all compact rectangular data tables in a sheet.
docling/backend/msexcel_backend.py:176
↓ 1 callersMethod_find_data_tables
Find all compact rectangular data tables in a sheet.
demo/Paper2Poster/docling/backend/msexcel_backend.py:176
↓ 1 callersMethod_find_images_in_sheet
( self, doc: DoclingDocument, sheet: Worksheet )
docling/backend/msexcel_backend.py:325
↓ 1 callersMethod_find_images_in_sheet
( self, doc: DoclingDocument, sheet: Worksheet )
demo/Paper2Poster/docling/backend/msexcel_backend.py:325
↓ 1 callersMethod_find_ranges
Find consecutive ranges in a list of numbers.
utils/src/multimodal.py:91
↓ 1 callersMethod_find_ranges
Find consecutive ranges in a list of numbers.
demo/Paper2Poster/utils/src/multimodal.py:91
↓ 1 callersMethod_find_table_bottom
Function to find the bottom boundary of the table
docling/backend/msexcel_backend.py:273
↓ 1 callersMethod_find_table_bottom
Function to find the bottom boundary of the table
demo/Paper2Poster/docling/backend/msexcel_backend.py:273
↓ 1 callersMethod_find_table_bounds
Determine the bounds of a compact rectangular table. Returns: - A dictionary with the bounds and data. - A set of vis
docling/backend/msexcel_backend.py:203
↓ 1 callersMethod_find_table_bounds
Determine the bounds of a compact rectangular table. Returns: - A dictionary with the bounds and data. - A set of vis
demo/Paper2Poster/docling/backend/msexcel_backend.py:203
↓ 1 callersMethod_find_table_right
Function to find the right boundary of the table
docling/backend/msexcel_backend.py:299
↓ 1 callersMethod_find_table_right
Function to find the right boundary of the table
demo/Paper2Poster/docling/backend/msexcel_backend.py:299
↓ 1 callersMethod_find_tables_in_sheet
(self, doc: DoclingDocument, sheet: Worksheet)
docling/backend/msexcel_backend.py:143
↓ 1 callersMethod_find_tables_in_sheet
(self, doc: DoclingDocument, sheet: Worksheet)
demo/Paper2Poster/docling/backend/msexcel_backend.py:143
↓ 1 callersMethod_find_unassigned_cells
Find cells not assigned to any cluster.
docling/utils/layout_postprocessor.py:603
↓ 1 callersMethod_find_unassigned_cells
Find cells not assigned to any cluster.
demo/Paper2Poster/docling/utils/layout_postprocessor.py:603
↓ 1 callersFunction_flatten_table_grid
(grid: List[List[dict]])
docling/utils/glm_utils.py:55
↓ 1 callersFunction_flatten_table_grid
(grid: List[List[dict]])
demo/Paper2Poster/docling/utils/glm_utils.py:55
↓ 1 callersMethod_generate_collection_name
r"""Generates a collection name if user doesn't provide
camel/storages/vectordb_storages/qdrant.py:227
↓ 1 callersMethod_generate_collection_name
r"""Generates a unique name for a new collection based on the current timestamp. Milvus collection names can only contain alphanumeric
camel/storages/vectordb_storages/milvus.py:203
↓ 1 callersMethod_generate_collection_name
r"""Generates a collection name if user doesn't provide
demo/Paper2Poster/camel/storages/vectordb_storages/qdrant.py:227
↓ 1 callersMethod_generate_collection_name
r"""Generates a unique name for a new collection based on the current timestamp. Milvus collection names can only contain alphanumeric
demo/Paper2Poster/camel/storages/vectordb_storages/milvus.py:203
↓ 1 callersMethod_generate_outline
Generate an outline for the presentation. Args: num_slides (int): The number of slides to generate. Returns:
utils/src/pptgen.py:166
↓ 1 callersMethod_generate_outline
Generate an outline for the presentation. Args: num_slides (int): The number of slides to generate. Returns:
demo/Paper2Poster/utils/src/pptgen.py:166
↓ 1 callersMethod_generate_qa_pairs
r"""Generate multi-hop question-answer pairs from information pairs. Args: info_pairs (List[Dict[str, Sequence[str]]]): List of i
camel/datagen/source2synth/data_processor.py:289
↓ 1 callersMethod_generate_qa_pairs
r"""Generate multi-hop question-answer pairs from information pairs. Args: info_pairs (List[Dict[str, Sequence[str]]]): List of i
demo/Paper2Poster/camel/datagen/source2synth/data_processor.py:289
↓ 1 callersMethod_generate_slide
Generate a slide from the slide data.
utils/src/pptgen.py:269
↓ 1 callersMethod_generate_slide
Generate a slide from the slide data.
demo/Paper2Poster/utils/src/pptgen.py:269
↓ 1 callersMethod_generate_summary
r"""Generate and return a summary of the benchmark results.
camel/benchmarks/gaia.py:357
↓ 1 callersMethod_generate_summary
r"""Generate and return a summary of the benchmark results.
demo/Paper2Poster/camel/benchmarks/gaia.py:357
↓ 1 callersMethod_generate_tool_prompt
r"""Generates a tool prompt based on the provided tool schema list. Args: tool_schema_list (List[Dict]): A list of dictionaries,
camel/agents/chat_agent.py:332
↓ 1 callersMethod_generate_tool_prompt
r"""Generates a tool prompt based on the provided tool schema list. Args: tool_schema_list (List[Dict]): A list of dictionaries,
demo/Paper2Poster/camel/agents/chat_agent.py:332
↓ 1 callersMethod_get_access_token
r"""Fetches the access token required for making LinkedIn API requests. Returns: str: The OAuth 2.0 access token or warming messa
camel/toolkits/linkedin_toolkit.py:211
↓ 1 callersMethod_get_access_token
r"""Fetches the access token required for making LinkedIn API requests. Returns: str: The OAuth 2.0 access token or warming messa
demo/Paper2Poster/camel/toolkits/linkedin_toolkit.py:211
↓ 1 callersMethod_get_assigned_task
r"""Get the task assigned to this node from the channel.
camel/societies/workforce/worker.py:60
↓ 1 callersMethod_get_assigned_task
r"""Get the task assigned to this node from the channel.
demo/Paper2Poster/camel/societies/workforce/worker.py:60
↓ 1 callersMethod_get_code_language_enum
Converts a string to a corresponding `CodeLanguageLabel` enum member. If the provided string does not match any value in `CodeLangua
docling/models/code_formula_model.py:187
↓ 1 callersMethod_get_code_language_enum
Converts a string to a corresponding `CodeLanguageLabel` enum member. If the provided string does not match any value in `CodeLangua
demo/Paper2Poster/docling/models/code_formula_model.py:187
↓ 1 callersFunction_get_default_option
(format: InputFormat)
docling/document_converter.py:114
↓ 1 callersFunction_get_default_option
(format: InputFormat)
demo/Paper2Poster/docling/document_converter.py:114
↓ 1 callersMethod_get_doc_or_err
(self)
docling/backend/json/docling_json_backend.py:39
← previousnext →901–1,000 of 4,860, ranked by callers