Skip to content
Snippets Groups Projects
Commit d00a1caa authored by Yoann Schneider's avatar Yoann Schneider :tennis:
Browse files

Document image.fixed_height

parent b0ebae12
No related branches found
No related tags found
1 merge request!84Document image.fixed_height
Pipeline #163813 passed
......@@ -93,6 +93,7 @@ class ImageArgs(BaseArgs):
creating skewed text lines for a more robust model. Only used with skew_* extraction modes.
should_rotate (bool): Use text line rotation class to rotate lines if possible
grayscale (bool): Convert images to grayscale (By default grayscale)
fixed_height (int): Resize images to a fixed height.
"""
scale: Union[ScaleArgs, Dict[str, str]] = field(default_factory=dict)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment