Skip to content

Commit 13ac968

Browse files
committed
merge conflicts
1 parent bda54ca commit 13ac968

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tesseract_core/sdk/engine.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -585,11 +585,8 @@ def serve(
585585
input_path: str | Path | None = None,
586586
output_path: str | Path | None = None,
587587
output_format: Literal["json", "json+base64", "json+binref"] | None = None,
588-
<<<<<<< dion/issue-sprint
589588
docker_args: list[str] | None = None,
590-
=======
591589
runtime_config: dict[str, Any] | None = None,
592-
>>>>>>> main
593590
) -> tuple:
594591
"""Serve one or more Tesseract images.
595592
@@ -614,13 +611,10 @@ def serve(
614611
input_path: Input path to read input files from, such as local directory or S3 URI.
615612
output_path: Output path to write output files to, such as local directory or S3 URI.
616613
output_format: Output format to use for the results.
617-
<<<<<<< dion/issue-sprint
618614
docker_args: Additional arguments to pass to the container runtime (e.g., Docker).
619-
=======
620615
runtime_config: Dictionary of runtime configuration options to pass to the Tesseract.
621616
These are converted to TESSERACT_* environment variables. For example,
622617
``{"profiling": True}`` sets ``TESSERACT_PROFILING=1``.
623-
>>>>>>> main
624618
625619
Returns:
626620
A tuple of the Tesseract container name and the port it is serving on.

0 commit comments

Comments
 (0)