mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-26 20:14:47 +00:00
Reset tests
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
This commit is contained in:
parent
a5089ef8f6
commit
18b4991aa4
@ -8,8 +8,8 @@ from docling.document_converter import DocumentConverter, PdfFormatOption
|
||||
|
||||
from .verify_utils import verify_conversion_result_v1, verify_conversion_result_v2
|
||||
|
||||
GENERATE_V1 = True
|
||||
GENERATE_V2 = True
|
||||
GENERATE_V1 = False
|
||||
GENERATE_V2 = False
|
||||
|
||||
|
||||
def get_pdf_paths():
|
||||
|
@ -19,8 +19,8 @@ from docling.document_converter import DocumentConverter, PdfFormatOption
|
||||
|
||||
from .verify_utils import verify_conversion_result_v1, verify_conversion_result_v2
|
||||
|
||||
GENERATE_V1 = True
|
||||
GENERATE_V2 = True
|
||||
GENERATE_V1 = False
|
||||
GENERATE_V2 = False
|
||||
|
||||
|
||||
def get_pdf_paths():
|
||||
|
@ -10,7 +10,7 @@ from docling.document_converter import DocumentConverter, PdfFormatOption
|
||||
|
||||
from .verify_utils import verify_conversion_result_v1, verify_conversion_result_v2
|
||||
|
||||
GENERATE = True
|
||||
GENERATE = False
|
||||
|
||||
|
||||
def get_pdf_path():
|
||||
|
Loading…
Reference in New Issue
Block a user