mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-18 20:12:50 +00:00
[PR #1545] [CLOSED] [WIP] Ocr rust port #2261
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1545
Author: @ziexess
Created: 7/10/2023
Status: ❌ Closed
Base:
master← Head:ocr_rust_port📝 Commits (2)
0bf9193structure ocr rust mod and conditional compilation27a98d8initialize tesseract engine📊 Changes
7 files changed (+149 additions, -2 deletions)
View changed files
📝
src/lib_ccx/ocr.c(+2 -2)📝
src/rust/CMakeLists.txt(+5 -0)📝
src/rust/Cargo.toml(+1 -0)📝
src/rust/build.rs(+11 -0)📝
src/rust/src/lib.rs(+2 -0)➕
src/rust/src/ocr/mod.rs(+126 -0)📝
src/rust/wrapper.h(+2 -0)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
This is my gsoc contribution to ccextractor. The PR, when finished, would provide a rust implementation to the ocr module.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.