Command Line Tool — Text Extraction using Google ML Library

Job ID: 32174148

Budget: €30 – €250 EUR

Windows command line tool written in Java that is fed the filepaths of images as
arguments and outputs a formatted JSON array containing all text detected in the images.

Deliverables
input
• Command should be invoked by calling txtfromimg
• Should accept unlimited filepaths as command arguments
Both relative and absolute filepaths should be accepted

Output
• Output should be in proper JSON format
• Structure:
Outermost structure is JSON array
Outer array elements are JSON objects with keys that correspond with each
image’s filename and values that are JSON arrays
Inner JSON array elements are text elements extracted from that particular
image