Add Crop to V2 (#4471)

# Description of Changes
Add Crop to V2

---------

Co-authored-by: EthanHealy01 <[email protected]>
Co-authored-by: Connor Yoh <[email protected]>
Co-authored-by: ConnorYoh <[email protected]>
This commit is contained in:
James Brunton
2025-09-22 14:06:20 +01:00
committed by GitHub
co-authored by EthanHealy01 Connor Yoh ConnorYoh
parent f6df414425
commit c76edebf0f
13 changed files with 1108 additions and 2 deletions
+30 -1
View File
@@ -1897,7 +1897,36 @@
"tags": "trim,shrink,edit,shape",
"title": "Crop",
"header": "Crop PDF",
"submit": "Submit"
"submit": "Apply Crop",
"noFileSelected": "Select a PDF file to begin cropping",
"preview": {
"title": "Crop Area Selection"
},
"reset": "Reset to full PDF",
"coordinates": {
"title": "Position and Size",
"x": "X Position",
"y": "Y Position",
"width": "Width",
"height": "Height"
},
"error": {
"invalidArea": "Crop area extends beyond PDF boundaries",
"failed": "Failed to crop PDF"
},
"steps": {
"selectArea": "Select Crop Area"
},
"tooltip": {
"title": "How to Crop PDFs",
"description": "Select the area to crop from your PDF by dragging and resizing the blue overlay on the thumbnail.",
"drag": "Drag the overlay to move the crop area",
"resize": "Drag the corner and edge handles to resize",
"precision": "Use coordinate inputs for precise positioning"
},
"results": {
"title": "Crop Results"
}
},
"autoSplitPDF": {
"tags": "QR-based,separate,scan-segment,organize",