R R I
Pricing
Pay per usage
Go to Store
R R I
0.0 (0)
Pricing
Pay per usage
1
Total users
2
Monthly users
2
Runs succeeded
>99%
Last modified
a year ago
ConsumerFinance.gov Rules Text Extraction Tool
This tool is designed to extract text from ConsumerFinance.gov rules using Playwright and Node.js.
Prerequisites
- Node.js version 20 (current LTS version)
- npm
Installation
- Clone this repository.
- Run
npm install
to install dependencies. - If encountering any browser errors, run
npx install playwright
.
Usage
Windows
- Run
start.bat
.
Mac
- Run
start.sh
.
Manual Execution
- To manually run the tool, use
node ./src/main.js
ornpm start
.
Customization
- Modify the
startUrls
in thesrc/main.js
file to change the URLs to extract text from.