LICENSE
README.md
setup.py
dodfminer/__init__.py
dodfminer/__version__.py
dodfminer/cli.py
dodfminer/run.py
dodfminer.egg-info/PKG-INFO
dodfminer.egg-info/SOURCES.txt
dodfminer.egg-info/dependency_links.txt
dodfminer.egg-info/entry_points.txt
dodfminer.egg-info/requires.txt
dodfminer.egg-info/top_level.txt
dodfminer/downloader/__init__.py
dodfminer/downloader/core.py
dodfminer/downloader/helper.py
dodfminer/extract/__init__.py
dodfminer/extract/polished/__init__.py
dodfminer/extract/polished/core.py
dodfminer/extract/polished/create_xml.py
dodfminer/extract/polished/helper.py
dodfminer/extract/polished/acts/__init__.py
dodfminer/extract/polished/acts/abono.py
dodfminer/extract/polished/acts/aposentadoria.py
dodfminer/extract/polished/acts/base.py
dodfminer/extract/polished/acts/cessoes.py
dodfminer/extract/polished/acts/contrato.py
dodfminer/extract/polished/acts/exoneracao.py
dodfminer/extract/polished/acts/nomeacao.py
dodfminer/extract/polished/acts/reversoes.py
dodfminer/extract/polished/acts/sem_efeito_aposentadoria.py
dodfminer/extract/polished/acts/substituicao.py
dodfminer/extract/polished/acts/models/abono.pkl
dodfminer/extract/polished/acts/models/aposentadoria.pkl
dodfminer/extract/polished/acts/models/cessao.pkl
dodfminer/extract/polished/acts/models/comissionados_exo.pkl
dodfminer/extract/polished/acts/models/comissionados_nome.pkl
dodfminer/extract/polished/acts/models/comissionados_ret.pkl
dodfminer/extract/polished/acts/models/contratos_lbfgs.pkl
dodfminer/extract/polished/acts/models/efetivos_exo.pkl
dodfminer/extract/polished/acts/models/efetivos_nome.pkl
dodfminer/extract/polished/acts/models/efetivos_ret.pkl
dodfminer/extract/polished/acts/models/reversao.pkl
dodfminer/extract/polished/acts/models/sem_efeito_apo.pkl
dodfminer/extract/polished/acts/models/sem_efeito_exo_nom.pkl
dodfminer/extract/polished/acts/models/substituicao.pkl
dodfminer/extract/polished/acts/seg_models/abono.pkl
dodfminer/extract/polished/acts/seg_models/aposentadoria.pkl
dodfminer/extract/polished/acts/seg_models/cessao.pkl
dodfminer/extract/polished/acts/seg_models/comissionados_exo.pkl
dodfminer/extract/polished/acts/seg_models/comissionados_nome.pkl
dodfminer/extract/polished/acts/seg_models/comissionados_ret.pkl
dodfminer/extract/polished/acts/seg_models/efetivos_exo.pkl
dodfminer/extract/polished/acts/seg_models/efetivos_nome.pkl
dodfminer/extract/polished/acts/seg_models/efetivos_ret.pkl
dodfminer/extract/polished/acts/seg_models/reversao.pkl
dodfminer/extract/polished/acts/seg_models/sem_efeito_apo.pkl
dodfminer/extract/polished/acts/seg_models/sem_efeito_exo_nom.pkl
dodfminer/extract/polished/acts/seg_models/substituicao.pkl
dodfminer/extract/polished/acts/type_classification/__init__.py
dodfminer/extract/polished/acts/type_classification/committee.py
dodfminer/extract/polished/backend/__init__.py
dodfminer/extract/polished/backend/ner.py
dodfminer/extract/polished/backend/regex.py
dodfminer/extract/polished/backend/seg.py
dodfminer/extract/pure/__init__.py
dodfminer/extract/pure/core.py
dodfminer/extract/pure/utils/__init__.py
dodfminer/extract/pure/utils/box_extractor.py
dodfminer/extract/pure/utils/title_extractor.py
dodfminer/extract/pure/utils/title_filter.py
tests/__init__.py
tests/conftest.py
tests/test_downloader_core.py
tests/test_downloader_helper.py
tests/test_extract_polished_acts.py
tests/test_extract_polished_acts_base.py
tests/test_extract_polished_backend_ner.py
tests/test_extract_polished_backend_regex.py
tests/test_extract_polished_backend_seg.py
tests/test_extract_polished_core.py
tests/test_extract_polished_helper.py
tests/test_extract_pure_core.py
tests/test_extract_pure_utils_box_extractor.py
tests/test_extract_pure_utils_title_extractor.py
tests/test_extract_pure_utils_title_filter.py
tests/test_run_extract.py
tests/helpers/__init__.py
tests/helpers/decorators.py