Docling/docling/backend
Cesar Berrospi Ramis 4e087504cc
feat: create a backend to parse USPTO patents into DoclingDocument (#606)
* feat: add PATENT_USPTO as input format

Signed-off-by: Cesar Berrospi Ramis <ceb@zurich.ibm.com>

* feat: add USPTO backend parser

Add a backend implementation to parse patent applications and
grants from the United States Patent Office (USPTO).

Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>

* refactor: change the name of the USPTO input format

Change the name of the patent USPTO input format to show the typical format (XML).

Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>

* refactor: address several input formats with same mime type

Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>

* refactor: group XML backend parsers in a subfolder

Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>

* chore: add safe initialization of PatentUsptoDocumentBackend

Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>

---------

Signed-off-by: Cesar Berrospi Ramis <ceb@zurich.ibm.com>
Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>
2024-12-17 16:35:23 +01:00
..
xml feat: create a backend to parse USPTO patents into DoclingDocument (#606) 2024-12-17 16:35:23 +01:00
__init__.py Initial commit 2024-07-15 09:42:42 +02:00
abstract_backend.py feat: Support AsciiDoc and Markdown input format (#168) 2024-10-23 16:14:26 +02:00
asciidoc_backend.py feat: Add pipeline timings and toggle visualization, establish debug settings (#183) 2024-10-30 15:04:19 +01:00
docling_parse_backend.py feat: docling-parse v2 as default PDF backend (#549) 2024-12-09 13:26:17 +01:00
docling_parse_v2_backend.py feat: docling-parse v2 as default PDF backend (#549) 2024-12-09 13:26:17 +01:00
html_backend.py Added handling of code blocks in html with <pre> tag (#302) 2024-11-11 15:00:11 +01:00
md_backend.py fix: handling of long sequence of unescaped underscore chars in markdown (#173) 2024-10-28 16:34:48 +01:00
msexcel_backend.py feat: added excel backend (#334) 2024-11-19 12:21:17 +01:00
mspowerpoint_backend.py feat: Extracting picture data for raster images found in PPTX (#349) 2024-11-18 15:22:28 +01:00
msword_backend.py fix: Correcting DefaultText ID for MS Word backend (#537) 2024-12-06 15:48:35 +01:00
pdf_backend.py feat!: Docling v2 (#117) 2024-10-16 21:02:03 +02:00
pypdfium2_backend.py chore: fix typo (#241) 2024-11-05 16:20:04 +01:00