Skip to content

Commit

Permalink
Updating readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Oct 23, 2023
1 parent bf205db commit a08e341
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Philter SDK for .NET

The **Philter SDK for .NET** enables .NET developers to easily work with [Philter](https://www.philterd.ai/philter/) to identify and redact PII, PHI, and other sensitive information from text and documents. This project is an API client to use Philter from .NET applications.

Refer to the [Philter API](https://docs.philterd.ai/philter/api/) documentation for details on the methods available.
The Philter SDK for .NET is a client for de-identifying and redacting text using Philter. Refer to the [Philter API](https://docs.philterd.ai/philter/api/) documentation for details on the methods available.

## Build

Expand All @@ -12,8 +10,6 @@ The project can be built using Visual Studio or other .NET IDE. It can be built

Install using [NuGet](https://www.nuget.org/packages/philter-sdk-net/).

[![nuget](https://img.shields.io/nuget/v/philter-sdk-net.svg)](https://www.nuget.org/packages/philter-sdk-net/)

Or, clone and import the project into your solution.

```
Expand Down

0 comments on commit a08e341

Please sign in to comment.