|
78 | 78 | <div data-md-component="skip"> |
79 | 79 |
|
80 | 80 |
|
81 | | - <a href="#whats-new-in-docling-java-031" class="md-skip"> |
| 81 | + <a href="#whats-new-in-docling-java" class="md-skip"> |
82 | 82 | Skip to content |
83 | 83 | </a> |
84 | 84 |
|
|
475 | 475 | </span> |
476 | 476 | </a> |
477 | 477 |
|
| 478 | + <nav class="md-nav" aria-label="Docling Serve"> |
| 479 | + <ul class="md-nav__list"> |
| 480 | + |
| 481 | + <li class="md-nav__item"> |
| 482 | + <a href="#031" class="md-nav__link"> |
| 483 | + <span class="md-ellipsis"> |
| 484 | + 0.3.1 |
| 485 | + </span> |
| 486 | + </a> |
| 487 | + |
| 488 | +</li> |
| 489 | + |
| 490 | + <li class="md-nav__item"> |
| 491 | + <a href="#030" class="md-nav__link"> |
| 492 | + <span class="md-ellipsis"> |
| 493 | + 0.3.0 |
| 494 | + </span> |
| 495 | + </a> |
| 496 | + |
| 497 | +</li> |
| 498 | + |
| 499 | + </ul> |
| 500 | + </nav> |
| 501 | + |
478 | 502 | </li> |
479 | 503 |
|
480 | 504 | </ul> |
|
758 | 782 | </span> |
759 | 783 | </a> |
760 | 784 |
|
| 785 | + <nav class="md-nav" aria-label="Docling Serve"> |
| 786 | + <ul class="md-nav__list"> |
| 787 | + |
| 788 | + <li class="md-nav__item"> |
| 789 | + <a href="#031" class="md-nav__link"> |
| 790 | + <span class="md-ellipsis"> |
| 791 | + 0.3.1 |
| 792 | + </span> |
| 793 | + </a> |
| 794 | + |
| 795 | +</li> |
| 796 | + |
| 797 | + <li class="md-nav__item"> |
| 798 | + <a href="#030" class="md-nav__link"> |
| 799 | + <span class="md-ellipsis"> |
| 800 | + 0.3.0 |
| 801 | + </span> |
| 802 | + </a> |
| 803 | + |
| 804 | +</li> |
| 805 | + |
| 806 | + </ul> |
| 807 | + </nav> |
| 808 | + |
761 | 809 | </li> |
762 | 810 |
|
763 | 811 | </ul> |
|
779 | 827 |
|
780 | 828 |
|
781 | 829 |
|
782 | | -<h1 id="whats-new-in-docling-java-031">What's New in Docling Java 0.3.1<a class="headerlink" href="#whats-new-in-docling-java-031" title="Permanent link">#</a></h1> |
| 830 | +<h1 id="whats-new-in-docling-java">What's New in Docling Java<a class="headerlink" href="#whats-new-in-docling-java" title="Permanent link">#</a></h1> |
783 | 831 | <p>Docling Java 0.3.1 provides a number of new features, enhancements, and bug fixes. This page includes the highlights of the release, but you can also check out the full <a href="https://github.com/docling-project/docling-java/releases">release notes</a> for more details about each new feature and bug fix.</p> |
784 | 832 | <h2 id="docling-serve">Docling Serve<a class="headerlink" href="#docling-serve" title="Permanent link">#</a></h2> |
| 833 | +<h3 id="031">0.3.1<a class="headerlink" href="#031" title="Permanent link">#</a></h3> |
| 834 | +<ul> |
| 835 | +<li>Implementation of the Docling Serve clear and task APIs in <code>docling-serve-api</code> and <code>docling-serve-client</code>.</li> |
| 836 | +<li>Adding <code>pretty-print</code> configuration option to <code>DoclingServeClient</code> to enable pretty printing of JSON requests and responses.</li> |
| 837 | +</ul> |
| 838 | +<h3 id="030">0.3.0<a class="headerlink" href="#030" title="Permanent link">#</a></h3> |
785 | 839 | <ul> |
786 | 840 | <li>The classes in the <code>docling-serve-api</code> module have been moved from the <code>ai.docling.api.serve</code> package to the <code>ai.docling.serve.api</code> package.</li> |
787 | 841 | <li>The classes in the <code>docling-serve-client</code> module have been moved from the <code>ai.docling.client.serve</code> package to the <code>ai.docling.serve.client</code> package.</li> |
|
0 commit comments