dettanym / prose

PRivacy ObServability and Enforcement Frameworks
MIT License
0 stars 0 forks source link

Presidio improve structured analysis #81

Closed qlonik closed 5 months ago

qlonik commented 5 months ago

Closes #2

qlonik commented 5 months ago

Initial approach involved copying code for presidio_structured package, but it seems to reuse presidio_analyzer package processing anyway. Because of that, the copied version of presidio_structured cannot process objects within lists. Maybe the unpublished version in the upstream repository relies on some unpublished changes within presidio_analyzer package.

Instead going to try the approach of converting lists into dicts with int or numbers as string keys.