I am creating an OCR scenario where I Extrating text from picture by 0codekit.
After the 0codekit module run, I get an output value which consist of a lot of lines but that consider as in the same string. I want to convert all theres lines into seperated items so I can choose which one of them to put in the next module.
They are all numbered in an array, so you can simply use the get built-in function to pick specific items from the array.
E.g.:
{{ get(13.texts; 12) }}
to get โGiven nameโ, etc.
For more information see the โMapping with arraysโ link below:
Here are some useful links and guides to help you get started and learn more on how to use the Make platform, apps, and app modules โ
General
- Help Center | Tutorials
- Make Academy โ learn Make and get your certificate โ CHECK THIS OUT
Help Center Basics
- Mapping โ What is mapping? What can I map? โ CHECK THIS OUT
- Mapping with arrays โ How to map items in an array โ CHECK THIS OUT
- Tokens for
parseDate
| Tokens forformatDate
- HTTP modules โ Make a request, Get (download) a file
- Webhooks โ Error Handling, Responding to webhooks
Articles & Videos
Feature Requests & Suggestions
- Suggestions for the Make Platform (e.g.: Scenario Editor)
- Suggest New Apps
- Suggest New Modules for Existing Apps
samliew โ request private consultation
Join the unofficial Make Discord server to chat with us!
3 Likes