Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee committed Sep 12, 2024
1 parent 0c2c56a commit 36c8123
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/mindee/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def initialize(api_key: '')
# This performs a full OCR operation on the server and will increase response time.
#
# @param full_text [Boolean] Whether to include the full OCR text response in compatible APIs.
# This performs a full OCR operation on the server and will increase response time.
# This performs a full OCR operation on the server and may increase response time.
#
# @param close_file [Boolean] Whether to `close()` the file after parsing it.
# Set to false if you need to access the file after this operation.
Expand Down Expand Up @@ -72,7 +72,7 @@ def parse(
# This performs a full OCR operation on the server and will increase response time.
#
# @param full_text [Boolean] Whether to include the full OCR text response in compatible APIs.
# This performs a full OCR operation on the server and will increase response time.
# This performs a full OCR operation on the server and may increase response time.
#
# @param close_file [Boolean] Whether to `close()` the file after parsing it.
# Set to false if you need to access the file after this operation.
Expand Down Expand Up @@ -137,7 +137,7 @@ def parse_queued(
# @param all_words [Boolean] Whether to extract all the words on each page.
# This performs a full OCR operation on the server and will increase response time.
# @param full_text [Boolean] Whether to include the full OCR text response in compatible APIs.
# This performs a full OCR operation on the server and will increase response time.
# This performs a full OCR operation on the server and may increase response time.
# @param close_file [Boolean] Whether to `close()` the file after parsing it.
# Set to false if you need to access the file after this operation.
# @param page_options [Hash, nil] Page cutting/merge options:
Expand Down

0 comments on commit 36c8123

Please sign in to comment.