File tree Expand file tree Collapse file tree 1 file changed +19
-12
lines changed
Expand file tree Collapse file tree 1 file changed +19
-12
lines changed Original file line number Diff line number Diff line change @@ -147,20 +147,12 @@ result.document.inference.prediction.fields.each do |field_name, field_data|
147147 puts field_data.to_s
148148end
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(
210202puts 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
215222There's more to it than that for those that need more features, or want to
You can’t perform that action at this time.
0 commit comments