-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OCR Caching Files & Command Batch Generations #12
Open
WengerK
wants to merge
12
commits into
1.0.x
Choose a base branch
from
10x/ocr-caching-files
base: 1.0.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WengerK
force-pushed
the
10x/ocr-caching-files
branch
9 times, most recently
from
April 2, 2024 12:17
b6e41c2
to
0a7f239
Compare
WengerK
force-pushed
the
10x/ocr-caching-files
branch
from
April 9, 2024 13:40
0a7f239
to
082dcdc
Compare
gido
requested changes
Apr 10, 2024
modules/entity_to_text_tika/tests/src/Kernel/PlaintextStorageTest.php
Outdated
Show resolved
Hide resolved
WengerK
force-pushed
the
10x/ocr-caching-files
branch
3 times, most recently
from
April 13, 2024 09:37
640f179
to
2185512
Compare
WengerK
force-pushed
the
10x/ocr-caching-files
branch
from
April 13, 2024 09:42
2185512
to
270a614
Compare
WengerK
force-pushed
the
10x/ocr-caching-files
branch
from
April 14, 2024 12:10
688c470
to
7626e7b
Compare
WengerK
force-pushed
the
10x/ocr-caching-files
branch
5 times, most recently
from
April 25, 2024 14:37
42ff0fe
to
a6a0410
Compare
WengerK
force-pushed
the
10x/ocr-caching-files
branch
from
April 25, 2024 14:41
a6a0410
to
8a2dca5
Compare
WengerK
force-pushed
the
10x/ocr-caching-files
branch
3 times, most recently
from
April 25, 2024 15:27
bbec8df
to
cf10716
Compare
WengerK
force-pushed
the
10x/ocr-caching-files
branch
6 times, most recently
from
April 26, 2024 07:40
3405588
to
1b0d4cd
Compare
WengerK
force-pushed
the
10x/ocr-caching-files
branch
from
April 26, 2024 14:45
d9a8e00
to
f5a8864
Compare
…run to process same files
WengerK
force-pushed
the
10x/ocr-caching-files
branch
from
April 26, 2024 15:08
6ca5099
to
ff3ef11
Compare
WengerK
commented
Apr 28, 2024
WengerK
commented
Apr 28, 2024
WengerK
commented
Apr 28, 2024
WengerK
commented
Apr 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
💬 Description
add a new layer of performance by allowing developers to cache OCR'ed files
🔢 To Review Caching
🔢 To Review Command
The module expose a Drush command to generate OCR for all Drupal files.
This command is intended to be used sporadically, as it can be resource intensive.
The purpose is to generate OCR for all files that have not been OCR'ed yet.
This may be usefully after an initial install, a new OCR language has been added or right after files migration.
CHANGELOG.md
with chan