DemocracyClub / yournextrepresentative

👥 A website for crowd-sourcing structured election candidate data
https://candidates.democracyclub.org.uk
GNU Affero General Public License v3.0
21 stars 27 forks source link

Disable Camelot parsing by default #2350

Closed symroe closed 1 month ago

symroe commented 1 month ago

The reason for this is that Camelot seems to have more basic errors than Textract (like adding spaces or newlines).

We're likely to get a load of new people on GE SOPN day, so the fewer errors we can have the better. The feature flag means we can add it to the settings and run a management command to re-parse everything if Textract doesn't work for whatever reason.