Commit Graph

  • 08cee99cb6 fixed the doctag export in docling/utils/export.py Peter Staar 2024-09-23 18:16:56 +0200
  • e57e223ab7 Fix formatting problems Christoph Auer 2024-09-23 16:34:32 +0200
  • 5285017ba9 fix poetry lock Michele Dolfi 2024-09-23 15:38:44 +0200
  • dce9934a0f
    Updated to new, clean vector logo, svg and rendered png are provided (#96) Maxim Lysak 2024-09-23 15:31:21 +0200
  • d7907310e5 Add exporter methods to new types Christoph Auer 2024-09-23 15:04:20 +0200
  • e3c6179ae5 Updated to new, clean vector logo, svg and rendered png are provided Maxim Lysak 2024-09-23 14:13:14 +0200
  • 257d44a84b Merge branch 'main' of github.com:DS4SD/docling into cau/experimental-format Christoph Auer 2024-09-23 14:11:45 +0200
  • 12477c8cac Lots of import refactoring Christoph Auer 2024-09-23 12:22:49 +0200
  • a122a7be4c introduce img understand pipeline Michele Dolfi 2024-09-22 20:24:38 +0200
  • 8df7afa550 updated the README Peter Staar 2024-09-21 06:43:37 +0200
  • cb3d23b294 added the doctags tests Peter Staar 2024-09-21 06:26:23 +0200
  • a44c4c0872 ensuring that docling-core is >1.5.0 to accomodate with the latest export-to-doctags parameters Peter Staar 2024-09-21 06:06:26 +0200
  • 1f4b224ab6
    chore: switch to gh apps user (#92) Michele Dolfi 2024-09-20 17:02:27 +0200
  • 086fbd57ea updated the render_as_doctags with the new arguments from docling-core Peter Staar 2024-09-20 15:55:30 +0200
  • 6c7c0ab642 ci: switch to gh apps user Michele Dolfi 2024-09-20 15:03:52 +0200
  • ac51a09065 Put stub for experimental format export Christoph Auer 2024-09-20 11:05:26 +0200
  • abb6dddea8 Reorganize imports from docling-core Christoph Auer 2024-09-20 10:53:52 +0200
  • 5369c55aca Add test unit for table options Christoph Auer 2024-09-19 18:41:08 +0200
  • f6edd926fc Cleanup Christoph Auer 2024-09-19 17:00:05 +0200
  • 6ea6f29516 Update docs Christoph Auer 2024-09-19 16:59:16 +0200
  • d8163b0865 Update datamodel structure Christoph Auer 2024-09-19 16:51:52 +0200
  • 14dcba11c0 Support tableformer model choice Christoph Auer 2024-09-19 15:25:37 +0200
  • d3eb6c5dd1 Fix tests to have unique document_hashes per test Christoph Auer 2024-09-18 17:01:42 +0200
  • 1b4c80acff Merge branch 'cau/docling-parse-init' of github.com:DS4SD/docling into cau/docling-parse-init Christoph Auer 2024-09-18 16:53:36 +0200
  • 7684ba95c8 Merge branch 'main' of github.com:DS4SD/docling into cau/docling-parse-init Christoph Auer 2024-09-18 16:53:17 +0200
  • cf8cb7db56 updated the output of error messages Peter Staar 2024-09-18 14:18:18 +0200
  • 6dd1e91c4a chore: bump version to 1.13.0 [skip ci] v1.13.0 github-actions[bot] 2024-09-18 09:26:03 +0000
  • 0da7519896
    docs: updated Docling logo.png with transparent background (#88) Maxim Lysak 2024-09-18 10:39:11 +0200
  • da701886e0 Updated Docling logo.png with transparent background Maxim Lysak 2024-09-18 09:45:47 +0200
  • f19bd43798
    feat: add table exports (#86) Michele Dolfi 2024-09-18 08:44:13 +0200
  • be7426f92e pin latest docling-core 1.4.0 with table exports Michele Dolfi 2024-09-18 08:00:56 +0200
  • 132daedefd Merge remote-tracking branch 'origin/main' into feat-add-table-exports Michele Dolfi 2024-09-18 07:50:30 +0200
  • 442443a102
    fix: bumped the glm version and adjusted the tests (#83) Peter W. J. Staar 2024-09-18 07:43:49 +0200
  • 94548c409d added the tests for tables Peter Staar 2024-09-18 07:13:29 +0200
  • 8c2e3d6e50 reformatted the code Peter Staar 2024-09-18 06:56:12 +0200
  • 78226ea7a2 reformatted the code Peter Staar 2024-09-18 06:54:30 +0200
  • 25dbb4e2c5 fixed the tests Peter Staar 2024-09-18 06:48:44 +0200
  • 57a34b6936 fix hooks Michele Dolfi 2024-09-17 19:48:18 +0200
  • 88e7a5a17c Merge branch 'fix/propagate-tablecell-types' of github.com:DS4SD/docling into fix/propagate-tablecell-types Michele Dolfi 2024-09-17 19:33:06 +0200
  • a136e6b9f7 Merge remote-tracking branch 'origin/main' into fix/propagate-tablecell-types Michele Dolfi 2024-09-17 19:31:59 +0200
  • a6a7a07cb1 updated the poetry lock Peter Staar 2024-09-17 18:51:04 +0200
  • 8242bce4fa chore: bump version to 1.12.2 [skip ci] v1.12.2 github-actions[bot] 2024-09-17 16:01:34 +0000
  • fa9699fa3c
    fix(tests): Adjust the test data to match the new version of LayoutPredictor (#82) Nikos Livathinos 2024-09-17 15:50:35 +0200
  • c0e272c3eb remove temp internal implementation of html export Michele Dolfi 2024-09-17 15:38:52 +0200
  • a472f49d5d feat: expose docling-core table exporters and add examples Michele Dolfi 2024-09-17 15:37:01 +0200
  • e5b4d0ad83 chore: Update poetry to use docling-ibm-models at version v1.2.0 Nikos Livathinos 2024-09-17 15:11:04 +0200
  • 39a8ecfd4c bumped the glm version and adjusted the tests Peter Staar 2024-09-17 13:53:05 +0200
  • 8f1fd366ee feat: working on adding HF models for figure analysis (2) Peter Staar 2024-09-17 13:31:17 +0200
  • fa4b99d9d7 fix(tests): Adjust the test data to match the new version of LayoutPredictor from docling-ibm-models Nikos Livathinos 2024-09-17 12:08:57 +0200
  • 30a0ef69b4
    chore: Add PR template (#81) Michele Dolfi 2024-09-16 18:36:26 +0200
  • 4fdfe95d5a
    chore: Add PR template Michele Dolfi 2024-09-16 17:32:23 +0200
  • 1b1af3d68c Initialize docling PDF parser on module level Christoph Auer 2024-09-16 16:02:48 +0200
  • f1932fd8c5 chore: bump version to 1.12.1 [skip ci] v1.12.1 github-actions[bot] 2024-09-16 10:58:09 +0000
  • 2870fdc857
    fix: CLI compatibility with python 3.10 and 3.11 (#79) Michele Dolfi 2024-09-16 12:32:45 +0200
  • 26062b33fe fix: CLI compatibility with python 3.10 and 3.11 Michele Dolfi 2024-09-16 11:22:09 +0200
  • 34b2772a2e chore: bump version to 1.12.0 [skip ci] v1.12.0 github-actions[bot] 2024-09-13 12:34:15 +0000
  • 98990784df
    feat: add docling cli (#75) Peter W. J. Staar 2024-09-13 14:03:09 +0200
  • 18e019f566 add export options Michele Dolfi 2024-09-12 16:59:03 +0200
  • fca08ca355 add tests for CLI Michele Dolfi 2024-09-12 16:44:07 +0200
  • a34a402e66 Merge remote-tracking branch 'origin/main' into dev/add-simple-convert-script Michele Dolfi 2024-09-12 15:59:52 +0200
  • 8aa476ccd3
    test: improve typing definitions (part 1) (#72) Michele Dolfi 2024-09-12 15:56:29 +0200
  • 79c1b2c799 describe output when saving Michele Dolfi 2024-09-12 14:52:42 +0200
  • faf66aff57 use typer for the docling CLI Michele Dolfi 2024-09-12 14:47:06 +0200
  • 7d06d79425 added default arg Peter Staar 2024-09-12 12:39:23 +0200
  • 998f589495 reformatted all Peter Staar 2024-09-12 12:39:08 +0200
  • 4090f9700b add node parser, JSONPath resolution to LI example, refactor demo Panos Vagenas 2024-09-12 09:20:48 +0200
  • 3757c61703 reformatted all Peter Staar 2024-09-12 08:39:19 +0200
  • 14ab351fdb chore: add simple convert script Peter Staar 2024-09-12 08:38:08 +0200
  • d8ddb559fa docs: add conversion example Panos Vagenas 2024-09-12 06:39:10 +0200
  • a8650b852d Merge remote-tracking branch 'origin/main' into typing-improvements-1 Michele Dolfi 2024-09-11 17:24:21 +0200
  • 53569a1023
    docs: showcase RAG with LlamaIndex and LangChain (#71) Panos Vagenas 2024-09-11 15:07:08 +0200
  • 594dc84245 test: improve typing definitions (part 1) Michele Dolfi 2024-09-11 14:22:39 +0200
  • 30d50f8d1d docs: showcase RAG with LlamaIndex and LangChain Panos Vagenas 2024-09-11 13:44:59 +0200
  • 79932b7d69
    test: check for stable obj_type (#70) Michele Dolfi 2024-09-11 12:53:59 +0200
  • 9a5e29f5d7 test: check for stable obj_type Michele Dolfi 2024-09-11 12:22:14 +0200
  • e66dc53765 chore: bump version to 1.11.0 [skip ci] v1.11.0 github-actions[bot] 2024-09-10 16:18:59 +0000
  • bdfdfbf092
    feat: adding txt and doctags output (#68) Peter W. J. Staar 2024-09-10 17:30:52 +0200
  • cd5b6293cc chore: bump version to 1.10.0 [skip ci] v1.10.0 github-actions[bot] 2024-09-10 14:38:07 +0000
  • c014239de8 fixed merge conflictsa Peter Staar 2024-09-10 15:49:28 +0200
  • 27a7a152e1
    feat: linux arm64 support and reducing dependencies (#69) Michele Dolfi 2024-09-10 15:43:27 +0200
  • 4f89470ab1 updated all the examples to deal with new rendering Peter Staar 2024-09-10 15:22:48 +0200
  • ca498b2079 downgrade pyarrow for wider support Michele Dolfi 2024-09-10 15:12:30 +0200
  • fd23432f6e Fix datamodel usage for Figure Christoph Auer 2024-09-10 14:51:29 +0200
  • 653fefc973 feat: linux arm64 support and reducing dependencies Michele Dolfi 2024-09-10 14:22:43 +0200
  • c308d7e87a cleaned up the export Peter Staar 2024-09-10 14:21:02 +0200
  • 2af57ec35a feat: adding txt and doctags output Peter Staar 2024-09-10 13:51:24 +0200
  • 1051eb9465
    chore: update README (#65) Panos Vagenas 2024-09-09 12:03:04 +0200
  • 4cd60eae52 update bibtex format Panos Vagenas 2024-09-09 11:41:17 +0200
  • dc107fd87a chore: update README Panos Vagenas 2024-09-09 11:27:46 +0200
  • 6f1811e050
    chore: fix placeholders in license (#63) Michele Dolfi 2024-09-06 17:10:07 +0200
  • cc2e4f3ea1
    chore: fix placeholders in license Michele Dolfi 2024-09-06 16:45:12 +0200
  • d3711437f6 chore: bump version to 1.9.0 [skip ci] v1.9.0 github-actions[bot] 2024-09-03 13:33:40 +0000
  • 1de2e4f924
    feat: export document pages as multimodal output (#54) Michele Dolfi 2024-09-03 15:05:35 +0200
  • 85b097677e cleanup Michele Dolfi 2024-09-03 14:13:28 +0200
  • 6f9805b08c renaming Michele Dolfi 2024-09-03 14:04:31 +0200
  • 46082e99b6 add loading into HF datasets library Michele Dolfi 2024-09-03 14:03:43 +0200
  • 5b2a3e74f6 Merge remote-tracking branch 'origin/main' into add-multimodal-export Michele Dolfi 2024-09-03 13:58:21 +0200
  • 69e5d951a3
    docs: Update MAINTAINERS.md (#59) Christoph Auer 2024-09-02 12:34:38 +0200
  • ca4c6fe307
    Update MAINTAINERS.md Christoph Auer 2024-09-02 12:30:09 +0200
  • 1d0a060129
    Update MAINTAINERS.md Christoph Auer 2024-09-02 12:29:36 +0200