You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--agent AGENT Initial AI agent prompt (default: Comprehensive Compliance Prompt)
106
+
-p PROMPT, --prompt PROMPT
107
+
Alternate initial AI agent prompt
108
+
--no-pii-analysis Disable PII analysis
109
+
-v, --verbose Enable verbose output
110
+
--compress Compress document content
111
+
--compression-level COMPRESSION_LEVEL
112
+
Compression level (0-1)
113
+
```
91
114
#### Content Compression
92
115
```bash
93
116
# Enable content compression
@@ -177,64 +200,28 @@ DocsIngest provides a robust, multi-layered approach to regulatory compliance an
177
200
- Identification of sensitive and regulated content
178
201
- Contextual risk scoring
179
202
180
-
2.**Compliance Risk Evaluation**
181
-
- Detect potential regulatory violations
182
-
- Flag documents with high-risk content
183
-
- Generate detailed compliance reports
184
-
185
-
3.**Proactive Monitoring**
186
-
- Continuous document scanning
187
-
- Real-time alerts for compliance breaches
188
-
- Audit trail generation
189
-
190
-
### π Supported Compliance Domains
191
-
- GDPR (General Data Protection Regulation)
192
-
- HIPAA (Health Insurance Portability and Accountability Act)
193
-
- CCPA (California Consumer Privacy Act)
194
-
- SOX (Sarbanes-Oxley Act)
195
-
- PCI DSS (Payment Card Industry Data Security Standard)
196
-
- NIST Framework
197
-
- ISO 27001 Information Security Management
198
-
199
-
### π¨ Key Compliance Capabilities
200
-
-**Advanced PII Detection**
201
-
- Identify sensitive personal information
202
-
- Support for multiple PII categories:
203
-
* Names
204
-
* Email addresses
205
-
* Phone numbers
206
-
* Social Security Numbers
207
-
* Credit card numbers
208
-
-**Intelligent Redaction**
209
-
- Automatic masking of sensitive information
210
-
- Configurable redaction levels
211
-
-**Comprehensive Compliance Reporting**
212
-
- Detailed risk assessment
213
-
- Actionable compliance recommendations
214
-
-**Multi-Regulation Support**
215
-
- Compliance checks for GDPR, FERPA, COPPA
216
-
- Proactive regulatory alignment
217
-
218
-
### π Compliance Verification Process
219
-
1. Document Ingestion
220
-
2. Automated PII Scanning
221
-
3. Risk Assessment and Scoring
222
-
4. Compliance Reporting
223
-
5. Optional Redaction
224
-
225
-
**Note**: While DocsIngest provides powerful compliance tools, it is not a substitute for professional legal or compliance advice. Always consult with compliance experts for your specific regulatory requirements.
226
-
227
-
## π Changelog
228
-
229
-
### Version 0.1.21
230
-
- Added `.docsingest_ignore` support for flexible file and directory exclusion
231
-
- Implemented content compression with configurable levels
232
-
- Enhanced compliance and PII detection capabilities
233
-
- Improved multi-format document support
234
-
- Added more robust error handling and logging
235
-
236
-
### Previous Versions
237
-
- See [GitHub Releases](https://github.com/marc-shade/docsingest/releases) for detailed changelog
203
+
## π¦ Version Information
204
+
205
+
**Current Version**: 1.1.0
206
+
**Last Updated**: 2025-01-06
207
+
**Maintained by**: Marc Shade (marc@2acrestudios.com)
208
+
209
+
## π€ Contributing
210
+
211
+
As the primary developer, I manage this project with a focus on continuous improvement and innovation. Contributions are welcome through collaborative discussions and iterative development.
212
+
213
+
## π License
214
+
215
+
Proprietary software. All rights reserved.
216
+
217
+
## π Roadmap
218
+
219
+
-[x] Support more file types
220
+
-[ ] Enhanced token estimation
221
+
-[ ] Web interface
222
+
-[ ] Cloud storage integration
223
+
-[ ] Advanced AI prompt customization
224
+
-[ ] Support for additional specialized file formats (e.g., .rtf, .odt)
0 commit comments