{"id":20147029,"url":"https://github.com/d-integral/nefertiti","last_synced_at":"2026-02-23T02:37:06.388Z","repository":{"id":248283339,"uuid":"828274071","full_name":"D-Integral/Nefertiti","owner":"D-Integral","description":"A searchable PDF maker.","archived":false,"fork":false,"pushed_at":"2025-01-14T01:55:10.000Z","size":218,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-29T14:55:37.832Z","etag":null,"topics":["pdf","pdf-generation"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/D-Integral.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-13T16:26:39.000Z","updated_at":"2025-10-04T16:05:40.000Z","dependencies_parsed_at":"2024-07-13T17:47:34.269Z","dependency_job_id":"3dd5a2b6-0f0c-4971-8b0d-856cca4cfef6","html_url":"https://github.com/D-Integral/Nefertiti","commit_stats":null,"previous_names":["d-integral/nefertiti"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/D-Integral/Nefertiti","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D-Integral%2FNefertiti","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D-Integral%2FNefertiti/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D-Integral%2FNefertiti/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D-Integral%2FNefertiti/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/D-Integral","download_url":"https://codeload.github.com/D-Integral/Nefertiti/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D-Integral%2FNefertiti/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29735759,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T02:24:00.660Z","status":"ssl_error","status_checked_at":"2026-02-23T02:22:56.087Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pdf","pdf-generation"],"created_at":"2024-11-13T22:27:10.578Z","updated_at":"2026-02-23T02:37:06.352Z","avatar_url":"https://github.com/D-Integral.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nefertiti\nNefertiti by \u003cA HREF=https://www.linkedin.com/in/dmytro-skorokhod-b480b845/\u003eDmytro Skorokhod\u003c/A\u003e is an open source iOS library for making searchable PDF documents from photos. It takes an array of UIImage objects and returns a file confirming to NefertitiFileProtocol.\n\nNefertiti is available as a Swift package. To start using the library add package dependancy, then import Nefertiti and NefertitiFile into your source code file.\n\nHere is an example of usage Nefertiti with VisionKit:\n\n```Swift\n    import Nefertiti\n    import NefertitiFile\n    import VisionKit\n\n    let nefertiti: NefertitiPDFMakerProtocol = NefertitiSearchablePDFMaker()\n    var pdfDocumentSavingOperation: ((any NefertitiFileProtocol) -\u003e ())?\n\n    extension VisionDocumentCameraManager: VNDocumentCameraViewControllerDelegate {\n        func documentCameraViewController(_ controller: VNDocumentCameraViewController,\n                                      didFinishWith scan: VNDocumentCameraScan) {\n          var pageImages = [UIImage]()\n        \n          for pageIndex in 0 ..\u003c scan.pageCount {\n              pageImages.append(scan.imageOfPage(at: pageIndex))\n          }\n        \n          nefertiti.generatePdfDocumentFile(from: images) { file, error in\n              if let error = error {\n                  debugPrint(error)\n                  return\n              }\n\n              guard let file = file,\n                    let pdfDocumentSavingOperation = pdfDocumentSavingOperation else { return }\n            \n              pdfDocumentSavingOperation(file)\n          }\n       }\n    }\n```\n\nRead the \u003cA HREF=https://github.com/D-Integral/NefertitiFile/\u003eNefertitiFile\u003c/A\u003e library documentation for the examples of \u003cCode\u003eNefertitiFileProtocol\u003c/Code\u003e usage.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd-integral%2Fnefertiti","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd-integral%2Fnefertiti","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd-integral%2Fnefertiti/lists"}