mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 09:20:06 +02:00
Load the image-to-text model when opening the pdf viewer in Firefox (bug 1908938)
This commit is contained in:
parent
5b0e15ab18
commit
b71fa727e1
5 changed files with 62 additions and 24 deletions
|
@ -48,7 +48,7 @@ class ExternalServices extends BaseExternalServices {
|
|||
}
|
||||
|
||||
class MLManager {
|
||||
isEnabledFor(_name) {
|
||||
async isEnabledFor(_name) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue