Skip to content

Commit 95593f5

Browse files
authored
📝 fix heading
1 parent 2e3e4a5 commit 95593f5

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

README.md

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -147,20 +147,12 @@ result.document.inference.prediction.fields.each do |field_name, field_data|
147147
puts field_data.to_s
148148
end
149149
```
150+
## Asynchronously Parsing a File
150151

151-
## CLI Tool
152-
153-
A command-line interface tool is available to quickly test documents:
154-
155-
```sh
156-
ruby ./bin/mindee.rb invoice path/to/your/file.ext
157-
```
152+
This allows for easier handling of bursts of documents sent.
158153

159-
Using the ruby bundler:
160-
161-
```sh
162-
bundle exec ruby ./bin/mindee.rb invoice path/to/your/file.ext
163-
```
154+
Some products are only available asynchronously, check the example code
155+
directly on the Mindee platform.
164156

165157

166158
### Enqueue and Parse a Webhook Response
@@ -210,6 +202,21 @@ result = mindee_client.load_prediction(
210202
puts result.document
211203
```
212204

205+
206+
## CLI Tool
207+
208+
A command-line interface tool is available to quickly test documents:
209+
210+
```sh
211+
ruby ./bin/mindee.rb invoice path/to/your/file.ext
212+
```
213+
214+
Using the ruby bundler:
215+
216+
```sh
217+
bundle exec ruby ./bin/mindee.rb invoice path/to/your/file.ext
218+
```
219+
213220
## Further Reading
214221

215222
There's more to it than that for those that need more features, or want to

0 commit comments

Comments
 (0)