An open API service indexing awesome lists of open source software.

https://github.com/futuresea-dev/ruby-assignment

ruby assignment
https://github.com/futuresea-dev/ruby-assignment

extraction pdf ruby scraping

Last synced: 4 months ago
JSON representation

ruby assignment

Awesome Lists containing this project

README

          

# Ruby Assignment

## Test 1

- Go to https://www.nasa.gov/press-release/nasa-industry-to-collaborate-on-space-communications-by-2025
- Parse the webpage to a hash like the following:
- implemented nasa_articles.rb file

## Test 2

- Extraction Data from PDF.

- From every Judgment for Costs of Appointed Attorney document, you have to fill a hash like the following:
{
:petitioner => “Frank Nunooruk, Jr.”,
: => “State of Alaska”,
:amount => “$1,000.00”,
:date => “2021-12-08”
}

- implemented pdf_parser.rb file