The Golem JS SDK lets users send files to providers.
In this challenge, you will learn how to upload files.
Create a tool that uses the Golem Network to host OCR conversion tools on your custom image. You can use the i.e. tesseract engine to create your image.
Please observe how long it takes to complete the technical part of the tasks. We will ask you for such information in the feedback form.
-
Create your custom image with the OCR conversion tool. In addition, produce the picture with an image of a text you will use to test your solution.
-
Create a requestor script that would read a file with the input picture, send it to the provider, run the conversion, and download the output as a file.
-
Add changes in the
send-files
directory. -
Fill out the feedback form and publish changes in your repository fork.
-
Instructions on how to create a custom image are available in examples and tutorial.
-
Note you might need to install not only the OCR tool but also language libraries.
-
For the
tessseract-ocr
tool usage examples and test data are available here. -
Golem JS data transfer examples are available here.
-
You can always ask on the Discord
#js-discussion
channel in the SDK section.