documentcloud
documentcloud copied to clipboard
DocumentCloud's back end source code - Please report bugs, issues and feature requests to [email protected]
Luc Martinon wrote in Slack that he was running the premium OCR tool, but the improved OCR was not saving back to the file itself, which I think it is...
It's going to https://www.staging.documentcloud.org/app, which doesn't exist anymore.
Came to mind today that we have a large collection of Add-Ons now and occasionally some small issues arise here and there. It would be nice to do an audit....
Reported by a user. Replicable I have made a series of tests yesterday and I believe there might be a problem in the way the event data is handled for...
Add-on Events don't use the `ordering` argument that other endpoints do. For events, the default ordering is `created` (or probably `id`) which means new events go at the end. Example...
With the new UI, much of the FAQ is outdated. We also need to add a question/response about what we do with subpoenas
### Problems - We have to poll for changes to processing state. If the API provided a streaming response, we could avoid hitting the endpoint multiple times. - Once the...
https://github.com/MuckRock/documentcloud-filecoin-bulk-addon/blob/6370cb0a505dfd404c4de17ae3b46e59ad38d1d1/main.py#L39 When running this Add-On they are not being dismissed. This is borrowed from the Crest Filecoin Add-On
If a user sets an Add-On to run daily or weekly, our system spreads out the runs so that it runs evenly, as a form of load balancing. It would...