.gitignore
.pylintrc
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
.github/workflows/pylint.yml
.github/workflows/python-package.yml
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/getting_started.md
docs/source/index.md
docs/source/output.md
docs/source/_static/Burdoc-1.png
docs/source/_static/Burdoc-leaf.png
docs/source/module/burdoc_parser.rst
docs/source/module/elements.rst
docs/source/module/module.rst
docs/source/module/utils.rst
docs/source/module/processors/aggregator_processor.rst
docs/source/module/processors/content_processor.rst
docs/source/module/processors/index.rst
docs/source/module/processors/json_out_processor.rst
docs/source/module/processors/layout_processor.rst
docs/source/module/processors/margin_processor.rst
docs/source/module/processors/pdf_load_processor.rst
docs/source/module/processors/processor.rst
docs/source/module/processors/reading_order_processor.rst
docs/source/module/processors/table_processors.rst
scripts/compare_output.py
scripts/explore_test_results.py
src/burdoc/__init__.py
src/burdoc/burdoc_parser.py
src/burdoc.egg-info/PKG-INFO
src/burdoc.egg-info/SOURCES.txt
src/burdoc.egg-info/dependency_links.txt
src/burdoc.egg-info/entry_points.txt
src/burdoc.egg-info/requires.txt
src/burdoc.egg-info/top_level.txt
src/burdoc/elements/__init__.py
src/burdoc/elements/aside.py
src/burdoc/elements/bbox.py
src/burdoc/elements/drawing.py
src/burdoc/elements/element.py
src/burdoc/elements/font.py
src/burdoc/elements/image.py
src/burdoc/elements/line.py
src/burdoc/elements/section.py
src/burdoc/elements/span.py
src/burdoc/elements/table.py
src/burdoc/elements/textblock.py
src/burdoc/elements/textlist.py
src/burdoc/processors/__init__.py
src/burdoc/processors/aggregator_processor.py
src/burdoc/processors/heading_processor.py
src/burdoc/processors/json_out_processor.py
src/burdoc/processors/layout_processor.py
src/burdoc/processors/list_processor.py
src/burdoc/processors/margin_processor.py
src/burdoc/processors/processor.py
src/burdoc/processors/reading_order_processor.py
src/burdoc/processors/pdf_load_processor/__init__.py
src/burdoc/processors/pdf_load_processor/drawing_handler.py
src/burdoc/processors/pdf_load_processor/image_handler.py
src/burdoc/processors/pdf_load_processor/pdf_load_processor.py
src/burdoc/processors/pdf_load_processor/text_handler.py
src/burdoc/processors/table_processors/__init__.py
src/burdoc/processors/table_processors/detr_table_strategy.py
src/burdoc/processors/table_processors/ml_table_processor.py
src/burdoc/processors/table_processors/rules_table_processor.py
src/burdoc/processors/table_processors/table_extractor_strategy.py
src/burdoc/scripts/__init__.py
src/burdoc/scripts/burdoc.py
src/burdoc/utils/__init__.py
src/burdoc/utils/compare.py
src/burdoc/utils/image_manip.py
src/burdoc/utils/json_to_html.py
src/burdoc/utils/layout_graph.py
src/burdoc/utils/logging.py
src/burdoc/utils/regexes.py
src/burdoc/utils/render_pages.py
tests/integration/.burdoc.log
tests/integration/run_integration_tests.py
tests/integration/data/report.json
tests/integration/data/scores.json
tests/integration/data/gold/all_text_types_3.json
tests/integration/data/gold/blockquote.json
tests/integration/data/gold/blockquote_columns.json
tests/integration/data/gold/column_switch.json
tests/integration/data/gold/columns_with_headers.json
tests/integration/data/gold/complex_doc.json
tests/integration/data/gold/complex_doc_2.json
tests/integration/data/gold/complex_fonts.json
tests/integration/data/gold/drawing_bullets.json
tests/integration/data/gold/duplicate_text.json
tests/integration/data/gold/end_image.json
tests/integration/data/gold/image_above_text.json
tests/integration/data/gold/inline_images.json
tests/integration/data/gold/inline_simple_tables.json
tests/integration/data/gold/lists.json
tests/integration/data/gold/nested_lists.json
tests/integration/data/gold/nested_lists_columns.json
tests/integration/data/gold/out_of_line_image.json
tests/integration/data/gold/structured_tables.json
tests/integration/data/gold/tables.json
tests/integration/data/gold/three_columns.json
tests/integration/data/gold/three_columns_landscape.json
tests/integration/data/gold/two_columns.json
tests/integration/data/gold/two_paragraphs.json
tests/integration/data/gold/wrapped_images.json
tests/integration/data/html/all_text_types_3.html
tests/integration/data/html/blockquote.html
tests/integration/data/html/blockquote_columns.html
tests/integration/data/html/column_switch.html
tests/integration/data/html/columns_with_headers.html
tests/integration/data/html/complex_doc.html
tests/integration/data/html/complex_doc_2.html
tests/integration/data/html/complex_fonts.html
tests/integration/data/html/drawing_bullets.html
tests/integration/data/html/duplicate_text.html
tests/integration/data/html/end_image.html
tests/integration/data/html/image_above_text.html
tests/integration/data/html/index.html
tests/integration/data/html/inline_images.html
tests/integration/data/html/inline_simple_tables.html
tests/integration/data/html/lists.html
tests/integration/data/html/nested_lists.html
tests/integration/data/html/nested_lists_columns.html
tests/integration/data/html/out_of_line_image.html
tests/integration/data/html/tables.html
tests/integration/data/html/three_columns.html
tests/integration/data/html/three_columns_landscape.html
tests/integration/data/html/two_columns.html
tests/integration/data/html/two_paragraphs.html
tests/integration/data/html/wrapped_images.html
tests/integration/data/inputs/all_text_types_3.pdf
tests/integration/data/inputs/blockquote.pdf
tests/integration/data/inputs/blockquote_columns.pdf
tests/integration/data/inputs/column_switch.pdf
tests/integration/data/inputs/columns_with_headers.pdf
tests/integration/data/inputs/complex_doc.pdf
tests/integration/data/inputs/complex_doc_2.pdf
tests/integration/data/inputs/complex_fonts.pdf
tests/integration/data/inputs/drawing_bullets.pdf
tests/integration/data/inputs/duplicate_text.pdf
tests/integration/data/inputs/end_image.pdf
tests/integration/data/inputs/image_above_text.pdf
tests/integration/data/inputs/inline_images.pdf
tests/integration/data/inputs/inline_simple_tables.pdf
tests/integration/data/inputs/lists.pdf
tests/integration/data/inputs/nested_lists.pdf
tests/integration/data/inputs/nested_lists_columns.pdf
tests/integration/data/inputs/out_of_line_image.pdf
tests/integration/data/inputs/structured_tables.pdf
tests/integration/data/inputs/tables.pdf
tests/integration/data/inputs/three_columns.pdf
tests/integration/data/inputs/three_columns_landscape.pdf
tests/integration/data/inputs/two_columns.pdf
tests/integration/data/inputs/two_paragraphs.pdf
tests/integration/data/inputs/wrapped_images.pdf
tests/unit/conftest.py
tests/unit/test_burdoc.py
tests/unit/elements/test_bbox.py
tests/unit/elements/test_element.py
tests/unit/elements/test_font.py
tests/unit/elements/test_line.py
tests/unit/elements/test_span.py
tests/unit/processors/test_processor.py
tests/unit/utils/test_layout_graph.py