The project is in a healthy, maintained state
This gem provides functionality to read and parse UDISE school reports, extracting various data points including teacher information, room details, location data, and more.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 2.0
~> 13.0
~> 3.0

Runtime

~> 3.0
~> 1.0
 Project Readme

UDISE School Report Reader

A Ruby gem for parsing and extracting data from UDISE (Unified District Information System for Education) school reports.

Installation

Add this line to your application's Gemfile:

gem 'udise_school_report_reader'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install udise_school_report_reader

Usage

require 'udise_school_report_reader'

# Initialize the parser with a PDF file
parser = UdiseSchoolReportReader::SchoolReportParser.new('path/to/report.pdf')

## Features

- Parse UDISE school reports in PDF format

## Development

After checking out the repo, run `bundle install` to install dependencies. Then, run `rake test` to run the tests.

To install this gem onto your local machine, run `bundle exec rake install`.

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/UDISE-Plus/udise-school-report-reader.

## License

The gem is available as open source under the terms of the [MIT License](LICENSE.txt).