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
- Host: GitHub
- URL: https://github.com/futuresea-dev/ruby-assignment
- Owner: futuresea-dev
- Created: 2023-01-14T13:18:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T18:29:12.000Z (over 3 years ago)
- Last Synced: 2024-12-29T11:44:41.578Z (over 1 year ago)
- Topics: extraction, pdf, ruby, scraping
- Language: Ruby
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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