{"id":15132119,"url":"https://github.com/seyfu-t/jbarcode_1d","last_synced_at":"2026-01-19T22:00:42.200Z","repository":{"id":255727686,"uuid":"850849180","full_name":"seyfu-t/JBarcode_1D","owner":"seyfu-t","description":"A re-implementation and extension of iyyun/Barcode_1D in java","archived":false,"fork":false,"pushed_at":"2025-03-10T21:54:43.000Z","size":366,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T21:16:46.269Z","etag":null,"topics":["barcode","barcode-detection","barcode-detector","opencv","opencv-java","opencv4"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seyfu-t.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-09-02T00:06:54.000Z","updated_at":"2025-03-10T21:54:29.000Z","dependencies_parsed_at":"2024-09-06T22:17:28.106Z","dependency_job_id":"56c8fe14-2c56-403d-8981-be25ca3d92f8","html_url":"https://github.com/seyfu-t/JBarcode_1D","commit_stats":null,"previous_names":["seyfu-t/jbarcode_d1"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/seyfu-t/JBarcode_1D","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seyfu-t%2FJBarcode_1D","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seyfu-t%2FJBarcode_1D/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seyfu-t%2FJBarcode_1D/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seyfu-t%2FJBarcode_1D/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seyfu-t","download_url":"https://codeload.github.com/seyfu-t/JBarcode_1D/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seyfu-t%2FJBarcode_1D/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28587023,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T20:45:59.482Z","status":"ssl_error","status_checked_at":"2026-01-19T20:45:41.500Z","response_time":67,"last_error":"SSL_read: 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":["barcode","barcode-detection","barcode-detector","opencv","opencv-java","opencv4"],"created_at":"2024-09-26T04:03:49.849Z","updated_at":"2026-01-19T22:00:42.104Z","avatar_url":"https://github.com/seyfu-t.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JBarcode_1D (WIP)\n\n### A Java Reimplementation and Extension of [iyyun/Barcode_1D](https://github.com/iyyun/Barcode_1D)\n\nThis project is a Java reimplementation and extension of [@iyyun](https://github.com/iyyun)'s [Barcode_1D](https://github.com/iyyun/Barcode_1D). It aims to replicate the original functionality as closely as possible while also providing additional features and a more user-friendly interface. The project can be used as a standalone CLI tool or integrated as a Maven library in other projects.\n\n## This repo is a work-in-progress and so is this readme file\n\n## Supported file formats\n\nAny filetype that is supported by `Imgcodecs.imread(String filepath)` is supported.\n\nAccording to the docs of OpenCV 4.9's maven package these are:\n\n- Windows bitmaps - \\*.bmp, \\*.dib (always supported)\n- JPEG files - \\*.jpeg, \\*.jpg, \\*.jpe\n- JPEG 2000 files - \\*.jp2\n- Portable Network Graphics - \\*.png\n- WebP - \\*.webp\n- AVIF - \\*.avif\n- Portable image format - \\*.pbm, \\*.pgm, \\*.ppm \\*.pxm, \\*.pnm (always supported)\n- PFM files - \\*.pfm\n- Sun rasters - \\*.sr, \\*.ras (always supported)\n- TIFF files - \\*.tiff, \\*.tif\n- OpenEXR Image files - \\*.exr\n- Radiance HDR - \\*.hdr, \\*.pic (always supported)\n- Raster and Vector geospatial data supported by GDAL\n\n## Requirements\n\n- Java 22 (Java 8 probably just works fine)\n- OpenCV 4.x or higher\n\n## Installation\nWIP\n\n\n### Command Line Interface (CLI)\n\nYou can also use JBarcode_1D directly from the command line by running the JAR file.\n\n## Usage\n\n### CLI Usage\n\nAfter building the project, you can run it via the command line using the following command:\n\n```sh\njava -jar target/JBarcode_1D-1.0-SNAPSHOT-jar-with-dependencies.jar --file \u003cimage_path\u003e [--preview]\n```\n\n### Command Line Options\n\n- `--file \u003cimage_path\u003e` (or `-f \u003cimage_path\u003e`): Specifies the path to the image file to be processed. This option is **required**.\n- `--preview` (or `-p`): Displays the image with detected rectangles drawn on it. This option is **optional**.\n- `--help` (or `-h`): Displays the help message, listing all available options.\n\n\n## Contribution\n\nContributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the Apache 2.0 License. See the [LICENSE](LICENSE) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseyfu-t%2Fjbarcode_1d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseyfu-t%2Fjbarcode_1d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseyfu-t%2Fjbarcode_1d/lists"}