R R I
Pricing
Pay per usage
Go to Apify Store

R R I
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Yash Agarwal
Maintained by Community
Actor stats
1
Bookmarked
3
Total users
1
Monthly active users
2 years ago
Last modified
Categories
Share
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 installto 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.jsornpm start.
Customization
- Modify the
startUrlsin thesrc/main.jsfile to change the URLs to extract text from.


