LICENSE.md
MANIFEST.in
README.md
pyproject.toml
demo/README.md
demo/demo.py
demo/office_docs/README.md
demo/office_docs/docx_01.doc
demo/office_docs/docx_01.docx
demo/office_docs/pptx_01.ppt
demo/office_docs/pptx_01.pptx
demo/office_docs/rtf_01.rtf
demo/office_docs/xlsx_01.xls
demo/office_docs/xlsx_01.xlsx
demo/pdfs/2407.00079v4_origi-10.pdf
demo/pdfs/IEBM_A_2667169_O-5.pdf
demo/pdfs/caibao1.pdf
demo/pdfs/demo1.pdf
demo/pdfs/demo2.pdf
demo/pdfs/demo3.pdf
demo/pdfs/demo4.pdf
demo/pdfs/demo6.pdf
demo/pdfs/mixed_elements_pages_03_06.pdf
demo/pdfs/mixed_elements_pages_07_10.pdf
demo/pdfs/mixed_elements_pages_11_15.pdf
demo/pdfs/mixed_elements_pages_39_40.pdf
demo/pdfs/small_ocr.pdf
demo/pdfs/中文论文.pdf
demo/pdfs/中文论文2.pdf
demo/pdfs/中文论文3.pdf
demo/pdfs/中文论文4.pdf
docs/HTML_PROTOCOL.md
docs/JSON_PROTOCOL.md
docs/METADATA.md
docs/PDF_FONTS.md
docs/RENDER_OWNERSHIP.md
docs/sdk-0.4.md
schemas/middle-2.0.json
schemas/model-2.0.json
src/docvortex/__init__.py
src/docvortex/api.py
src/docvortex/cli.py
src/docvortex/errors.py
src/docvortex/geometry.py
src/docvortex/metadata.py
src/docvortex/options.py
src/docvortex/public_api.py
src/docvortex/result.py
src/docvortex/schema.py
src/docvortex/version.py
src/docvortex/visualization.py
src/docvortex.egg-info/PKG-INFO
src/docvortex.egg-info/SOURCES.txt
src/docvortex.egg-info/dependency_links.txt
src/docvortex.egg-info/entry_points.txt
src/docvortex.egg-info/requires.txt
src/docvortex.egg-info/top_level.txt
src/docvortex/analyzers/__init__.py
src/docvortex/analyzers/pdf.py
src/docvortex/analyzers/native/__init__.py
src/docvortex/analyzers/native/contracts.py
src/docvortex/analyzers/native/csv.py
src/docvortex/analyzers/native/models.py
src/docvortex/analyzers/native/_shared/__init__.py
src/docvortex/analyzers/native/_shared/hyperlink.py
src/docvortex/analyzers/native/_shared/image.py
src/docvortex/analyzers/native/_shared/mathml.py
src/docvortex/analyzers/native/_shared/names.py
src/docvortex/analyzers/native/_shared/xycut.py
src/docvortex/analyzers/native/_shared/markup/__init__.py
src/docvortex/analyzers/native/_shared/markup/anchors.py
src/docvortex/analyzers/native/_shared/markup/formula.py
src/docvortex/analyzers/native/_shared/markup/projector.py
src/docvortex/analyzers/native/_shared/markup/styles.py
src/docvortex/analyzers/native/epub/__init__.py
src/docvortex/analyzers/native/epub/constants.py
src/docvortex/analyzers/native/epub/converter.py
src/docvortex/analyzers/native/epub/errors.py
src/docvortex/analyzers/native/epub/metadata.py
src/docvortex/analyzers/native/epub/package.py
src/docvortex/analyzers/native/epub/properties.py
src/docvortex/analyzers/native/epub/xhtml.py
src/docvortex/analyzers/native/html/__init__.py
src/docvortex/analyzers/native/html/anchors.py
src/docvortex/analyzers/native/html/constants.py
src/docvortex/analyzers/native/html/converter.py
src/docvortex/analyzers/native/html/document.py
src/docvortex/analyzers/native/html/errors.py
src/docvortex/analyzers/native/html/metadata.py
src/docvortex/analyzers/native/html/resources.py
src/docvortex/analyzers/native/html/selector.py
src/docvortex/analyzers/native/ofd/__init__.py
src/docvortex/analyzers/native/ofd/assembly.py
src/docvortex/analyzers/native/ofd/constants.py
src/docvortex/analyzers/native/ofd/converter.py
src/docvortex/analyzers/native/ofd/errors.py
src/docvortex/analyzers/native/ofd/geometry.py
src/docvortex/analyzers/native/ofd/images.py
src/docvortex/analyzers/native/ofd/metadata.py
src/docvortex/analyzers/native/ofd/models.py
src/docvortex/analyzers/native/ofd/package.py
src/docvortex/analyzers/native/ofd/path.py
src/docvortex/analyzers/native/ofd/reading_order.py
src/docvortex/analyzers/native/ofd/resources.py
src/docvortex/analyzers/native/ofd/scene.py
src/docvortex/analyzers/native/ofd/table.py
src/docvortex/analyzers/native/ofd/text.py
src/docvortex/analyzers/native/ofd/vector.py
src/docvortex/analyzers/native/office/__init__.py
src/docvortex/analyzers/native/office/errors.py
src/docvortex/analyzers/native/office/image.py
src/docvortex/analyzers/native/office/limits.py
src/docvortex/analyzers/native/office/metadata.py
src/docvortex/analyzers/native/office/ooxml_chart.py
src/docvortex/analyzers/native/office/opc.py
src/docvortex/analyzers/native/office/rich_text.py
src/docvortex/analyzers/native/office/streams.py
src/docvortex/analyzers/native/office/doc/__init__.py
src/docvortex/analyzers/native/office/doc/bookmarks.py
src/docvortex/analyzers/native/office/doc/doc_converter.py
src/docvortex/analyzers/native/office/doc/fib.py
src/docvortex/analyzers/native/office/doc/fields.py
src/docvortex/analyzers/native/office/doc/formatting.py
src/docvortex/analyzers/native/office/doc/images.py
src/docvortex/analyzers/native/office/doc/lists.py
src/docvortex/analyzers/native/office/doc/models.py
src/docvortex/analyzers/native/office/doc/parser.py
src/docvortex/analyzers/native/office/doc/pieces.py
src/docvortex/analyzers/native/office/doc/records.py
src/docvortex/analyzers/native/office/doc/sprm.py
src/docvortex/analyzers/native/office/doc/styles.py
src/docvortex/analyzers/native/office/docx/__init__.py
src/docvortex/analyzers/native/office/docx/context.py
src/docvortex/analyzers/native/office/docx/docx_converter.py
src/docvortex/analyzers/native/office/docx/equationxml.py
src/docvortex/analyzers/native/office/docx/fields.py
src/docvortex/analyzers/native/office/docx/formatting_types.py
src/docvortex/analyzers/native/office/docx/main.py
src/docvortex/analyzers/native/office/docx/numbering.py
src/docvortex/analyzers/native/office/docx/office_xml.py
src/docvortex/analyzers/native/office/docx/package_normalizer.py
src/docvortex/analyzers/native/office/docx/resources.py
src/docvortex/analyzers/native/office/docx/styles.py
src/docvortex/analyzers/native/office/docx/tables.py
src/docvortex/analyzers/native/office/equation/__init__.py
src/docvortex/analyzers/native/office/equation/image.py
src/docvortex/analyzers/native/office/equation/latex_dict.py
src/docvortex/analyzers/native/office/equation/mtef.py
src/docvortex/analyzers/native/office/equation/mtef_v5.py
src/docvortex/analyzers/native/office/equation/omml.py
src/docvortex/analyzers/native/office/equation/ooxml.py
src/docvortex/analyzers/native/office/legacy/__init__.py
src/docvortex/analyzers/native/office/legacy/binary.py
src/docvortex/analyzers/native/office/legacy/officeart.py
src/docvortex/analyzers/native/office/legacy/ole.py
src/docvortex/analyzers/native/office/odf/__init__.py
src/docvortex/analyzers/native/office/odf/chart.py
src/docvortex/analyzers/native/office/odf/constants.py
src/docvortex/analyzers/native/office/odf/converters.py
src/docvortex/analyzers/native/office/odf/errors.py
src/docvortex/analyzers/native/office/odf/metadata.py
src/docvortex/analyzers/native/office/odf/models.py
src/docvortex/analyzers/native/office/odf/package.py
src/docvortex/analyzers/native/office/odf/styles.py
src/docvortex/analyzers/native/office/odf/table.py
src/docvortex/analyzers/native/office/odf/text.py
src/docvortex/analyzers/native/office/ppt/__init__.py
src/docvortex/analyzers/native/office/ppt/models.py
src/docvortex/analyzers/native/office/ppt/parser.py
src/docvortex/analyzers/native/office/ppt/ppt_converter.py
src/docvortex/analyzers/native/office/ppt/records.py
src/docvortex/analyzers/native/office/ppt/style_text.py
src/docvortex/analyzers/native/office/pptx/__init__.py
src/docvortex/analyzers/native/office/pptx/context.py
src/docvortex/analyzers/native/office/pptx/lists.py
src/docvortex/analyzers/native/office/pptx/main.py
src/docvortex/analyzers/native/office/pptx/package_normalizer.py
src/docvortex/analyzers/native/office/pptx/pptx_converter.py
src/docvortex/analyzers/native/office/pptx/resources.py
src/docvortex/analyzers/native/office/pptx/shapes.py
src/docvortex/analyzers/native/office/pptx/text_styles.py
src/docvortex/analyzers/native/office/pptx/titles.py
src/docvortex/analyzers/native/office/rtf/__init__.py
src/docvortex/analyzers/native/office/rtf/converter.py
src/docvortex/analyzers/native/office/rtf/lexer.py
src/docvortex/analyzers/native/office/rtf/math.py
src/docvortex/analyzers/native/office/rtf/metadata.py
src/docvortex/analyzers/native/office/rtf/models.py
src/docvortex/analyzers/native/office/rtf/parser.py
src/docvortex/analyzers/native/office/spreadsheet/__init__.py
src/docvortex/analyzers/native/office/spreadsheet/html.py
src/docvortex/analyzers/native/office/spreadsheet/models.py
src/docvortex/analyzers/native/office/spreadsheet/projector.py
src/docvortex/analyzers/native/office/xls/__init__.py
src/docvortex/analyzers/native/office/xls/chart.py
src/docvortex/analyzers/native/office/xls/embedded_chart.py
src/docvortex/analyzers/native/office/xls/models.py
src/docvortex/analyzers/native/office/xls/number_format.py
src/docvortex/analyzers/native/office/xls/parser.py
src/docvortex/analyzers/native/office/xls/records.py
src/docvortex/analyzers/native/office/xls/strings.py
src/docvortex/analyzers/native/office/xls/xls_converter.py
src/docvortex/analyzers/native/office/xlsx/__init__.py
src/docvortex/analyzers/native/office/xlsx/main.py
src/docvortex/analyzers/native/office/xlsx/ooxml_ole.py
src/docvortex/analyzers/native/office/xlsx/package_normalizer.py
src/docvortex/analyzers/native/office/xlsx/xlsx_converter.py
src/docvortex/analyzers/native/pdf/__init__.py
src/docvortex/analyzers/native/pdf/_script_geometry.py
src/docvortex/analyzers/native/pdf/auxiliary_text.py
src/docvortex/analyzers/native/pdf/char_geometry.py
src/docvortex/analyzers/native/pdf/code_blocks.py
src/docvortex/analyzers/native/pdf/formulas.py
src/docvortex/analyzers/native/pdf/geometry.py
src/docvortex/analyzers/native/pdf/graphics.py
src/docvortex/analyzers/native/pdf/index_blocks.py
src/docvortex/analyzers/native/pdf/line_layout.py
src/docvortex/analyzers/native/pdf/line_merging.py
src/docvortex/analyzers/native/pdf/models.py
src/docvortex/analyzers/native/pdf/native_text.py
src/docvortex/analyzers/native/pdf/pipeline.py
src/docvortex/analyzers/native/pdf/spatial_text.py
src/docvortex/analyzers/native/pdf/table_annotations.py
src/docvortex/analyzers/native/pdf/table_constants.py
src/docvortex/analyzers/native/pdf/table_detection.py
src/docvortex/analyzers/native/pdf/table_filled_grid.py
src/docvortex/analyzers/native/pdf/table_geometry.py
src/docvortex/analyzers/native/pdf/table_materialization.py
src/docvortex/analyzers/native/pdf/table_rows.py
src/docvortex/analyzers/native/pdf/table_rules.py
src/docvortex/analyzers/native/pdf/table_text_styles.py
src/docvortex/analyzers/native/pdf/tables.py
src/docvortex/analyzers/native/pdf/text_blocks.py
src/docvortex/analyzers/native/pdf/titles.py
src/docvortex/analyzers/native/pdf/typography.py
src/docvortex/analyzers/native/pdf/visual_annotations.py
src/docvortex/analyzers/native/pdf/_table_recovery/__init__.py
src/docvortex/analyzers/native/pdf/_table_recovery/candidate.py
src/docvortex/analyzers/native/pdf/_table_recovery/contracts.py
src/docvortex/analyzers/native/pdf/_table_recovery/engine.py
src/docvortex/analyzers/native/pdf/_table_recovery/geometry.py
src/docvortex/analyzers/native/pdf/_table_recovery/sparse_common.py
src/docvortex/analyzers/native/pdf/_table_recovery/sparse_hybrid.py
src/docvortex/analyzers/native/pdf/_table_recovery/sparse_multiline.py
src/docvortex/analyzers/native/pdf/_table_recovery/text.py
src/docvortex/analyzers/native/pdf/_table_recovery/text_grid.py
src/docvortex/analyzers/native/pdf/_table_recovery/vector.py
src/docvortex/analyzers/native/pdf/inline/__init__.py
src/docvortex/analyzers/native/pdf/inline/common.py
src/docvortex/analyzers/native/pdf/inline/detection.py
src/docvortex/analyzers/native/pdf/inline/matching.py
src/docvortex/analyzers/native/pdf/inline/materialize.py
src/docvortex/analyzers/native/pdf/inline/scripts.py
src/docvortex/analyzers/native/pdf/inline/types.py
src/docvortex/analyzers/native/pdf/text_assembly/__init__.py
src/docvortex/analyzers/native/pdf/text_assembly/annotations.py
src/docvortex/analyzers/native/pdf/text_assembly/assembly.py
src/docvortex/analyzers/native/pdf/text_assembly/common.py
src/docvortex/analyzers/native/pdf/text_assembly/footnotes.py
src/docvortex/analyzers/native/pdf/text_assembly/merging.py
src/docvortex/analyzers/native/pdf/text_assembly/rows.py
src/docvortex/analyzers/native/pdf/title_analysis/__init__.py
src/docvortex/analyzers/native/pdf/title_analysis/body_profile.py
src/docvortex/analyzers/native/pdf/title_analysis/common.py
src/docvortex/analyzers/native/pdf/title_analysis/document_profile.py
src/docvortex/analyzers/native/pdf/title_analysis/lane_titles.py
src/docvortex/analyzers/native/pdf/title_analysis/page_titles.py
src/docvortex/analyzers/native/pdf/title_analysis/prototype.py
src/docvortex/analyzers/native/pdf/title_analysis/structural.py
src/docvortex/assets/__init__.py
src/docvortex/assets/images.py
src/docvortex/assets/store.py
src/docvortex/codecs/__init__.py
src/docvortex/codecs/json.py
src/docvortex/codecs/html/__init__.py
src/docvortex/codecs/html/contracts.py
src/docvortex/codecs/html/materializer.py
src/docvortex/codecs/html/parser.py
src/docvortex/codecs/html/resources.py
src/docvortex/content/__init__.py
src/docvortex/content/inline.py
src/docvortex/content/links.py
src/docvortex/content/mathml.py
src/docvortex/content/normalization.py
src/docvortex/content/spans.py
src/docvortex/content/text.py
src/docvortex/content/tree.py
src/docvortex/content/markup/__init__.py
src/docvortex/content/markup/anchors.py
src/docvortex/content/markup/formula.py
src/docvortex/content/markup/projector.py
src/docvortex/content/markup/styles.py
src/docvortex/content/table/__init__.py
src/docvortex/content/table/blocks.py
src/docvortex/content/table/content.py
src/docvortex/content/table/document.py
src/docvortex/content/table/html.py
src/docvortex/content/table/models.py
src/docvortex/content/table/rules.py
src/docvortex/content/table/structure.py
src/docvortex/document/__init__.py
src/docvortex/document/contracts.py
src/docvortex/document/detection.py
src/docvortex/document/filetypes.py
src/docvortex/document/page_range.py
src/docvortex/document/properties.py
src/docvortex/document/source.py
src/docvortex/document/pdf/__init__.py
src/docvortex/document/pdf/_document.py
src/docvortex/document/pdf/classify.py
src/docvortex/document/pdf/constants.py
src/docvortex/document/pdf/font_runtime.py
src/docvortex/document/pdf/images.py
src/docvortex/document/pdf/metadata.py
src/docvortex/document/pdf/native_annotations.py
src/docvortex/document/pdf/native_contracts.py
src/docvortex/document/pdf/native_coordinates.py
src/docvortex/document/pdf/native_lifecycle.py
src/docvortex/document/pdf/native_objects.py
src/docvortex/document/pdf/native_text_geometry.py
src/docvortex/document/pdf/pdfium.py
src/docvortex/document/pdf/raster.py
src/docvortex/document/pdf/visuals.py
src/docvortex/document/pdf/text/__init__.py
src/docvortex/document/pdf/text/_contracts.py
src/docvortex/document/pdf/text/extract.py
src/docvortex/document/pdf/text/geometry.py
src/docvortex/document/pdf/text/groups.py
src/docvortex/export/__init__.py
src/docvortex/export/bundle.py
src/docvortex/export/files.py
src/docvortex/export/middle.py
src/docvortex/foundation/__init__.py
src/docvortex/foundation/_coordinates.py
src/docvortex/foundation/_geometry.py
src/docvortex/foundation/_hyperlink.py
src/docvortex/foundation/_image.py
src/docvortex/foundation/_image_operations.py
src/docvortex/foundation/_image_payload.py
src/docvortex/foundation/_text.py
src/docvortex/foundation/image_encoding.py
src/docvortex/foundation/language.py
src/docvortex/foundation/type_identity.py
src/docvortex/foundation/xml_names.py
src/docvortex/postprocess/__init__.py
src/docvortex/postprocess/content.py
src/docvortex/postprocess/document.py
src/docvortex/postprocess/lists.py
src/docvortex/postprocess/page_blocks.py
src/docvortex/postprocess/pages.py
src/docvortex/postprocess/paragraphs.py
src/docvortex/postprocess/visual.py
src/docvortex/render/__init__.py
src/docvortex/render/api.py
src/docvortex/render/contracts.py
src/docvortex/render/docx.py
src/docvortex/render/epub.py
src/docvortex/render/fragments.py
src/docvortex/render/html.py
src/docvortex/render/latex.py
src/docvortex/render/markdown.py
src/docvortex/render/pdf.py
src/docvortex/render/structured_content.py
src/docvortex/render/_internal/__init__.py
src/docvortex/render/_internal/common/__init__.py
src/docvortex/render/_internal/common/context.py
src/docvortex/render/_internal/common/html_table.py
src/docvortex/render/_internal/common/index.py
src/docvortex/render/_internal/common/list_items.py
src/docvortex/render/_internal/common/planner.py
src/docvortex/render/_internal/docx/__init__.py
src/docvortex/render/_internal/docx/assets.py
src/docvortex/render/_internal/docx/inline.py
src/docvortex/render/_internal/docx/math.py
src/docvortex/render/_internal/docx/renderer.py
src/docvortex/render/_internal/docx/styles.py
src/docvortex/render/_internal/docx/table.py
src/docvortex/render/_internal/epub/__init__.py
src/docvortex/render/_internal/epub/assets.py
src/docvortex/render/_internal/epub/package.py
src/docvortex/render/_internal/epub/renderer.py
src/docvortex/render/_internal/html/__init__.py
src/docvortex/render/_internal/html/inline.py
src/docvortex/render/_internal/html/renderer.py
src/docvortex/render/_internal/html/sanitizer.py
src/docvortex/render/_internal/html/table.py
src/docvortex/render/_internal/latex/__init__.py
src/docvortex/render/_internal/latex/assets.py
src/docvortex/render/_internal/latex/inline.py
src/docvortex/render/_internal/latex/renderer.py
src/docvortex/render/_internal/latex/table.py
src/docvortex/render/_internal/markdown/__init__.py
src/docvortex/render/_internal/markdown/assets.py
src/docvortex/render/_internal/markdown/blocks.py
src/docvortex/render/_internal/markdown/escaping.py
src/docvortex/render/_internal/markdown/inline.py
src/docvortex/render/_internal/markdown/renderer.py
src/docvortex/render/_internal/markdown/table.py
src/docvortex/render/_internal/pdf/__init__.py
src/docvortex/render/_internal/pdf/assets.py
src/docvortex/render/_internal/pdf/formula.py
src/docvortex/render/_internal/pdf/inline.py
src/docvortex/render/_internal/pdf/pagination.py
src/docvortex/render/_internal/pdf/renderer.py
src/docvortex/render/_internal/pdf/styles.py
src/docvortex/render/_internal/pdf/table.py
src/docvortex/render/_internal/structured_content/__init__.py
src/docvortex/render/_internal/structured_content/renderer.py
src/docvortex/resources/epub/docvortex.css
src/docvortex/resources/fasttext-langdetect/lid.176.ftz
src/docvortex/resources/fonts/DroidSansFallbackFull.ttf
src/docvortex/resources/fonts/NOTICE
src/docvortex/resources/fonts/manifest.json
src/docvortex/resources/html/docvortex.css
src/docvortex/resources/html/docvortex.min.css
tests/test_architecture.py
tests/test_benchmark_entrypoint.py
tests/test_brand_protocol.py
tests/test_complete_pipeline.py
tests/test_converter_lifecycle.py
tests/test_document_envelope.py
tests/test_document_metadata.py
tests/test_format_matrix.py
tests/test_geometry_api.py
tests/test_html_namespace.py
tests/test_mixed_font_script_reference.py
tests/test_pdf_analysis_api.py
tests/test_pdf_font_geometry.py
tests/test_pdf_font_runtime.py
tests/test_pdf_model_text_normalization.py
tests/test_pdf_output_text.py
tests/test_pdf_render_pool.py
tests/test_pdf_source_row_merging.py
tests/test_pdf_symbol_normalization.py
tests/test_public_image_api.py
tests/test_public_pipeline.py
tests/test_refactor_raster.py
tests/test_refactor_rendering.py
tests/test_refactor_resources.py
tests/test_render_ownership.py
tests/test_renderer_branding.py
tests/test_shared_boundaries.py
tests/test_system_font_pdf_pipeline.py
tests/test_validated_geometry.py
tests/benchmarks/flash_pdf.py
tests/benchmarks/pipeline.py
tests/fixtures/evaluate_native_pdf_table_manifest.py
tests/fixtures/flash_layout_block_expectations.json
tests/fixtures/flash_layout_geometry_manifest.json
tests/fixtures/flash_layout_semantic_expectations.json
tests/fixtures/generate_synthetic_pdf_fixtures.py
tests/fixtures/native_pdf_table_cross_page_manifest.json
tests/fixtures/native_pdf_table_demo_manifest.json
tests/fixtures/native_pdf_table_script_truth.json
tests/fixtures/pdf_mixed_font_script_line.json
tests/fixtures/rtf/semantic.rtf
tests/unittest/_docx_equationxml_test_utils.py
tests/unittest/_epub_test_utils.py
tests/unittest/_flash_pdf_test_utils.py
tests/unittest/_image_mtef_test_utils.py
tests/unittest/_legacy_doc_test_utils.py
tests/unittest/_legacy_ppt_test_utils.py
tests/unittest/_legacy_xls_test_utils.py
tests/unittest/_metafile_test_utils.py
tests/unittest/_mtef_test_utils.py
tests/unittest/_mtef_v5_test_utils.py
tests/unittest/_native_test_utils.py
tests/unittest/_odf_test_utils.py
tests/unittest/_ofd_test_utils.py
tests/unittest/_office_image_mtef_test_utils.py
tests/unittest/_ooxml_mtef_test_utils.py
tests/unittest/_span_test_utils.py
tests/unittest/test_backend_architecture.py
tests/unittest/test_backend_block_object_regressions.py
tests/unittest/test_docx_assets.py
tests/unittest/test_docx_complex_fields.py
tests/unittest/test_docx_math.py
tests/unittest/test_docx_render.py
tests/unittest/test_docx_special_char_tables.py
tests/unittest/test_docx_table.py
tests/unittest/test_emfplus_integration.py
tests/unittest/test_epub_backlinks.py
tests/unittest/test_epub_quoted_note_types.py
tests/unittest/test_epub_render.py
tests/unittest/test_flash_csv.py
tests/unittest/test_flash_docx_equationxml.py
tests/unittest/test_flash_epub.py
tests/unittest/test_flash_html.py
tests/unittest/test_flash_image_mtef.py
tests/unittest/test_flash_legacy_chart_data.py
tests/unittest/test_flash_legacy_doc.py
tests/unittest/test_flash_legacy_doc_mtef.py
tests/unittest/test_flash_legacy_ppt.py
tests/unittest/test_flash_legacy_xls.py
tests/unittest/test_flash_legacy_xls_ppt_mtef.py
tests/unittest/test_flash_markup_anchors.py
tests/unittest/test_flash_model.py
tests/unittest/test_flash_mtef_v5.py
tests/unittest/test_flash_odf.py
tests/unittest/test_flash_ofd.py
tests/unittest/test_flash_office_image_mtef.py
tests/unittest/test_flash_office_metafile.py
tests/unittest/test_flash_office_models.py
tests/unittest/test_flash_office_mtef_v5.py
tests/unittest/test_flash_office_package_normalizers.py
tests/unittest/test_flash_office_title_types.py
tests/unittest/test_flash_ooxml_mtef.py
tests/unittest/test_flash_pdf_auxiliary_text.py
tests/unittest/test_flash_pdf_char_geometry.py
tests/unittest/test_flash_pdf_code_blocks.py
tests/unittest/test_flash_pdf_document_profile.py
tests/unittest/test_flash_pdf_extractor.py
tests/unittest/test_flash_pdf_formulas.py
tests/unittest/test_flash_pdf_graphics.py
tests/unittest/test_flash_pdf_index_blocks.py
tests/unittest/test_flash_pdf_line_metadata.py
tests/unittest/test_flash_pdf_native_text.py
tests/unittest/test_flash_pdf_pipeline.py
tests/unittest/test_flash_pdf_samples.py
tests/unittest/test_flash_pdf_scripts.py
tests/unittest/test_flash_pdf_semantics.py
tests/unittest/test_flash_pdf_tables.py
tests/unittest/test_flash_pdf_text_blocks.py
tests/unittest/test_flash_pdf_titles.py
tests/unittest/test_flash_pdf_visual_annotations.py
tests/unittest/test_flash_rtf.py
tests/unittest/test_flash_shared_helpers.py
tests/unittest/test_flash_spreadsheet_projector.py
tests/unittest/test_guess_suffix_ole2.py
tests/unittest/test_html_css_build.py
tests/unittest/test_html_render.py
tests/unittest/test_html_security.py
tests/unittest/test_hybrid_script_source_pdfs.py
tests/unittest/test_latex_render.py
tests/unittest/test_markdown_render.py
tests/unittest/test_middle_json_block_models.py
tests/unittest/test_middle_json_export.py
tests/unittest/test_middle_json_validator.py
tests/unittest/test_model_json.py
tests/unittest/test_native_pdf_table.py
tests/unittest/test_native_pdf_table_demo_manifest.py
tests/unittest/test_native_pdf_table_manifest.py
tests/unittest/test_native_pdf_table_pipeline.py
tests/unittest/test_native_pdf_table_scripts.py
tests/unittest/test_ofd_assembly.py
tests/unittest/test_ofd_vector_tables.py
tests/unittest/test_office_demo_exports.py
tests/unittest/test_office_demo_pages.py
tests/unittest/test_office_parser_regressions.py
tests/unittest/test_pdf_classify.py
tests/unittest/test_pdf_demo_links.py
tests/unittest/test_pdf_document.py
tests/unittest/test_pdf_pagination.py
tests/unittest/test_pdf_render.py
tests/unittest/test_pdf_render_diagnostics.py
tests/unittest/test_pdf_text_styles.py
tests/unittest/test_pdf_visualization.py
tests/unittest/test_postprocess_page_blocks.py
tests/unittest/test_postprocess_pages.py
tests/unittest/test_postprocess_paragraphs.py
tests/unittest/test_postprocess_visual.py
tests/unittest/test_render_api.py
tests/unittest/test_render_html_table.py
tests/unittest/test_render_image_renderer.py
tests/unittest/test_render_list_index_utils.py
tests/unittest/test_structured_content_render.py
tests/unittest/test_table_merge.py
tests/unittest/test_table_merge_cell_merge.py
tests/unittest/test_text_block_anchor.py
tests/unittest/test_text_boundary_rules.py
tests/unittest/test_text_utils.py
tests/unittest/pdfs/flash_table_annotations_synthetic.pdf
tests/unittest/pdfs/metabolic_pathway_page_3.pdf
tests/unittest/pdfs/native_cjk_layout_synthetic.pdf
tests/unittest/pdfs/test.pdf
tests/unittest/pdfs/flash_layout/mixed_text_layout_sample.pdf.xor
tests/unittest/pdfs/native_pdf_tables/annual_report_fundraising_projects_table.pdf
tests/unittest/pdfs/native_pdf_tables/annual_report_management_roles_table.pdf
tests/unittest/pdfs/native_pdf_tables/annual_report_research_projects_table.pdf
tests/unittest/pdfs/native_pdf_tables/conference_schedule_tables.pdf
tests/unittest/pdfs/native_pdf_tables/engineering_process_restrictions_table.pdf
tests/unittest/pdfs/native_pdf_tables/fund_asset_and_transaction_tables.pdf
tests/unittest/pdfs/native_pdf_tables/fund_manager_profile_table.pdf
tests/unittest/pdfs/native_pdf_tables/manufacturing_facilities_cross_page_table.pdf
tests/unittest/pdfs/native_pdf_tables/pollutant_discharge_tables.pdf
tests/unittest/pdfs/native_pdf_tables/procurement_contract_tables.pdf
tests/unittest/pdfs/native_pdf_tables/procurement_document_blank_page_tables.pdf
tests/unittest/pdfs/native_pdf_tables/quarterly_report_financial_tables.pdf
tools/__init__.py
tools/build_html_css.py
tools/calibrate_pdf_geometry.py
tools/capture_baseline.py
tools/capture_platform_layout.py
tools/compare_font_platforms.py
tools/font_geometry.py