Skip to content
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

TLDR-451 tutorial new doc type #331

Merged
merged 21 commits into from
Sep 25, 2023
Merged

Conversation

Travvy88
Copy link
Collaborator

@Travvy88 Travvy88 self-assigned this Sep 18, 2023
dedoc/version.py Outdated Show resolved Hide resolved
dedoc/version.py Outdated Show resolved Hide resolved
@NastyBoget
Copy link
Collaborator

В файле dedoc_add_new_doc_type_tutorial.py много строк не используются в документации -- мб их убрать тогда? Или наоборот добавить побольше примеров в доку

@NastyBoget NastyBoget merged commit db202e7 into develop Sep 25, 2023
2 checks passed
@NastyBoget NastyBoget deleted the TLDR-451-tutorial-new-doc-type branch September 25, 2023 13:37
NastyBoget added a commit that referenced this pull request Oct 10, 2023
* TLDR-405 remove is_one_column_document_list (#332)

* TLDR-405 remove is_one_column_document_list

* TLDR-405 fix tests

* TLDR-405 review fix

* TLDR-448-Fix draw coordinates bug (#330)

* Fix draw coordinates bug

* Fix draw coordinates conversion

* TLDR-451 tutorial new doc type (#331)

* docs added

* add code testing

* some fixes

* some fixes

* add tabula and some fixes

* add python-djvulibre

* delete python-djvulibre and add djvulibre-bin

* add poppler-utils

* add tesseract

* some fixes

* flake8 stylefix

* fix docs after flake8

* update last part of adding_new_doc_type_tutorial

* rewrite dedoc_add_new_doc_type_tutorial

* minor fixes

* minor fixes

* minor fixes

* some fixes

* add more code examples

* some fixes

---------

Co-authored-by: Nikita Shevtsov <[email protected]>
Co-authored-by: Nasty <[email protected]>

* updated txt layer correctness classifier (#334)

Co-authored-by: Alexander Golodkov <[email protected]>

* Esl 137 added boxes into table (#333)

* ESL-137 added box extraction skeleton into scan table extraction

* ESL-138 ESL-137 a lot of table changes

- added CellWithMeta
- change output table structure, remove CellProperies in output
- change logic bbox extraction from image tables after debugging
- change output in CSV, HTML, TABBY, PDF, SCAN readers
- change all tests with tables
- fixed styles

* ESL-137 chnaged draw table script

* ESL-148 added script of table word boxes drawing

* TLDR-471 added angle rotation from PdfImageReader and Tables

* ESL-137 fixed unit-tests

* ESL-137 fixed after review; removing some unused functions

- fixed after review
- removing some unused functions

* ESL-137 update docs

* ESL-137 after review

* Updated columns orientation classifier (#335)

* updated txt columns orientation classifier

* deleted "no_lines" parameter

---------

Co-authored-by: Alexander Golodkov <[email protected]>

* fix pdf reader (#337)

Co-authored-by: Nikita Shevtsov <[email protected]>

* TLDR-472 add flake8-fill-one-line and flake8-multiline-containers and fix lint (#336)

* add flake8-fill-one-line and flake8-multiline-containers and fix lint

* update precommit hook

* TLDR-475 fix table documentation (#338)

* TLDR-475 fix table documentation

* Small fixes

* TLDR-474 remove insert_table parameter (#339)

* TLDR-474 remove insert_table parameter

* TLDR-474 remove is_inserted attribute

* ESL-470 fixed  rotation operation of table word boxes (#341)

rotates a table image and saving image.shape during rotation. It is
important for word bounding box extraction

* TLDR-478 docx table refactoring (#342)

* TLDR-478 docx table refactoring

* Small fixes

* TLDR-483 fixed box extraction from cropped cells (#343)

* TLDR-473 add dedoc utils (#340)

* use dedoc utils BBox class

* use AdaptiveBinarizer from dedoc-utils

* use SkewCorrector from dedoc-utils

* fix style

* fix rotated angle error

* delete BBox from docs

* fix angles

* delete print

* fix dedocutils

* dedocutils set ver. 0.3.5

* fix mistakes and names

---------

Co-authored-by: Nikita Shevtsov <[email protected]>

* TLDR-481 html refactoring (#344)

* delete unused files

* Delete unused files, refactor html

* Refactor query parameters

* Fix tests

* Refactor train dataset api

* Fix style

* Change python version in tests

* Review fixes

* TLDR-490 changed uuid1 on uuid4; fixed bug in tabby's table uuid (#345)

* TLDR-490 changed uuid1 on uuid4; fixed bug in tabby's table uuid

* TLDR-490 fixes after review

* Added running API examples instruction (#346)

* added linewithmeta comparison operator (#347)

Co-authored-by: Alexander Golodkov <[email protected]>

* ESL-156 fix pdfminer boxes output (#348)

* ESL-156 fix pdfminer boxes output

* ESL-156 after review

* ESL-159 fixed extract boxes from pdfminer reader (#350)

* new version 1.0 (#351)

---------

Co-authored-by: Andrey Mikhailov <[email protected]>
Co-authored-by: Nikita Shevtsov <[email protected]>
Co-authored-by: Nikita Shevtsov <[email protected]>
Co-authored-by: Alexander Golodkov <[email protected]>
Co-authored-by: Alexander Golodkov <[email protected]>
Co-authored-by: Oksana Belyaeva <[email protected]>
Co-authored-by: Andrew Perminov <[email protected]>
sunveil pushed a commit that referenced this pull request Oct 11, 2023
* docs added

* add code testing

* some fixes

* some fixes

* add tabula and some fixes

* add python-djvulibre

* delete python-djvulibre and add djvulibre-bin

* add poppler-utils

* add tesseract

* some fixes

* flake8 stylefix

* fix docs after flake8

* update last part of adding_new_doc_type_tutorial

* rewrite dedoc_add_new_doc_type_tutorial

* minor fixes

* minor fixes

* minor fixes

* some fixes

* add more code examples

* some fixes

---------

Co-authored-by: Nikita Shevtsov <[email protected]>
Co-authored-by: Nasty <[email protected]>
sunveil pushed a commit that referenced this pull request Oct 11, 2023
* docs added

* add code testing

* some fixes

* some fixes

* add tabula and some fixes

* add python-djvulibre

* delete python-djvulibre and add djvulibre-bin

* add poppler-utils

* add tesseract

* some fixes

* flake8 stylefix

* fix docs after flake8

* update last part of adding_new_doc_type_tutorial

* rewrite dedoc_add_new_doc_type_tutorial

* minor fixes

* minor fixes

* minor fixes

* some fixes

* add more code examples

* some fixes

---------

Co-authored-by: Nikita Shevtsov <[email protected]>
Co-authored-by: Nasty <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants