Initial repo for search and displace code (written for, rather than the tools used in the processing)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
959 B

2 years ago
2 years ago
  1. ## Search & Displace
  2. ## :cyclone: About
  3. Search and Displace is developing a workflow and toolchain which intends to address
  4. the problem of mass search and displacement for document content where the original
  5. documents are in a range of forms, including a wide variety of digital document formats,
  6. both binary and more modern compressed XML forms, but also encompassing older documents
  7. where the only surviving form is printed or even handwritten.
  8. The project website is https://searchanddisplace.com
  9. ## :rocket: Installation
  10. First install nix following the instructions on their website at https://nixos.org/nix/manual/#chap-installation
  11. The add search-and-displace channel to your nix environment and update it:
  12. ```bash
  13. nix-channel --add https://git.law/newroco/searchanddisplace/raw/master/pkgs/nixexprs.tar.xz
  14. nix-channel --update
  15. ```
  16. You can now install search-and-displace:
  17. ```bash
  18. nix-env -i search-and-displace
  19. ```
  20. ## :roller_coaster: Usage