Skip to content

Commit

Permalink
Update main README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
j2whiting authored Sep 17, 2024
1 parent adecb8e commit 135e171
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@

# Scientific Paper OCR Extraction

[![Build and Publish](https://github.com/DARPA-ASKEM/service-template/actions/workflows/publish.yaml/badge.svg?event=push)](https://github.com/DARPA-ASKEM/service-template/actions/workflows/publish.yaml)

# service-template
## Overview

This repository provides a service for Optical Character Recognition (OCR) extraction of tables, equations, and general content from scientific papers. It is designed to process PDFs and extract key scientific components, making it useful for tasks such as data analysis, research, and document automation in academic or industrial contexts.


## Contributing

This is a template repository to create services for Terarium.
Contributions are welcome! If you want to contribute:

1. Fork the repository.
2. Create a feature branch (`git checkout -b feature/your-feature`).
3. Commit your changes (`git commit -m 'Add new feature'`).
4. Push to the branch (`git push origin feature/your-feature`).
5. Open a pull request.

## License

[Apache License 2.0](LICENSE)
This project is licensed under the [Apache License 2.0](LICENSE).

0 comments on commit 135e171

Please sign in to comment.