mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-07-12 20:09:58 +02:00
🚧 dinglehopper: WIP data structure for extracted text
This commit is contained in:
parent
534e042f9e
commit
8435d88419
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ from extracted_text import ExtractedText, ExtractedTextSegment
|
|||
def test_text():
|
||||
test1 = ExtractedText([
|
||||
ExtractedTextSegment('s0', 'foo'),
|
||||
ExtractedTextSegment(1, 'bar'),
|
||||
ExtractedTextSegment('s1', 'bar'),
|
||||
ExtractedTextSegment('s2', 'bazinga')
|
||||
], ' ')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue