LICENSE.txt
README.md
setup.cfg
setup.py
CoDocParser.egg-info/PKG-INFO
CoDocParser.egg-info/SOURCES.txt
CoDocParser.egg-info/dependency_links.txt
CoDocParser.egg-info/requires.txt
CoDocParser.egg-info/top_level.txt
docparser/__init__.py
docparser/doc_parser_factory.py
docparser/config/__init__.py
docparser/config/config_manager.py
docparser/config/excel/__init__.py
docparser/config/excel/action_config.py
docparser/config/excel/block_config.py
docparser/config/excel/custom_fields.py
docparser/config/excel/enums.py
docparser/config/excel/excel2_document_config.py
docparser/config/excel/excel_document_config.py
docparser/config/excel/kv_rule_config.py
docparser/config/excel/rect_config.py
docparser/config/excel/rule_config.py
docparser/config/excel/table_behavior_config.py
docparser/config/excel/table_block_config.py
docparser/config/excel/table_rule_config.py
docparser/config/excel/text_block_config.py
docparser/config/html/__init__.py
docparser/config/html/html_document_config.py
docparser/config/html/html_document_item_config.py
docparser/config/html/html_document_table_item_config.py
docparser/config/html/html_document_text_item_config.py
tests/__init__.py
tests/excel_config.py
tests/excel_document_parser_test.py
tests/excel_parser_test.py