# NCrawler **Repository Path**: linv2/ncrawler ## Basic Information - **Project Name**: NCrawler - **Description**: No description available - **Primary Language**: C# - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-03 - **Last Updated**: 2023-03-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ncrawler ======== Copy of NCrawler from http://ncrawler.codeplex.com/ Simple and very efficient multithreaded web crawler with pipeline based processing written in C#. Contains HTML, Text, PDF, and IFilter document processors and language detection(Google). Easy to add pipeline steps to extract, use and alter information. ## Build Nuget packages Create debug packages .\Build.ps1 -VersionSuffix build002 Create release packages .\Build.ps1