Skip to content

Commit

Permalink
Update analyze_document type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Belval authored Sep 13, 2024
2 parents bf8febc + 744eeb4 commit 5581984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textractor/textractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ def analyze_document(
:param features: List of TextractFeatures to be extracted from the Document by the TextractAPI
:type features: list, required
:param queries: Queries to run on the document
:type features: Union[QueriesConfig, List[Query], List[str]]
:type queries: Union[QueriesConfig, List[Query], List[str]]
:param save_image: Flag to indicate if document images are to be stored within the Document object. This is optional
and necessary only if the customer wants to visualize bounding boxes for their document entities.
:type save_image: bool
Expand Down

0 comments on commit 5581984

Please sign in to comment.