MCPcopy Create free account

hub / github.com/docling-project/docling-parse / functions

Functions1,406 in github.com/docling-project/docling-parse

Functiontest_serialize_and_reload
()
tests/test_parse.py:681
Methodtest_shapes_consistent_across_locales
Shape coordinates (graphics state) must be locale-independent.
tests/test_locale_safety.py:292
Functiontest_table_of_contents
Test table of contents extraction from PDF documents.
tests/test_parse.py:944
Functiontest_table_of_contents_none_for_pdf_without_toc
Test that TOC is None for PDFs without table of contents.
tests/test_parse.py:1026
Methodtest_text_cell_coordinates_under_comma_locale
Text cell bounding boxes must be correct under comma locale.
tests/test_locale_safety.py:190
Functiontest_threaded_backpressure
Test that backpressure works with max_concurrent_results=1.
tests/test_threaded_parse.py:271
Functiontest_threaded_bitmap_no_materialization_preserves_geometry
Threaded path: geometry matches between full and placeholder-only modes.
tests/test_threaded_parse.py:402
Functiontest_threaded_multiple_documents_with_different_subsets
()
tests/test_threaded_parse.py:341
Functiontest_threaded_reference_documents_from_filenames
Load all regression PDFs, decode all pages in parallel, and verify against groundtruth.
tests/test_threaded_parse.py:36
Functiontest_threaded_result_rejects_skipped_entity
Requesting an entity the batch skipped raises instead of yielding empty.
tests/test_threaded_parse.py:475
Functiontest_threaded_result_rejects_skipped_entity_after_config_mutation
The rejection uses the compiled batch mask, not the caller's mutable config.
tests/test_threaded_parse.py:496
Functiontest_threaded_result_upgrade_compute_to_materialize
A batch decoded at COMPUTE can surface those cells per result.
tests/test_threaded_parse.py:451
Functiontest_threaded_results_match_sequential
Verify threaded results match sequential results for the same documents.
tests/test_threaded_parse.py:211
Functiontest_threaded_selected_pages_invalid_page_number
()
tests/test_threaded_parse.py:331
Functiontest_threaded_selected_pages_schedule_subset
()
tests/test_threaded_parse.py:309
Functiontest_threaded_single_document
Test threaded parsing with a single document.
tests/test_threaded_parse.py:178
Functiontest_threaded_single_thread
Test threaded parsing with a single thread (sequential baseline).
tests/test_threaded_parse.py:290
Functiontest_threaded_unload_after_consumption_is_idempotent
()
tests/test_threaded_parse.py:366
Functiontest_threaded_unload_during_active_iteration_raises
()
tests/test_threaded_parse.py:382
Functiontest_unload_individual_pages
Test unloading specific page ranges.
tests/test_parse.py:806
Methodtest_widgets_and_hyperlinks_under_comma_locale
Widget and hyperlink bounding boxes must be locale-independent.
tests/test_locale_safety.py:400
Functiontest_word_cells_materialize_without_char_cells
Word cells can be produced without surfacing character cells.
tests/test_parse.py:1214
Methodtext_instruction
src/parse/page_items/render_instructions.h:169
Methodtext_widget_instruction
src/parse/page_items/render_instructions.h:376
Methodthreaded_benchmark
app/run_scaling.cpp:550
Methodtimer
src/parse/utils/timer.h:29
Methodtiming_csv_writer
app/run_scaling.cpp:492
Functionto_class
src/parse/pdf_decoders/stream_enums.h:89
Methodto_json
src/parse/config.h:64
Methodto_records
src/parse/page_item_sanitators/cells.h:83
Methodto_stroke_cap
Maps the PDF line cap value (0 butt, 1 round, 2 projecting square) to Blend2D. The numeric values differ (Blend2D: square=1, round=2).
src/render/blend2d_renderer.h:562
Methodto_stroke_join
Maps the PDF line join value (0 miter, 1 round, 2 bevel) to Blend2D. PDF miter joins fall back to bevel when the miter limit is exceeded, which is exa
src/render/blend2d_renderer.h:575
Methodto_uint32
src/parse/pdf_resources/page_font/cmap.h:255
Methodto_utf8
src/parse/pdf_resources/page_font/base_font.h:180
Methodtrafo_scale
src/parse/pdf_states/shape.h:537
Methodtransform
src/parse/page_item_sanitators/page_dimension.h:409
Methodtransform_text_box
src/render/blend2d_renderer.h:903
Methodtransform_text_point
src/render/blend2d_renderer.h:888
Methodtranslated
Copy shifted by (dx, dy); used to lift widget appearance-stream geometry from AP-local into page coordinates.
src/parse/page_items/render_instructions.h:57
Methodtranslated
src/parse/page_items/render_instructions.h:105
Methodtranslated
Copy shifted by (dx, dy); used to lift widget appearance-stream text from AP-local into page coordinates. The glyph bbox (g_*) lives in font units and
src/parse/page_items/render_instructions.h:265
Methodtranslated
src/parse/page_items/render_instructions.h:641
Methodtrim_page_decoders
src/pybind/docling_parser.h:346
Methodtry_init_font_program_direct
src/parse/pdf_resources/page_font.h:1218
Methodtry_init_font_program_from_descriptor
src/parse/pdf_resources/page_font.h:1145
Methodunload_document
src/pybind/docling_threaded_base.h:333
Methodunload_document_pages
src/pybind/docling_parser.h:267
Methodunload_documents
src/pybind/docling_parser.h:285
Functionupdate_groundtruth
(request)
tests/conftest.py:25
Methodupdate_timings
src/parse/pdf_decoders/document.h:386
Methodvalidate_unload_state
src/pybind/docling_threaded_base.h:394
Methodverify
src/parse/pdf_states/shape.h:504
Methodverify
src/parse/pdf_states/global.h:143
Methodverify
src/parse/pdf_states/grph.h:321
Methodverify
src/parse/pdf_states/text.h:187
Methodworker_loop
src/pybind/docling_threaded_renderer.h:66
Methodworker_loop
src/pybind/docling_threaded_parser.h:30
Methodworker_loop
app/run_scaling.cpp:619
Method~base_font
src/parse/pdf_resources/page_font/base_font.h:82
Method~base_fonts
src/parse/pdf_resources/page_font/base_fonts.h:58
Method~char_description
src/parse/pdf_resources/page_font/char_description.h:25
Method~char_processor
src/parse/pdf_resources/page_font/char_processor.h:27
Method~cmap_parser
src/parse/pdf_resources/page_font/cmap.h:102
Method~docling_threaded_base
src/pybind/docling_threaded_base.h:158
Method~font_cid
src/parse/pdf_resources/page_font/font_cid.h:51
Method~font_cids
src/parse/pdf_resources/page_font/font_cids.h:52
Method~font_encoding
src/parse/pdf_resources/page_font/encoding.h:39
Method~font_encodings
src/parse/pdf_resources/page_font/encodings.h:33
Method~font_glyphs
src/parse/pdf_resources/page_font/glyphs.h:54
Method~freetype_embedded_font_cache
src/render/freetype_embedded_font_cache.h:131
Method~page_item
src/parse/page_items/page_cells.h:52
Method~page_item
src/parse/page_items/page_image.h:127
Method~page_item
src/parse/page_items/page_hyperlinks.h:43
Method~page_item
src/parse/page_items/page_shapes.h:45
Method~page_item
src/parse/page_items/page_images.h:43
Method~page_item
src/parse/page_items/page_cell.h:107
Method~page_item
src/parse/page_items/page_hyperlink.h:38
Method~page_item
src/parse/page_items/page_widgets.h:43
Method~page_item
src/parse/page_items/page_widget.h:47
Method~page_item
src/parse/page_items/page_dimension.h:66
Method~page_item
src/parse/page_items/page_shape.h:118
Method~page_item_sanitator
src/parse/page_item_sanitators/cells.h:80
Method~page_item_sanitator
src/parse/page_item_sanitators/page_dimension.h:51
Method~parser
src/parse/parser.h:73
Method~pdf_decoder
src/parse/pdf_decoders/page.h:241
Method~pdf_decoder
src/parse/pdf_decoders/document.h:137
Method~pdf_decoder
src/parse/pdf_decoders/stream.h:143
Method~pdf_resource
src/parse/pdf_resources/page_fonts.h:45
Method~pdf_resource
src/parse/pdf_resources/page_grph.h:47
Method~pdf_resource
src/parse/pdf_resources/page_font.h:200
Method~pdf_resource
src/parse/pdf_resources/page_xobjects.h:183
Method~pdf_resource
src/parse/pdf_resources/page_xobject_postscript.h:42
Method~pdf_resource
src/parse/pdf_resources/page_grphs.h:45
Method~pdf_resource
src/parse/pdf_resources/page_colorspaces.h:42
Method~pdf_resource
src/parse/pdf_resources/page_colorspace.h:65
Method~pdf_resource
src/parse/pdf_resources/page_xobject_form.h:70
Method~pdf_resource
src/parse/pdf_resources/page_xobject_image.h:264
Method~pdf_state
src/parse/pdf_states/shape.h:179
Method~pdf_state
src/parse/pdf_states/bitmap.h:90
Method~pdf_state
src/parse/pdf_states/global.h:126
← previousnext →1,301–1,400 of 1,406, ranked by callers