Java expert to make Command Line Tool using Text Extraction using Google ML Library

Job ID: 32175954

Budget: $10 – $80 USD

Hi, I need a java and google ML expert.

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

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

Output

• Output should be in proper JSON format

• Structure:
The outermost structure is a 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