v1.0.148: PDF parsing via PyPDF2 on VM (replaces broken PDFBox on Lucee)

This commit is contained in:
2026-06-23 12:18:48 +04:00
parent 6c288b2b0e
commit 2399b01a26
3 changed files with 64 additions and 34 deletions
+5
View File
@@ -43,6 +43,11 @@ server {
add_header Access-Control-Allow-Methods "GET, OPTIONS" always;
}
location /parse-pdf {
proxy_pass http://127.0.0.1:8766;
proxy_read_timeout 60s;
}
location /upload {
if ($request_method = OPTIONS) {
add_header Access-Control-Allow-Origin "*";