-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tabby bbox annotations #309
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Minor code reformat: doc_str -> content Added request test for not stripped xml example
* Move some readers, converters, metadata_extractors * Fix txt law handling and add html2pdf reader * Move auto_pdf_reader * Add base64 metadata extraction * Move tests * fixed tests
* TLDR-340 renamed pdf folder; some refactoring * TLDR-340 after review
* fixed files * moved train scripts from docreader * moved train scripts from docreader * Move api_collect_train_dataset to fastapi * fixed training scripts again * fixed table tasker * moved unit tests * fixed unit tests * final fix maybe hopefully .... * final fix maybe hopefully * fix small bug * rename pdf reader in scripts --------- Co-authored-by: Alexander Golodkov <[email protected]> Co-authored-by: Nasty <[email protected]>
# Conflicts: # dedoc/api/api_args.py # dedoc/api/dedoc_api.py # dedoc/api/train_dataset/api_collect_train_dataset.py # dedoc/api/train_dataset/async_archive_handler.py # dedoc/attachments_extractors/concrete_attachments_extractors/json_attachment_extractor.py # dedoc/config.py # dedoc/converters/concrete_converters/binary_converter.py # dedoc/download_models.py # dedoc/main.py # dedoc/manager/dedoc_manager.py # dedoc/manager/dedoc_thread_manager.py # dedoc/metadata_extractors/concrete_metadata_extractors/base_metadata_extractor.py # dedoc/metadata_extractors/concrete_metadata_extractors/docx_metadata_extractor.py # dedoc/metadata_extractors/concrete_metadata_extractors/note_metadata_extarctor.py # dedoc/readers/__init__.py # dedoc/readers/email_reader/email_reader.py # dedoc/readers/html2pdf_reader/html2pdf_reader.py # dedoc/readers/note_reader/note_reader.py # dedoc/readers/pdf_reader/pdf_auto_reader/pdf_auto_reader.py # dedoc/readers/pdf_reader/pdf_base_reader.py # dedoc/readers/pdf_reader/pdf_image_reader/line_metadata_extractor/font_type_classifier.py # dedoc/readers/pdf_reader/pdf_image_reader/ocr/ocr_page/ocr_line.py # dedoc/readers/pdf_reader/pdf_image_reader/pdf_image_reader.py # dedoc/readers/pdf_reader/pdf_txtlayer_reader/extractor_pdf_textlayer.py # dedoc/readers/pdf_reader/pdf_txtlayer_reader/pdf_tabby_reader.py # dedoc/readers/pdf_reader/pdf_txtlayer_reader/pdf_txtlayer_reader.py # dedoc/structure_extractors/hierarchy_level_builders/diploma_builder/body_builder.py # dedoc/train_dataset/taskers/images_creators/concrete_creators/docx_images_creator.py # dedoc/utils/utils.py # docker/Dockerfile # resources/benchmarks/time_benchmark.json # tests/api_tests/test_api_archives.py # tests/api_tests/test_api_doctype_law.py # tests/api_tests/test_api_excel.py # tests/api_tests/test_api_format_docx.py # tests/api_tests/test_api_json.py # tests/api_tests/test_api_with_attachments.py # tests/data/with_attachments/minio.zip # tests/data/with_attachments/name_slash.zip # tests/unit_tests/test_module_attachment_extractor.py
* TLDR-429 flake8 style testing added * Fix tests * Docs fix * Fix tests * Review fixes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.