LICENSE
MANIFEST.in
README.md
pyproject.toml
wizardextract/__init__.py
wizardextract/wizard_extract.py
wizardextract.egg-info/PKG-INFO
wizardextract.egg-info/SOURCES.txt
wizardextract.egg-info/dependency_links.txt
wizardextract.egg-info/requires.txt
wizardextract.egg-info/top_level.txt
wizardextract/utils/__init__.py
wizardextract/utils/errors/__init__.py
wizardextract/utils/errors/errors.py
wizardextract/utils/errors/errors_handle.py
wizardextract/wizard_extractors/__init__.py
wizardextract/wizard_extractors/extraction_text.py
wizardextract/wizard_extractors/ocr_service/__init__.py
wizardextract/wizard_extractors/ocr_service/azure_ocr.py
wizardextract/wizard_extractors/tool/__init__.py
wizardextract/wizard_extractors/tool/csv_reader.py
wizardextract/wizard_extractors/tool/doc_reader.py
wizardextract/wizard_extractors/tool/docx_reader.py
wizardextract/wizard_extractors/tool/html_reader.py
wizardextract/wizard_extractors/tool/image_format_reader.py
wizardextract/wizard_extractors/tool/json_reader.py
wizardextract/wizard_extractors/tool/pdf_reader.py
wizardextract/wizard_extractors/tool/txt_reader.py
wizardextract/wizard_extractors/tool/xlsx_xls_reader.py
wizardextract/wizard_extractors/utils/__init__.py
wizardextract/wizard_extractors/utils/selector.py
wizardextract/wizard_ner/__init__.py
wizardextract/wizard_ner/wizard_ner.py