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

https://github.com/dunkbing/saoke-mttq

Sao kê của Mặt trận Tổ quốc Việt Nam ủng hộ đồng bào thiệt hại do ảnh hưởng bão số 3
https://github.com/dunkbing/saoke-mttq

Last synced: 5 months ago
JSON representation

Sao kê của Mặt trận Tổ quốc Việt Nam ủng hộ đồng bào thiệt hại do ảnh hưởng bão số 3

Awesome Lists containing this project

README

          

## Usage

### Start the app

```
deno task start
```

This command will start the Deno server and serve the web application.

### Clean the data

1. Convert PDF to text:
```
pdftotext -layout saoke.pdf
```

2. Clean the data:
```
deno run -A clean-data.js
```

This process uses regular expressions to extract and format the necessary data from the PDF text.

## Demo

![saoke](demo.png "Demo")